Shades of Dark Slate Blue #47408B
Tints of Dark Slate Blue #47408B
RGB
CMYK
RGB Variations
Color information
#47408B (or 0x47408B) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 8B. RGB value is (71,64,139). Sum of RGB (Red+Green+Blue) = 71+64+139=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #47408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47408B is #B8BF74. Grayscale: #4A4A4A. Windows color (decimal): -12107637 or 9125959. OLE color: 9125959.
HSL color Cylindrical-coordinate representation of color #47408B: hue angle of 245.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47408B is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 64 | 139 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.45 |
| HSL | 245.6º | 0.37% | 0.4% | - |
| HSV(B) | 245.6º | 0.54% | 0.55% | - |
| XYZ | 9.09 | 6.87 | 25.27 | - |
| YUV | 74.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 139 | 0.49 | 0.54 | 0 | 0.45 | 245.6 | 0.37 | 0.4 |
| Hex | 47 | 40 | 8B | 31 | 36 | 0 | 2D | F6 | 25 | 28 |
| Octal | 107 | 100 | 213 | 61 | 66 | 0 | 55 | 366 | 45 | 50 |
| Binary | 1000111 | 1000000 | 10001011 | 110001 | 110110 | 0 | 101101 | 11110110 | 100101 | 101000 |
Color Harmonies of #47408B
Complementary color
Monochromatic Colors of #47408B
Black with #47408B
Text Example
Text Example
White with #47408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47408B; }
p { color: rgb(71,64,139); }
H1.HeaderClassName
{
color: #47408B;
}
.AnyTagClassName
{
color: #47408B;
}
</style>
background-color css
<style>
a { background-color: #47408B; }
a { background-color: rgb(71,64,139); }
div.DivClassName
{
background-color: #47408B;
}
.BgClassName
{
background-color: #47408B;
}
</style>
border-color css
<style>
span { border-color: #47408B; }
span { border-color: rgb(71,64,139); }
td.TdClassName
{
border-color: #47408B;
}
.TagClassName
{
border-color: #47408B;
}
</style>