Shades of Dark Slate Blue #474191
Tints of Dark Slate Blue #474191
RGB
CMYK
RGB Variations
Color information
#474191 (or 0x474191) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 91. RGB value is (71,65,145). Sum of RGB (Red+Green+Blue) = 71+65+145=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #474191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474191 is #B8BE6E. Grayscale: #4B4B4B. Windows color (decimal): -12107375 or 9519431. OLE color: 9519431.
HSL color Cylindrical-coordinate representation of color #474191: hue angle of 244.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474191 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 65 | 145 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.43 |
| HSL | 244.5º | 0.38% | 0.41% | - |
| HSV(B) | 244.5º | 0.55% | 0.57% | - |
| XYZ | 9.6 | 7.16 | 27.67 | - |
| YUV | 75.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 145 | 0.51 | 0.55 | 0 | 0.43 | 244.5 | 0.38 | 0.41 |
| Hex | 47 | 41 | 91 | 33 | 37 | 0 | 2B | F4 | 26 | 29 |
| Octal | 107 | 101 | 221 | 63 | 67 | 0 | 53 | 364 | 46 | 51 |
| Binary | 1000111 | 1000001 | 10010001 | 110011 | 110111 | 0 | 101011 | 11110100 | 100110 | 101001 |
Color Harmonies of #474191
Complementary color
Monochromatic Colors of #474191
Black with #474191
Text Example
Text Example
White with #474191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474191; }
p { color: rgb(71,65,145); }
H1.HeaderClassName
{
color: #474191;
}
.AnyTagClassName
{
color: #474191;
}
</style>
background-color css
<style>
a { background-color: #474191; }
a { background-color: rgb(71,65,145); }
div.DivClassName
{
background-color: #474191;
}
.BgClassName
{
background-color: #474191;
}
</style>
border-color css
<style>
span { border-color: #474191; }
span { border-color: rgb(71,65,145); }
td.TdClassName
{
border-color: #474191;
}
.TagClassName
{
border-color: #474191;
}
</style>