Shades of Dark Slate Blue #473D80
Tints of Dark Slate Blue #473D80
RGB
CMYK
RGB Variations
Color information
#473D80 (or 0x473D80) is known color: Dark Slate Blue. HEX triplet: 47, 3D and 80. RGB value is (71,61,128). Sum of RGB (Red+Green+Blue) = 71+61+128=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #473D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473D80 is #B8C27F. Grayscale: #474747. Windows color (decimal): -12108416 or 8404295. OLE color: 8404295.
HSL color Cylindrical-coordinate representation of color #473D80: hue angle of 248.96º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473D80 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 61 | 128 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.50 |
| HSL | 248.96º | 0.35% | 0.37% | - |
| HSV(B) | 248.96º | 0.52% | 0.5% | - |
| XYZ | 8.16 | 6.24 | 21.2 | - |
| YUV | 71.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 128 | 0.45 | 0.52 | 0 | 0.50 | 248.96 | 0.35 | 0.37 |
| Hex | 47 | 3D | 80 | 2D | 34 | 0 | 32 | F9 | 23 | 25 |
| Octal | 107 | 75 | 200 | 55 | 64 | 0 | 62 | 371 | 43 | 45 |
| Binary | 1000111 | 111101 | 10000000 | 101101 | 110100 | 0 | 110010 | 11111001 | 100011 | 100101 |
Color Harmonies of #473D80
Complementary color
Monochromatic Colors of #473D80
Black with #473D80
Text Example
Text Example
White with #473D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D80; }
p { color: rgb(71,61,128); }
H1.HeaderClassName
{
color: #473D80;
}
.AnyTagClassName
{
color: #473D80;
}
</style>
background-color css
<style>
a { background-color: #473D80; }
a { background-color: rgb(71,61,128); }
div.DivClassName
{
background-color: #473D80;
}
.BgClassName
{
background-color: #473D80;
}
</style>
border-color css
<style>
span { border-color: #473D80; }
span { border-color: rgb(71,61,128); }
td.TdClassName
{
border-color: #473D80;
}
.TagClassName
{
border-color: #473D80;
}
</style>