Shades of Dark Slate Blue #473C84
Tints of Dark Slate Blue #473C84
RGB
CMYK
RGB Variations
Color information
#473C84 (or 0x473C84) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 84. RGB value is (71,60,132). Sum of RGB (Red+Green+Blue) = 71+60+132=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #473C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C84 is #B8C37B. Grayscale: #474747. Windows color (decimal): -12108668 or 8666183. OLE color: 8666183.
HSL color Cylindrical-coordinate representation of color #473C84: hue angle of 249.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473C84 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 60 | 132 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.48 |
| HSL | 249.17º | 0.38% | 0.38% | - |
| HSV(B) | 249.17º | 0.55% | 0.52% | - |
| XYZ | 8.38 | 6.24 | 22.59 | - |
| YUV | 71.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 132 | 0.46 | 0.55 | 0 | 0.48 | 249.17 | 0.38 | 0.38 |
| Hex | 47 | 3C | 84 | 2E | 37 | 0 | 30 | F9 | 26 | 26 |
| Octal | 107 | 74 | 204 | 56 | 67 | 0 | 60 | 371 | 46 | 46 |
| Binary | 1000111 | 111100 | 10000100 | 101110 | 110111 | 0 | 110000 | 11111001 | 100110 | 100110 |
Color Harmonies of #473C84
Complementary color
Monochromatic Colors of #473C84
Black with #473C84
Text Example
Text Example
White with #473C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C84; }
p { color: rgb(71,60,132); }
H1.HeaderClassName
{
color: #473C84;
}
.AnyTagClassName
{
color: #473C84;
}
</style>
background-color css
<style>
a { background-color: #473C84; }
a { background-color: rgb(71,60,132); }
div.DivClassName
{
background-color: #473C84;
}
.BgClassName
{
background-color: #473C84;
}
</style>
border-color css
<style>
span { border-color: #473C84; }
span { border-color: rgb(71,60,132); }
td.TdClassName
{
border-color: #473C84;
}
.TagClassName
{
border-color: #473C84;
}
</style>