Shades of Dark Slate #47605C
Tints of Dark Slate #47605C
RGB
CMYK
RGB Variations
Color information
#47605C (or 0x47605C) is known color: Dark Slate. HEX triplet: 47, 60 and 5C. RGB value is (71,96,92). Sum of RGB (Red+Green+Blue) = 71+96+92=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #47605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47605C is #B89FA3. Grayscale: #585858. Windows color (decimal): -12099492 or 6053959. OLE color: 6053959.
HSL color Cylindrical-coordinate representation of color #47605C: hue angle of 170.4º 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 #47605C is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 96 | 92 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.62 |
| HSL | 170.4º | 0.15% | 0.33% | - |
| HSV(B) | 170.4º | 0.26% | 0.38% | - |
| XYZ | 8.71 | 10.48 | 11.69 | - |
| YUV | 88.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 92 | 0.26 | 0 | 0.04 | 0.62 | 170.4 | 0.15 | 0.33 |
| Hex | 47 | 60 | 5C | 1A | 0 | 4 | 3E | AA | F | 21 |
| Octal | 107 | 140 | 134 | 32 | 0 | 4 | 76 | 252 | 17 | 41 |
| Binary | 1000111 | 1100000 | 1011100 | 11010 | 0 | 100 | 111110 | 10101010 | 1111 | 100001 |
Color Harmonies of #47605C
Complementary color
Monochromatic Colors of #47605C
Black with #47605C
Text Example
Text Example
White with #47605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47605C; }
p { color: rgb(71,96,92); }
H1.HeaderClassName
{
color: #47605C;
}
.AnyTagClassName
{
color: #47605C;
}
</style>
background-color css
<style>
a { background-color: #47605C; }
a { background-color: rgb(71,96,92); }
div.DivClassName
{
background-color: #47605C;
}
.BgClassName
{
background-color: #47605C;
}
</style>
border-color css
<style>
span { border-color: #47605C; }
span { border-color: rgb(71,96,92); }
td.TdClassName
{
border-color: #47605C;
}
.TagClassName
{
border-color: #47605C;
}
</style>