Shades of Dark Slate Blue #474694
Tints of Dark Slate Blue #474694
RGB
CMYK
RGB Variations
Color information
#474694 (or 0x474694) is known color: Dark Slate Blue. HEX triplet: 47, 46 and 94. RGB value is (71,70,148). Sum of RGB (Red+Green+Blue) = 71+70+148=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #474694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474694 is #B8B96B. Grayscale: #4E4E4E. Windows color (decimal): -12106092 or 9717319. OLE color: 9717319.
HSL color Cylindrical-coordinate representation of color #474694: hue angle of 240.77º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #474694 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 70 | 148 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.42 |
| HSL | 240.77º | 0.36% | 0.43% | - |
| HSV(B) | 240.77º | 0.53% | 0.58% | - |
| XYZ | 10.13 | 7.86 | 29 | - |
| YUV | 79.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 148 | 0.52 | 0.53 | 0 | 0.42 | 240.77 | 0.36 | 0.43 |
| Hex | 47 | 46 | 94 | 34 | 35 | 0 | 2A | F1 | 24 | 2B |
| Octal | 107 | 106 | 224 | 64 | 65 | 0 | 52 | 361 | 44 | 53 |
| Binary | 1000111 | 1000110 | 10010100 | 110100 | 110101 | 0 | 101010 | 11110001 | 100100 | 101011 |
Color Harmonies of #474694
Complementary color
Monochromatic Colors of #474694
Black with #474694
Text Example
Text Example
White with #474694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474694; }
p { color: rgb(71,70,148); }
H1.HeaderClassName
{
color: #474694;
}
.AnyTagClassName
{
color: #474694;
}
</style>
background-color css
<style>
a { background-color: #474694; }
a { background-color: rgb(71,70,148); }
div.DivClassName
{
background-color: #474694;
}
.BgClassName
{
background-color: #474694;
}
</style>
border-color css
<style>
span { border-color: #474694; }
span { border-color: rgb(71,70,148); }
td.TdClassName
{
border-color: #474694;
}
.TagClassName
{
border-color: #474694;
}
</style>