Color: #483196

#483196 Color Information

#483196 is a dark color. The closest websafe version is #483196. A complement of this color would be #7F9631, perceived brightness is 0.26, and the grayscale version is #646464.

In the HSL color space, this color has a hue angle of 254°,a saturation of 51%, and a lightness of 39%.The HSV representation shows a hue of 254°, a saturation of 67%, and a value of 59%.

In a RGB color space, #483196 is composed of 28% red, 19% green and 59% blue. Whereas in a CMYK color space, it is composed of 52% cyan, 67% magenta, 0% yellow and 41% black.

In the Yxy color space, this color is represented as Y: 5.49, x: 0.2323, and y: 0.1524.

Color Code #483196

#483196rgb(72, 49, 150)
HEX
#483196
RGB
rgb(72, 49, 150)
HSL
hsl(254, 51%, 39%)
HSV
hsv(254, 67%, 59%)
CMYK
52%, 67%, 0%, 41%
XYZ
X: 8.37, Y: 5.49, Z: 22.17
Lab
L: 28.09, a: 31.35, b: -53.03
Name

Shades of Color #483196

Shades are created by darkening the original color #483196 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #483196

Tints are created by lightening the original color #483196 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#483196rgb(72, 49, 150)

About #483196 Color Code

In the HSL color space, this color has a hue angle of 254°, a saturation of 51%, and a lightness of 39%. The HSV representation shows a hue of 254°, a saturation of 67%, and a value of 59%.

  • HEX: #483196
  • RGB: rgb(72, 49, 150)
  • HSL: hsl(254, 51%, 39%)
  • HSV: hsv(254, 67%, 59%)
  • CMYK: 52.00% cyan, 67.00% magenta, 0.00% yellow, 41.00% black
  • XYZ: 8.37, 5.49, 22.17
  • Yxy: 5.49, 0.2323, 0.1524
  • Hunter Lab: 28.09, 31.35, -53.03
  • CIE-Lab: 28.09, 31.35, -53.03

In the XYZ color space, this color is represented as X: 8.37, Y: 5.49, Z: 22.17. The Yxy representation further refines this as Y: 5.49, x: 0.2323, and y: 0.1524.

In the Hunter Lab color space, this color is represented as L: 28.09, a: 31.35, and b: -53.03. Similarly, in the CIE-Lab color space, it is represented as L: 28.09, a: 31.35, and b: -53.03.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #483196

Triadic colors are three colors evenly spaced around the color wheel, including #483196. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #483196

Analogous colors are adjacent to #483196 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #483196

Split complementary colors are two colors adjacent to the complementary color of #483196. They create a balanced and visually appealing color scheme.

Tetradic Colors of #483196

Tetradic colors form a rectangle on the color wheel, including #483196. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #483196

Monochromatic colors are variations of #483196, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #483196

The complementary color of #483196 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #483196

/* Using HEX */
body {
  background-color: #483196;
}
/* Using RGB */
body {
  background-color: rgb(72, 49, 150);
}
/* Using RGB with opacity */
body {
  background-color: rgba(72, 49, 150, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(254, 51%, 39%);
}
/* Text color */
p {
  color: #483196;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #483196;
}
/* Border color */
.box {
  border: 4px solid #483196;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #483196;
}
Text Shadow Preview
/* Background with text */
div {
  background: #483196;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#483196
On Black Background
#483196
On White Background
#483196

HTML Examples of #483196

<!-- Using HEX -->
<div style="background-color: #483196; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(72, 49, 150); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(72, 49, 150, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(254, 51%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #483196;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #483196; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #483196; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #483196;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #483196; color: #fff; padding: 16px; border-radius: 8px;">
  #483196
</div>
#483196
On Black Background
#483196
On White Background
#483196

Related Colors of #483196

These colors are similar to #483196, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.