Shades of Dark Slate Blue #47417E
Tints of Dark Slate Blue #47417E
RGB
CMYK
RGB Variations
Color information
#47417E (or 0x47417E) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 7E. RGB value is (71,65,126). Sum of RGB (Red+Green+Blue) = 71+65+126=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #47417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47417E is #B8BE81. Grayscale: #494949. Windows color (decimal): -12107394 or 8274247. OLE color: 8274247.
HSL color Cylindrical-coordinate representation of color #47417E: hue angle of 245.9º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47417E is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 65 | 126 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.51 |
| HSL | 245.9º | 0.32% | 0.37% | - |
| HSV(B) | 245.9º | 0.48% | 0.49% | - |
| XYZ | 8.25 | 6.63 | 20.58 | - |
| YUV | 73.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 126 | 0.44 | 0.48 | 0 | 0.51 | 245.9 | 0.32 | 0.37 |
| Hex | 47 | 41 | 7E | 2C | 30 | 0 | 33 | F6 | 20 | 25 |
| Octal | 107 | 101 | 176 | 54 | 60 | 0 | 63 | 366 | 40 | 45 |
| Binary | 1000111 | 1000001 | 1111110 | 101100 | 110000 | 0 | 110011 | 11110110 | 100000 | 100101 |
Color Harmonies of #47417E
Complementary color
Monochromatic Colors of #47417E
Black with #47417E
Text Example
Text Example
White with #47417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47417E; }
p { color: rgb(71,65,126); }
H1.HeaderClassName
{
color: #47417E;
}
.AnyTagClassName
{
color: #47417E;
}
</style>
background-color css
<style>
a { background-color: #47417E; }
a { background-color: rgb(71,65,126); }
div.DivClassName
{
background-color: #47417E;
}
.BgClassName
{
background-color: #47417E;
}
</style>
border-color css
<style>
span { border-color: #47417E; }
span { border-color: rgb(71,65,126); }
td.TdClassName
{
border-color: #47417E;
}
.TagClassName
{
border-color: #47417E;
}
</style>