Color: #483550

#483550 Color Information

#483550 is a dark color. The closest websafe version is #483550. A complement of this color would be #3D5035, perceived brightness is 0.24, and the grayscale version is #424242.

In the HSL color space, this color has a hue angle of 282°,a saturation of 20%, and a lightness of 26%.The HSV representation shows a hue of 282°, a saturation of 34%, and a value of 31%.

In a RGB color space, #483550 is composed of 28% red, 21% green and 31% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 34% magenta, 0% yellow and 69% black.

In the Yxy color space, this color is represented as Y: 4.48, x: 0.3340, and y: 0.2802.

Color Code #483550

#483550rgb(72, 53, 80)
HEX
#483550
RGB
rgb(72, 53, 80)
HSL
hsl(282, 20%, 26%)
HSV
hsv(282, 34%, 31%)
CMYK
10%, 34%, 0%, 69%
XYZ
X: 5.34, Y: 4.48, Z: 6.17
Lab
L: 25.20, a: 13.06, b: -13.20
Name

Shades of Color #483550

Shades are created by darkening the original color #483550 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 #483550

Tints are created by lightening the original color #483550 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.

#483550rgb(72, 53, 80)

About #483550 Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 20%, and a lightness of 26%. The HSV representation shows a hue of 282°, a saturation of 34%, and a value of 31%.

  • HEX: #483550
  • RGB: rgb(72, 53, 80)
  • HSL: hsl(282, 20%, 26%)
  • HSV: hsv(282, 34%, 31%)
  • CMYK: 10.00% cyan, 34.00% magenta, 0.00% yellow, 69.00% black
  • XYZ: 5.34, 4.48, 6.17
  • Yxy: 4.48, 0.3340, 0.2802
  • Hunter Lab: 25.20, 13.06, -13.20
  • CIE-Lab: 25.20, 13.06, -13.20

In the XYZ color space, this color is represented as X: 5.34, Y: 4.48, Z: 6.17. The Yxy representation further refines this as Y: 4.48, x: 0.3340, and y: 0.2802.

In the Hunter Lab color space, this color is represented as L: 25.20, a: 13.06, and b: -13.20. Similarly, in the CIE-Lab color space, it is represented as L: 25.20, a: 13.06, and b: -13.20.

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 #483550

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

Analogous Colors of #483550

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

Split Complementary Colors of #483550

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

Tetradic Colors of #483550

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

Monochromatic Colors of #483550

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

Complementary Color of #483550

The complementary color of #483550 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 #483550

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

HTML Examples of #483550

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

Related Colors of #483550

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