Shades of Dark Slate #4C5856
Tints of Dark Slate #4C5856
RGB
CMYK
RGB Variations
Color information
#4C5856 (or 0x4C5856) is known color: Dark Slate. HEX triplet: 4C, 58 and 56. RGB value is (76,88,86). Sum of RGB (Red+Green+Blue) = 76+88+86=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5856 is #B3A7A9. Grayscale: #545454. Windows color (decimal): -11773866 or 5658700. OLE color: 5658700.
HSL color Cylindrical-coordinate representation of color #4C5856: hue angle of 170º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C5856 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 86 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.65 |
| HSL | 170º | 0.07% | 0.32% | - |
| HSV(B) | 170º | 0.14% | 0.35% | - |
| XYZ | 8.15 | 9.19 | 10.15 | - |
| YUV | 84.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 86 | 0.14 | 0 | 0.02 | 0.65 | 170 | 0.07 | 0.32 |
| Hex | 4C | 58 | 56 | E | 0 | 2 | 41 | AA | 7 | 20 |
| Octal | 114 | 130 | 126 | 16 | 0 | 2 | 101 | 252 | 7 | 40 |
| Binary | 1001100 | 1011000 | 1010110 | 1110 | 0 | 10 | 1000001 | 10101010 | 111 | 100000 |
Color Harmonies of #4C5856
Complementary color
Monochromatic Colors of #4C5856
Black with #4C5856
Text Example
Text Example
White with #4C5856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5856; }
p { color: rgb(76,88,86); }
H1.HeaderClassName
{
color: #4C5856;
}
.AnyTagClassName
{
color: #4C5856;
}
</style>
background-color css
<style>
a { background-color: #4C5856; }
a { background-color: rgb(76,88,86); }
div.DivClassName
{
background-color: #4C5856;
}
.BgClassName
{
background-color: #4C5856;
}
</style>
border-color css
<style>
span { border-color: #4C5856; }
span { border-color: rgb(76,88,86); }
td.TdClassName
{
border-color: #4C5856;
}
.TagClassName
{
border-color: #4C5856;
}
</style>