Shades of Dark Slate Blue #474495
Tints of Dark Slate Blue #474495
RGB
CMYK
RGB Variations
Color information
#474495 (or 0x474495) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 95. RGB value is (71,68,149). Sum of RGB (Red+Green+Blue) = 71+68+149=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #474495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474495 is #B8BB6A. Grayscale: #4D4D4D. Windows color (decimal): -12106603 or 9782343. OLE color: 9782343.
HSL color Cylindrical-coordinate representation of color #474495: hue angle of 242.22º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #474495 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 68 | 149 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.42 |
| HSL | 242.22º | 0.37% | 0.43% | - |
| HSV(B) | 242.22º | 0.54% | 0.58% | - |
| XYZ | 10.09 | 7.64 | 29.38 | - |
| YUV | 78.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 149 | 0.52 | 0.54 | 0 | 0.42 | 242.22 | 0.37 | 0.43 |
| Hex | 47 | 44 | 95 | 34 | 36 | 0 | 2A | F2 | 25 | 2B |
| Octal | 107 | 104 | 225 | 64 | 66 | 0 | 52 | 362 | 45 | 53 |
| Binary | 1000111 | 1000100 | 10010101 | 110100 | 110110 | 0 | 101010 | 11110010 | 100101 | 101011 |
Color Harmonies of #474495
Complementary color
Monochromatic Colors of #474495
Black with #474495
Text Example
Text Example
White with #474495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474495; }
p { color: rgb(71,68,149); }
H1.HeaderClassName
{
color: #474495;
}
.AnyTagClassName
{
color: #474495;
}
</style>
background-color css
<style>
a { background-color: #474495; }
a { background-color: rgb(71,68,149); }
div.DivClassName
{
background-color: #474495;
}
.BgClassName
{
background-color: #474495;
}
</style>
border-color css
<style>
span { border-color: #474495; }
span { border-color: rgb(71,68,149); }
td.TdClassName
{
border-color: #474495;
}
.TagClassName
{
border-color: #474495;
}
</style>