Shades of Dark Slate Blue #47498E
Tints of Dark Slate Blue #47498E
RGB
CMYK
RGB Variations
Color information
#47498E (or 0x47498E) is known color: Dark Slate Blue. HEX triplet: 47, 49 and 8E. RGB value is (71,73,142). Sum of RGB (Red+Green+Blue) = 71+73+142=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #47498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47498E is #B8B671. Grayscale: #4F4F4F. Windows color (decimal): -12105330 or 9324871. OLE color: 9324871.
HSL color Cylindrical-coordinate representation of color #47498E: hue angle of 238.31º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47498E is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 73 | 142 | - |
| CMYK | 0.5 | 0.49 | 0 | 0.44 |
| HSL | 238.31º | 0.33% | 0.42% | - |
| HSV(B) | 238.31º | 0.5% | 0.56% | - |
| XYZ | 9.86 | 8.06 | 26.63 | - |
| YUV | 80.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 142 | 0.5 | 0.49 | 0 | 0.44 | 238.31 | 0.33 | 0.42 |
| Hex | 47 | 49 | 8E | 32 | 31 | 0 | 2C | EE | 21 | 2A |
| Octal | 107 | 111 | 216 | 62 | 61 | 0 | 54 | 356 | 41 | 52 |
| Binary | 1000111 | 1001001 | 10001110 | 110010 | 110001 | 0 | 101100 | 11101110 | 100001 | 101010 |
Color Harmonies of #47498E
Complementary color
Monochromatic Colors of #47498E
Black with #47498E
Text Example
Text Example
White with #47498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47498E; }
p { color: rgb(71,73,142); }
H1.HeaderClassName
{
color: #47498E;
}
.AnyTagClassName
{
color: #47498E;
}
</style>
background-color css
<style>
a { background-color: #47498E; }
a { background-color: rgb(71,73,142); }
div.DivClassName
{
background-color: #47498E;
}
.BgClassName
{
background-color: #47498E;
}
</style>
border-color css
<style>
span { border-color: #47498E; }
span { border-color: rgb(71,73,142); }
td.TdClassName
{
border-color: #47498E;
}
.TagClassName
{
border-color: #47498E;
}
</style>