Shades of Dark Slate Blue #474090
Tints of Dark Slate Blue #474090
RGB
CMYK
RGB Variations
Color information
#474090 (or 0x474090) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 90. RGB value is (71,64,144). Sum of RGB (Red+Green+Blue) = 71+64+144=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #474090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474090 is #B8BF6F. Grayscale: #4A4A4A. Windows color (decimal): -12107632 or 9453639. OLE color: 9453639.
HSL color Cylindrical-coordinate representation of color #474090: hue angle of 245.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474090 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 64 | 144 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.44 |
| HSL | 245.25º | 0.38% | 0.41% | - |
| HSV(B) | 245.25º | 0.56% | 0.56% | - |
| XYZ | 9.47 | 7.02 | 27.24 | - |
| YUV | 75.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 144 | 0.51 | 0.56 | 0 | 0.44 | 245.25 | 0.38 | 0.41 |
| Hex | 47 | 40 | 90 | 33 | 38 | 0 | 2C | F5 | 26 | 29 |
| Octal | 107 | 100 | 220 | 63 | 70 | 0 | 54 | 365 | 46 | 51 |
| Binary | 1000111 | 1000000 | 10010000 | 110011 | 111000 | 0 | 101100 | 11110101 | 100110 | 101001 |
Color Harmonies of #474090
Complementary color
Monochromatic Colors of #474090
Black with #474090
Text Example
Text Example
White with #474090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474090; }
p { color: rgb(71,64,144); }
H1.HeaderClassName
{
color: #474090;
}
.AnyTagClassName
{
color: #474090;
}
</style>
background-color css
<style>
a { background-color: #474090; }
a { background-color: rgb(71,64,144); }
div.DivClassName
{
background-color: #474090;
}
.BgClassName
{
background-color: #474090;
}
</style>
border-color css
<style>
span { border-color: #474090; }
span { border-color: rgb(71,64,144); }
td.TdClassName
{
border-color: #474090;
}
.TagClassName
{
border-color: #474090;
}
</style>