Shades of Dark Slate Blue #474591
Tints of Dark Slate Blue #474591
RGB
CMYK
RGB Variations
Color information
#474591 (or 0x474591) is known color: Dark Slate Blue. HEX triplet: 47, 45 and 91. RGB value is (71,69,145). Sum of RGB (Red+Green+Blue) = 71+69+145=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #474591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474591 is #B8BA6E. Grayscale: #4D4D4D. Windows color (decimal): -12106351 or 9520455. OLE color: 9520455.
HSL color Cylindrical-coordinate representation of color #474591: hue angle of 241.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #474591 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 69 | 145 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.43 |
| HSL | 241.58º | 0.36% | 0.42% | - |
| HSV(B) | 241.58º | 0.52% | 0.57% | - |
| XYZ | 9.84 | 7.64 | 27.74 | - |
| YUV | 78.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 145 | 0.51 | 0.52 | 0 | 0.43 | 241.58 | 0.36 | 0.42 |
| Hex | 47 | 45 | 91 | 33 | 34 | 0 | 2B | F2 | 24 | 2A |
| Octal | 107 | 105 | 221 | 63 | 64 | 0 | 53 | 362 | 44 | 52 |
| Binary | 1000111 | 1000101 | 10010001 | 110011 | 110100 | 0 | 101011 | 11110010 | 100100 | 101010 |
Color Harmonies of #474591
Complementary color
Monochromatic Colors of #474591
Black with #474591
Text Example
Text Example
White with #474591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474591; }
p { color: rgb(71,69,145); }
H1.HeaderClassName
{
color: #474591;
}
.AnyTagClassName
{
color: #474591;
}
</style>
background-color css
<style>
a { background-color: #474591; }
a { background-color: rgb(71,69,145); }
div.DivClassName
{
background-color: #474591;
}
.BgClassName
{
background-color: #474591;
}
</style>
border-color css
<style>
span { border-color: #474591; }
span { border-color: rgb(71,69,145); }
td.TdClassName
{
border-color: #474591;
}
.TagClassName
{
border-color: #474591;
}
</style>