Shades of Dark Slate #47615E
Tints of Dark Slate #47615E
RGB
CMYK
RGB Variations
Color information
#47615E (or 0x47615E) is known color: Dark Slate. HEX triplet: 47, 61 and 5E. RGB value is (71,97,94). Sum of RGB (Red+Green+Blue) = 71+97+94=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #47615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47615E is #B89EA1. Grayscale: #585858. Windows color (decimal): -12099234 or 6185287. OLE color: 6185287.
HSL color Cylindrical-coordinate representation of color #47615E: hue angle of 173.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47615E is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 97 | 94 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.62 |
| HSL | 173.08º | 0.15% | 0.33% | - |
| HSV(B) | 173.08º | 0.27% | 0.38% | - |
| XYZ | 8.89 | 10.7 | 12.19 | - |
| YUV | 88.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 94 | 0.27 | 0 | 0.03 | 0.62 | 173.08 | 0.15 | 0.33 |
| Hex | 47 | 61 | 5E | 1B | 0 | 3 | 3E | AD | F | 21 |
| Octal | 107 | 141 | 136 | 33 | 0 | 3 | 76 | 255 | 17 | 41 |
| Binary | 1000111 | 1100001 | 1011110 | 11011 | 0 | 11 | 111110 | 10101101 | 1111 | 100001 |
Color Harmonies of #47615E
Complementary color
Monochromatic Colors of #47615E
Black with #47615E
Text Example
Text Example
White with #47615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47615E; }
p { color: rgb(71,97,94); }
H1.HeaderClassName
{
color: #47615E;
}
.AnyTagClassName
{
color: #47615E;
}
</style>
background-color css
<style>
a { background-color: #47615E; }
a { background-color: rgb(71,97,94); }
div.DivClassName
{
background-color: #47615E;
}
.BgClassName
{
background-color: #47615E;
}
</style>
border-color css
<style>
span { border-color: #47615E; }
span { border-color: rgb(71,97,94); }
td.TdClassName
{
border-color: #47615E;
}
.TagClassName
{
border-color: #47615E;
}
</style>