Shades of Dark Slate Blue #474490
Tints of Dark Slate Blue #474490
RGB
CMYK
RGB Variations
Color information
#474490 (or 0x474490) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 90. RGB value is (71,68,144). Sum of RGB (Red+Green+Blue) = 71+68+144=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #474490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474490 is #B8BB6F. Grayscale: #4D4D4D. Windows color (decimal): -12106608 or 9454663. OLE color: 9454663.
HSL color Cylindrical-coordinate representation of color #474490: hue angle of 242.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #474490 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 68 | 144 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.44 |
| HSL | 242.37º | 0.36% | 0.42% | - |
| HSV(B) | 242.37º | 0.53% | 0.56% | - |
| XYZ | 9.7 | 7.49 | 27.32 | - |
| YUV | 77.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 144 | 0.51 | 0.53 | 0 | 0.44 | 242.37 | 0.36 | 0.42 |
| Hex | 47 | 44 | 90 | 33 | 35 | 0 | 2C | F2 | 24 | 2A |
| Octal | 107 | 104 | 220 | 63 | 65 | 0 | 54 | 362 | 44 | 52 |
| Binary | 1000111 | 1000100 | 10010000 | 110011 | 110101 | 0 | 101100 | 11110010 | 100100 | 101010 |
Color Harmonies of #474490
Complementary color
Monochromatic Colors of #474490
Black with #474490
Text Example
Text Example
White with #474490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474490; }
p { color: rgb(71,68,144); }
H1.HeaderClassName
{
color: #474490;
}
.AnyTagClassName
{
color: #474490;
}
</style>
background-color css
<style>
a { background-color: #474490; }
a { background-color: rgb(71,68,144); }
div.DivClassName
{
background-color: #474490;
}
.BgClassName
{
background-color: #474490;
}
</style>
border-color css
<style>
span { border-color: #474490; }
span { border-color: rgb(71,68,144); }
td.TdClassName
{
border-color: #474490;
}
.TagClassName
{
border-color: #474490;
}
</style>