Shades of Dark Slate Blue #474297
Tints of Dark Slate Blue #474297
RGB
CMYK
RGB Variations
Color information
#474297 (or 0x474297) is known color: Dark Slate Blue. HEX triplet: 47, 42 and 97. RGB value is (71,66,151). Sum of RGB (Red+Green+Blue) = 71+66+151=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #474297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474297 is #B8BD68. Grayscale: #4C4C4C. Windows color (decimal): -12107113 or 9912903. OLE color: 9912903.
HSL color Cylindrical-coordinate representation of color #474297: hue angle of 243.53º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474297 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 66 | 151 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.41 |
| HSL | 243.53º | 0.39% | 0.43% | - |
| HSV(B) | 243.53º | 0.56% | 0.59% | - |
| XYZ | 10.13 | 7.47 | 30.19 | - |
| YUV | 77.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 151 | 0.53 | 0.56 | 0 | 0.41 | 243.53 | 0.39 | 0.43 |
| Hex | 47 | 42 | 97 | 35 | 38 | 0 | 29 | F4 | 27 | 2B |
| Octal | 107 | 102 | 227 | 65 | 70 | 0 | 51 | 364 | 47 | 53 |
| Binary | 1000111 | 1000010 | 10010111 | 110101 | 111000 | 0 | 101001 | 11110100 | 100111 | 101011 |
Color Harmonies of #474297
Complementary color
Monochromatic Colors of #474297
Black with #474297
Text Example
Text Example
White with #474297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474297; }
p { color: rgb(71,66,151); }
H1.HeaderClassName
{
color: #474297;
}
.AnyTagClassName
{
color: #474297;
}
</style>
background-color css
<style>
a { background-color: #474297; }
a { background-color: rgb(71,66,151); }
div.DivClassName
{
background-color: #474297;
}
.BgClassName
{
background-color: #474297;
}
</style>
border-color css
<style>
span { border-color: #474297; }
span { border-color: rgb(71,66,151); }
td.TdClassName
{
border-color: #474297;
}
.TagClassName
{
border-color: #474297;
}
</style>