Shades of Dark Slate Blue #474390
Tints of Dark Slate Blue #474390
RGB
CMYK
RGB Variations
Color information
#474390 (or 0x474390) is known color: Dark Slate Blue. HEX triplet: 47, 43 and 90. RGB value is (71,67,144). Sum of RGB (Red+Green+Blue) = 71+67+144=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #474390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474390 is #B8BC6F. Grayscale: #4C4C4C. Windows color (decimal): -12106864 or 9454407. OLE color: 9454407.
HSL color Cylindrical-coordinate representation of color #474390: hue angle of 243.12º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #474390 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 67 | 144 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.44 |
| HSL | 243.12º | 0.36% | 0.41% | - |
| HSV(B) | 243.12º | 0.53% | 0.56% | - |
| XYZ | 9.64 | 7.37 | 27.3 | - |
| YUV | 76.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 144 | 0.51 | 0.53 | 0 | 0.44 | 243.12 | 0.36 | 0.41 |
| Hex | 47 | 43 | 90 | 33 | 35 | 0 | 2C | F3 | 24 | 29 |
| Octal | 107 | 103 | 220 | 63 | 65 | 0 | 54 | 363 | 44 | 51 |
| Binary | 1000111 | 1000011 | 10010000 | 110011 | 110101 | 0 | 101100 | 11110011 | 100100 | 101001 |
Color Harmonies of #474390
Complementary color
Monochromatic Colors of #474390
Black with #474390
Text Example
Text Example
White with #474390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474390; }
p { color: rgb(71,67,144); }
H1.HeaderClassName
{
color: #474390;
}
.AnyTagClassName
{
color: #474390;
}
</style>
background-color css
<style>
a { background-color: #474390; }
a { background-color: rgb(71,67,144); }
div.DivClassName
{
background-color: #474390;
}
.BgClassName
{
background-color: #474390;
}
</style>
border-color css
<style>
span { border-color: #474390; }
span { border-color: rgb(71,67,144); }
td.TdClassName
{
border-color: #474390;
}
.TagClassName
{
border-color: #474390;
}
</style>