Shades of Dark Slate Blue #474585
Tints of Dark Slate Blue #474585
RGB
CMYK
RGB Variations
Color information
#474585 (or 0x474585) is known color: Dark Slate Blue. HEX triplet: 47, 45 and 85. RGB value is (71,69,133). Sum of RGB (Red+Green+Blue) = 71+69+133=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #474585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474585 is #B8BA7A. Grayscale: #4C4C4C. Windows color (decimal): -12106363 or 8734023. OLE color: 8734023.
HSL color Cylindrical-coordinate representation of color #474585: hue angle of 241.88º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #474585 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 69 | 133 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.48 |
| HSL | 241.88º | 0.32% | 0.4% | - |
| HSV(B) | 241.88º | 0.48% | 0.52% | - |
| XYZ | 8.96 | 7.29 | 23.13 | - |
| YUV | 76.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 133 | 0.47 | 0.48 | 0 | 0.48 | 241.88 | 0.32 | 0.4 |
| Hex | 47 | 45 | 85 | 2F | 30 | 0 | 30 | F2 | 20 | 28 |
| Octal | 107 | 105 | 205 | 57 | 60 | 0 | 60 | 362 | 40 | 50 |
| Binary | 1000111 | 1000101 | 10000101 | 101111 | 110000 | 0 | 110000 | 11110010 | 100000 | 101000 |
Color Harmonies of #474585
Complementary color
Monochromatic Colors of #474585
Black with #474585
Text Example
Text Example
White with #474585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474585; }
p { color: rgb(71,69,133); }
H1.HeaderClassName
{
color: #474585;
}
.AnyTagClassName
{
color: #474585;
}
</style>
background-color css
<style>
a { background-color: #474585; }
a { background-color: rgb(71,69,133); }
div.DivClassName
{
background-color: #474585;
}
.BgClassName
{
background-color: #474585;
}
</style>
border-color css
<style>
span { border-color: #474585; }
span { border-color: rgb(71,69,133); }
td.TdClassName
{
border-color: #474585;
}
.TagClassName
{
border-color: #474585;
}
</style>