Shades of Dark Slate #4F5856
Tints of Dark Slate #4F5856
RGB
CMYK
RGB Variations
Color information
#4F5856 (or 0x4F5856) is known color: Dark Slate. HEX triplet: 4F, 58 and 56. RGB value is (79,88,86). Sum of RGB (Red+Green+Blue) = 79+88+86=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5856 is #B0A7A9. Grayscale: #555555. Windows color (decimal): -11577258 or 5658703. OLE color: 5658703.
HSL color Cylindrical-coordinate representation of color #4F5856: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F5856 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 88 | 86 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.65 |
| HSL | 166.67º | 0.05% | 0.33% | - |
| HSV(B) | 166.67º | 0.1% | 0.35% | - |
| XYZ | 8.39 | 9.31 | 10.16 | - |
| YUV | 85.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 86 | 0.10 | 0 | 0.02 | 0.65 | 166.67 | 0.05 | 0.33 |
| Hex | 4F | 58 | 56 | A | 0 | 2 | 41 | A7 | 5 | 21 |
| Octal | 117 | 130 | 126 | 12 | 0 | 2 | 101 | 247 | 5 | 41 |
| Binary | 1001111 | 1011000 | 1010110 | 1010 | 0 | 10 | 1000001 | 10100111 | 101 | 100001 |
Color Harmonies of #4F5856
Complementary color
Monochromatic Colors of #4F5856
Black with #4F5856
Text Example
Text Example
White with #4F5856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5856; }
p { color: rgb(79,88,86); }
H1.HeaderClassName
{
color: #4F5856;
}
.AnyTagClassName
{
color: #4F5856;
}
</style>
background-color css
<style>
a { background-color: #4F5856; }
a { background-color: rgb(79,88,86); }
div.DivClassName
{
background-color: #4F5856;
}
.BgClassName
{
background-color: #4F5856;
}
</style>
border-color css
<style>
span { border-color: #4F5856; }
span { border-color: rgb(79,88,86); }
td.TdClassName
{
border-color: #4F5856;
}
.TagClassName
{
border-color: #4F5856;
}
</style>