Shades of Dark Slate Blue #47408F
Tints of Dark Slate Blue #47408F
RGB
CMYK
RGB Variations
Color information
#47408F (or 0x47408F) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 8F. RGB value is (71,64,143). Sum of RGB (Red+Green+Blue) = 71+64+143=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #47408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47408F is #B8BF70. Grayscale: #4A4A4A. Windows color (decimal): -12107633 or 9388103. OLE color: 9388103.
HSL color Cylindrical-coordinate representation of color #47408F: hue angle of 245.32º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47408F is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 64 | 143 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.44 |
| HSL | 245.32º | 0.38% | 0.41% | - |
| HSV(B) | 245.32º | 0.55% | 0.56% | - |
| XYZ | 9.39 | 6.99 | 26.84 | - |
| YUV | 75.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 143 | 0.50 | 0.55 | 0 | 0.44 | 245.32 | 0.38 | 0.41 |
| Hex | 47 | 40 | 8F | 32 | 37 | 0 | 2C | F5 | 26 | 29 |
| Octal | 107 | 100 | 217 | 62 | 67 | 0 | 54 | 365 | 46 | 51 |
| Binary | 1000111 | 1000000 | 10001111 | 110010 | 110111 | 0 | 101100 | 11110101 | 100110 | 101001 |
Color Harmonies of #47408F
Complementary color
Monochromatic Colors of #47408F
Black with #47408F
Text Example
Text Example
White with #47408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47408F; }
p { color: rgb(71,64,143); }
H1.HeaderClassName
{
color: #47408F;
}
.AnyTagClassName
{
color: #47408F;
}
</style>
background-color css
<style>
a { background-color: #47408F; }
a { background-color: rgb(71,64,143); }
div.DivClassName
{
background-color: #47408F;
}
.BgClassName
{
background-color: #47408F;
}
</style>
border-color css
<style>
span { border-color: #47408F; }
span { border-color: rgb(71,64,143); }
td.TdClassName
{
border-color: #47408F;
}
.TagClassName
{
border-color: #47408F;
}
</style>