Shades of Dark Slate #47625E
Tints of Dark Slate #47625E
RGB
CMYK
RGB Variations
Color information
#47625E (or 0x47625E) is known color: Dark Slate. HEX triplet: 47, 62 and 5E. RGB value is (71,98,94). Sum of RGB (Red+Green+Blue) = 71+98+94=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #47625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47625E is #B89DA1. Grayscale: #595959. Windows color (decimal): -12098978 or 6185543. OLE color: 6185543.
HSL color Cylindrical-coordinate representation of color #47625E: hue angle of 171.11º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47625E is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 94 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.62 |
| HSL | 171.11º | 0.16% | 0.33% | - |
| HSV(B) | 171.11º | 0.28% | 0.38% | - |
| XYZ | 8.99 | 10.88 | 12.22 | - |
| YUV | 89.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 94 | 0.28 | 0 | 0.04 | 0.62 | 171.11 | 0.16 | 0.33 |
| Hex | 47 | 62 | 5E | 1C | 0 | 4 | 3E | AB | 10 | 21 |
| Octal | 107 | 142 | 136 | 34 | 0 | 4 | 76 | 253 | 20 | 41 |
| Binary | 1000111 | 1100010 | 1011110 | 11100 | 0 | 100 | 111110 | 10101011 | 10000 | 100001 |
Color Harmonies of #47625E
Complementary color
Monochromatic Colors of #47625E
Black with #47625E
Text Example
Text Example
White with #47625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47625E; }
p { color: rgb(71,98,94); }
H1.HeaderClassName
{
color: #47625E;
}
.AnyTagClassName
{
color: #47625E;
}
</style>
background-color css
<style>
a { background-color: #47625E; }
a { background-color: rgb(71,98,94); }
div.DivClassName
{
background-color: #47625E;
}
.BgClassName
{
background-color: #47625E;
}
</style>
border-color css
<style>
span { border-color: #47625E; }
span { border-color: rgb(71,98,94); }
td.TdClassName
{
border-color: #47625E;
}
.TagClassName
{
border-color: #47625E;
}
</style>