Shades of Dark Slate Blue #473C7E
Tints of Dark Slate Blue #473C7E
RGB
CMYK
RGB Variations
Color information
#473C7E (or 0x473C7E) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 7E. RGB value is (71,60,126). Sum of RGB (Red+Green+Blue) = 71+60+126=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #473C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C7E is #B8C381. Grayscale: #464646. Windows color (decimal): -12108674 or 8272967. OLE color: 8272967.
HSL color Cylindrical-coordinate representation of color #473C7E: hue angle of 250º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473C7E is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 60 | 126 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.51 |
| HSL | 250º | 0.35% | 0.36% | - |
| HSV(B) | 250º | 0.52% | 0.49% | - |
| XYZ | 7.98 | 6.08 | 20.49 | - |
| YUV | 70.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 126 | 0.44 | 0.52 | 0 | 0.51 | 250 | 0.35 | 0.36 |
| Hex | 47 | 3C | 7E | 2C | 34 | 0 | 33 | FA | 23 | 24 |
| Octal | 107 | 74 | 176 | 54 | 64 | 0 | 63 | 372 | 43 | 44 |
| Binary | 1000111 | 111100 | 1111110 | 101100 | 110100 | 0 | 110011 | 11111010 | 100011 | 100100 |
Color Harmonies of #473C7E
Complementary color
Monochromatic Colors of #473C7E
Black with #473C7E
Text Example
Text Example
White with #473C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C7E; }
p { color: rgb(71,60,126); }
H1.HeaderClassName
{
color: #473C7E;
}
.AnyTagClassName
{
color: #473C7E;
}
</style>
background-color css
<style>
a { background-color: #473C7E; }
a { background-color: rgb(71,60,126); }
div.DivClassName
{
background-color: #473C7E;
}
.BgClassName
{
background-color: #473C7E;
}
</style>
border-color css
<style>
span { border-color: #473C7E; }
span { border-color: rgb(71,60,126); }
td.TdClassName
{
border-color: #473C7E;
}
.TagClassName
{
border-color: #473C7E;
}
</style>