Shades of Dark Slate Blue #473C85
Tints of Dark Slate Blue #473C85
RGB
CMYK
RGB Variations
Color information
#473C85 (or 0x473C85) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 85. RGB value is (71,60,133). Sum of RGB (Red+Green+Blue) = 71+60+133=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #473C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C85 is #B8C37A. Grayscale: #474747. Windows color (decimal): -12108667 or 8731719. OLE color: 8731719.
HSL color Cylindrical-coordinate representation of color #473C85: hue angle of 249.04º 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 #473C85 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 60 | 133 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.48 |
| HSL | 249.04º | 0.38% | 0.38% | - |
| HSV(B) | 249.04º | 0.55% | 0.52% | - |
| XYZ | 8.45 | 6.26 | 22.95 | - |
| YUV | 71.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 133 | 0.47 | 0.55 | 0 | 0.48 | 249.04 | 0.38 | 0.38 |
| Hex | 47 | 3C | 85 | 2F | 37 | 0 | 30 | F9 | 26 | 26 |
| Octal | 107 | 74 | 205 | 57 | 67 | 0 | 60 | 371 | 46 | 46 |
| Binary | 1000111 | 111100 | 10000101 | 101111 | 110111 | 0 | 110000 | 11111001 | 100110 | 100110 |
Color Harmonies of #473C85
Complementary color
Monochromatic Colors of #473C85
Black with #473C85
Text Example
Text Example
White with #473C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C85; }
p { color: rgb(71,60,133); }
H1.HeaderClassName
{
color: #473C85;
}
.AnyTagClassName
{
color: #473C85;
}
</style>
background-color css
<style>
a { background-color: #473C85; }
a { background-color: rgb(71,60,133); }
div.DivClassName
{
background-color: #473C85;
}
.BgClassName
{
background-color: #473C85;
}
</style>
border-color css
<style>
span { border-color: #473C85; }
span { border-color: rgb(71,60,133); }
td.TdClassName
{
border-color: #473C85;
}
.TagClassName
{
border-color: #473C85;
}
</style>