Shades of Dark Slate Blue #47408E
Tints of Dark Slate Blue #47408E
RGB
CMYK
RGB Variations
Color information
#47408E (or 0x47408E) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 8E. RGB value is (71,64,142). Sum of RGB (Red+Green+Blue) = 71+64+142=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #47408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47408E is #B8BF71. Grayscale: #4A4A4A. Windows color (decimal): -12107634 or 9322567. OLE color: 9322567.
HSL color Cylindrical-coordinate representation of color #47408E: hue angle of 245.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47408E is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 64 | 142 | - |
| CMYK | 0.5 | 0.55 | 0 | 0.44 |
| HSL | 245.38º | 0.38% | 0.4% | - |
| HSV(B) | 245.38º | 0.55% | 0.56% | - |
| XYZ | 9.31 | 6.96 | 26.44 | - |
| YUV | 74.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 142 | 0.5 | 0.55 | 0 | 0.44 | 245.38 | 0.38 | 0.4 |
| Hex | 47 | 40 | 8E | 32 | 37 | 0 | 2C | F5 | 26 | 28 |
| Octal | 107 | 100 | 216 | 62 | 67 | 0 | 54 | 365 | 46 | 50 |
| Binary | 1000111 | 1000000 | 10001110 | 110010 | 110111 | 0 | 101100 | 11110101 | 100110 | 101000 |
Color Harmonies of #47408E
Complementary color
Monochromatic Colors of #47408E
Black with #47408E
Text Example
Text Example
White with #47408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47408E; }
p { color: rgb(71,64,142); }
H1.HeaderClassName
{
color: #47408E;
}
.AnyTagClassName
{
color: #47408E;
}
</style>
background-color css
<style>
a { background-color: #47408E; }
a { background-color: rgb(71,64,142); }
div.DivClassName
{
background-color: #47408E;
}
.BgClassName
{
background-color: #47408E;
}
</style>
border-color css
<style>
span { border-color: #47408E; }
span { border-color: rgb(71,64,142); }
td.TdClassName
{
border-color: #47408E;
}
.TagClassName
{
border-color: #47408E;
}
</style>