Shades of Dark Slate Blue #47408D
Tints of Dark Slate Blue #47408D
RGB
CMYK
RGB Variations
Color information
#47408D (or 0x47408D) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 8D. RGB value is (71,64,141). Sum of RGB (Red+Green+Blue) = 71+64+141=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #47408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47408D is #B8BF72. Grayscale: #4A4A4A. Windows color (decimal): -12107635 or 9257031. OLE color: 9257031.
HSL color Cylindrical-coordinate representation of color #47408D: hue angle of 245.45º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47408D is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 64 | 141 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.45 |
| HSL | 245.45º | 0.38% | 0.4% | - |
| HSV(B) | 245.45º | 0.55% | 0.55% | - |
| XYZ | 9.24 | 6.93 | 26.05 | - |
| YUV | 74.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 141 | 0.50 | 0.55 | 0 | 0.45 | 245.45 | 0.38 | 0.4 |
| Hex | 47 | 40 | 8D | 32 | 37 | 0 | 2D | F5 | 26 | 28 |
| Octal | 107 | 100 | 215 | 62 | 67 | 0 | 55 | 365 | 46 | 50 |
| Binary | 1000111 | 1000000 | 10001101 | 110010 | 110111 | 0 | 101101 | 11110101 | 100110 | 101000 |
Color Harmonies of #47408D
Complementary color
Monochromatic Colors of #47408D
Black with #47408D
Text Example
Text Example
White with #47408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47408D; }
p { color: rgb(71,64,141); }
H1.HeaderClassName
{
color: #47408D;
}
.AnyTagClassName
{
color: #47408D;
}
</style>
background-color css
<style>
a { background-color: #47408D; }
a { background-color: rgb(71,64,141); }
div.DivClassName
{
background-color: #47408D;
}
.BgClassName
{
background-color: #47408D;
}
</style>
border-color css
<style>
span { border-color: #47408D; }
span { border-color: rgb(71,64,141); }
td.TdClassName
{
border-color: #47408D;
}
.TagClassName
{
border-color: #47408D;
}
</style>