Shades of Dark Slate Blue #473C87
Tints of Dark Slate Blue #473C87
RGB
CMYK
RGB Variations
Color information
#473C87 (or 0x473C87) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 87. RGB value is (71,60,135). Sum of RGB (Red+Green+Blue) = 71+60+135=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #473C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C87 is #B8C378. Grayscale: #474747. Windows color (decimal): -12108665 or 8862791. OLE color: 8862791.
HSL color Cylindrical-coordinate representation of color #473C87: hue angle of 248.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #473C87 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 60 | 135 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.47 |
| HSL | 248.8º | 0.38% | 0.38% | - |
| HSV(B) | 248.8º | 0.56% | 0.53% | - |
| XYZ | 8.59 | 6.32 | 23.69 | - |
| YUV | 71.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 135 | 0.47 | 0.56 | 0 | 0.47 | 248.8 | 0.38 | 0.38 |
| Hex | 47 | 3C | 87 | 2F | 38 | 0 | 2F | F9 | 26 | 26 |
| Octal | 107 | 74 | 207 | 57 | 70 | 0 | 57 | 371 | 46 | 46 |
| Binary | 1000111 | 111100 | 10000111 | 101111 | 111000 | 0 | 101111 | 11111001 | 100110 | 100110 |
Color Harmonies of #473C87
Complementary color
Monochromatic Colors of #473C87
Black with #473C87
Text Example
Text Example
White with #473C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C87; }
p { color: rgb(71,60,135); }
H1.HeaderClassName
{
color: #473C87;
}
.AnyTagClassName
{
color: #473C87;
}
</style>
background-color css
<style>
a { background-color: #473C87; }
a { background-color: rgb(71,60,135); }
div.DivClassName
{
background-color: #473C87;
}
.BgClassName
{
background-color: #473C87;
}
</style>
border-color css
<style>
span { border-color: #473C87; }
span { border-color: rgb(71,60,135); }
td.TdClassName
{
border-color: #473C87;
}
.TagClassName
{
border-color: #473C87;
}
</style>