Shades of Dark Slate #47605E
Tints of Dark Slate #47605E
RGB
CMYK
RGB Variations
Color information
#47605E (or 0x47605E) is known color: Dark Slate. HEX triplet: 47, 60 and 5E. RGB value is (71,96,94). Sum of RGB (Red+Green+Blue) = 71+96+94=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #47605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47605E is #B89FA1. Grayscale: #585858. Windows color (decimal): -12099490 or 6185031. OLE color: 6185031.
HSL color Cylindrical-coordinate representation of color #47605E: hue angle of 175.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47605E is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 96 | 94 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.62 |
| HSL | 175.2º | 0.15% | 0.33% | - |
| HSV(B) | 175.2º | 0.26% | 0.38% | - |
| XYZ | 8.8 | 10.51 | 12.16 | - |
| YUV | 88.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 94 | 0.26 | 0 | 0.02 | 0.62 | 175.2 | 0.15 | 0.33 |
| Hex | 47 | 60 | 5E | 1A | 0 | 2 | 3E | AF | F | 21 |
| Octal | 107 | 140 | 136 | 32 | 0 | 2 | 76 | 257 | 17 | 41 |
| Binary | 1000111 | 1100000 | 1011110 | 11010 | 0 | 10 | 111110 | 10101111 | 1111 | 100001 |
Color Harmonies of #47605E
Complementary color
Monochromatic Colors of #47605E
Black with #47605E
Text Example
Text Example
White with #47605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47605E; }
p { color: rgb(71,96,94); }
H1.HeaderClassName
{
color: #47605E;
}
.AnyTagClassName
{
color: #47605E;
}
</style>
background-color css
<style>
a { background-color: #47605E; }
a { background-color: rgb(71,96,94); }
div.DivClassName
{
background-color: #47605E;
}
.BgClassName
{
background-color: #47605E;
}
</style>
border-color css
<style>
span { border-color: #47605E; }
span { border-color: rgb(71,96,94); }
td.TdClassName
{
border-color: #47605E;
}
.TagClassName
{
border-color: #47605E;
}
</style>