Shades of Dark Slate Blue #47419A
Tints of Dark Slate Blue #47419A
RGB
CMYK
RGB Variations
Color information
#47419A (or 0x47419A) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 9A. RGB value is (71,65,154). Sum of RGB (Red+Green+Blue) = 71+65+154=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #47419A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47419A is #B8BE65. Grayscale: #4C4C4C. Windows color (decimal): -12107366 or 10109255. OLE color: 10109255.
HSL color Cylindrical-coordinate representation of color #47419A: hue angle of 244.04º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47419A is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 65 | 154 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.40 |
| HSL | 244.04º | 0.41% | 0.43% | - |
| HSV(B) | 244.04º | 0.58% | 0.6% | - |
| XYZ | 10.32 | 7.45 | 31.47 | - |
| YUV | 76.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 154 | 0.54 | 0.58 | 0 | 0.40 | 244.04 | 0.41 | 0.43 |
| Hex | 47 | 41 | 9A | 36 | 3A | 0 | 28 | F4 | 29 | 2B |
| Octal | 107 | 101 | 232 | 66 | 72 | 0 | 50 | 364 | 51 | 53 |
| Binary | 1000111 | 1000001 | 10011010 | 110110 | 111010 | 0 | 101000 | 11110100 | 101001 | 101011 |
Color Harmonies of #47419A
Complementary color
Monochromatic Colors of #47419A
Black with #47419A
Text Example
Text Example
White with #47419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47419A; }
p { color: rgb(71,65,154); }
H1.HeaderClassName
{
color: #47419A;
}
.AnyTagClassName
{
color: #47419A;
}
</style>
background-color css
<style>
a { background-color: #47419A; }
a { background-color: rgb(71,65,154); }
div.DivClassName
{
background-color: #47419A;
}
.BgClassName
{
background-color: #47419A;
}
</style>
border-color css
<style>
span { border-color: #47419A; }
span { border-color: rgb(71,65,154); }
td.TdClassName
{
border-color: #47419A;
}
.TagClassName
{
border-color: #47419A;
}
</style>