Shades of Dark Slate Blue #474792
Tints of Dark Slate Blue #474792
RGB
CMYK
RGB Variations
Color information
#474792 (or 0x474792) is known color: Dark Slate Blue. HEX triplet: 47, 47 and 92. RGB value is (71,71,146). Sum of RGB (Red+Green+Blue) = 71+71+146=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #474792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474792 is #B8B86D. Grayscale: #4F4F4F. Windows color (decimal): -12105838 or 9586503. OLE color: 9586503.
HSL color Cylindrical-coordinate representation of color #474792: hue angle of 240º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474792 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 71 | 146 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.43 |
| HSL | 240º | 0.35% | 0.43% | - |
| HSV(B) | 240º | 0.51% | 0.57% | - |
| XYZ | 10.04 | 7.92 | 28.19 | - |
| YUV | 79.55 | 165.5 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 146 | 0.51 | 0.51 | 0 | 0.43 | 240 | 0.35 | 0.43 |
| Hex | 47 | 47 | 92 | 33 | 33 | 0 | 2B | F0 | 23 | 2B |
| Octal | 107 | 107 | 222 | 63 | 63 | 0 | 53 | 360 | 43 | 53 |
| Binary | 1000111 | 1000111 | 10010010 | 110011 | 110011 | 0 | 101011 | 11110000 | 100011 | 101011 |
Color Harmonies of #474792
Complementary color
Monochromatic Colors of #474792
Black with #474792
Text Example
Text Example
White with #474792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474792; }
p { color: rgb(71,71,146); }
H1.HeaderClassName
{
color: #474792;
}
.AnyTagClassName
{
color: #474792;
}
</style>
background-color css
<style>
a { background-color: #474792; }
a { background-color: rgb(71,71,146); }
div.DivClassName
{
background-color: #474792;
}
.BgClassName
{
background-color: #474792;
}
</style>
border-color css
<style>
span { border-color: #474792; }
span { border-color: rgb(71,71,146); }
td.TdClassName
{
border-color: #474792;
}
.TagClassName
{
border-color: #474792;
}
</style>