Shades of Dark Slate Blue #474080
Tints of Dark Slate Blue #474080
RGB
CMYK
RGB Variations
Color information
#474080 (or 0x474080) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 80. RGB value is (71,64,128). Sum of RGB (Red+Green+Blue) = 71+64+128=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #474080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474080 is #B8BF7F. Grayscale: #494949. Windows color (decimal): -12107648 or 8405063. OLE color: 8405063.
HSL color Cylindrical-coordinate representation of color #474080: hue angle of 246.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474080 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 64 | 128 | - |
| CMYK | 0.45 | 0.5 | 0 | 0.50 |
| HSL | 246.56º | 0.33% | 0.38% | - |
| HSV(B) | 246.56º | 0.5% | 0.5% | - |
| XYZ | 8.33 | 6.56 | 21.25 | - |
| YUV | 73.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 128 | 0.45 | 0.5 | 0 | 0.50 | 246.56 | 0.33 | 0.38 |
| Hex | 47 | 40 | 80 | 2D | 32 | 0 | 32 | F7 | 21 | 26 |
| Octal | 107 | 100 | 200 | 55 | 62 | 0 | 62 | 367 | 41 | 46 |
| Binary | 1000111 | 1000000 | 10000000 | 101101 | 110010 | 0 | 110010 | 11110111 | 100001 | 100110 |
Color Harmonies of #474080
Complementary color
Monochromatic Colors of #474080
Black with #474080
Text Example
Text Example
White with #474080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474080; }
p { color: rgb(71,64,128); }
H1.HeaderClassName
{
color: #474080;
}
.AnyTagClassName
{
color: #474080;
}
</style>
background-color css
<style>
a { background-color: #474080; }
a { background-color: rgb(71,64,128); }
div.DivClassName
{
background-color: #474080;
}
.BgClassName
{
background-color: #474080;
}
</style>
border-color css
<style>
span { border-color: #474080; }
span { border-color: rgb(71,64,128); }
td.TdClassName
{
border-color: #474080;
}
.TagClassName
{
border-color: #474080;
}
</style>