Shades of Dark Slate #4F5554
Tints of Dark Slate #4F5554
RGB
CMYK
RGB Variations
Color information
#4F5554 (or 0x4F5554) is known color: Dark Slate. HEX triplet: 4F, 55 and 54. RGB value is (79,85,84). Sum of RGB (Red+Green+Blue) = 79+85+84=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5554 is #B0AAAB. Grayscale: #535353. Windows color (decimal): -11578028 or 5526863. OLE color: 5526863.
HSL color Cylindrical-coordinate representation of color #4F5554: hue angle of 170º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4F5554 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 84 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.67 |
| HSL | 170º | 0.04% | 0.32% | - |
| HSV(B) | 170º | 0.07% | 0.33% | - |
| XYZ | 8.07 | 8.8 | 9.66 | - |
| YUV | 83.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 84 | 0.07 | 0 | 0.01 | 0.67 | 170 | 0.04 | 0.32 |
| Hex | 4F | 55 | 54 | 7 | 0 | 1 | 43 | AA | 4 | 20 |
| Octal | 117 | 125 | 124 | 7 | 0 | 1 | 103 | 252 | 4 | 40 |
| Binary | 1001111 | 1010101 | 1010100 | 111 | 0 | 1 | 1000011 | 10101010 | 100 | 100000 |
Color Harmonies of #4F5554
Complementary color
Monochromatic Colors of #4F5554
Black with #4F5554
Text Example
Text Example
White with #4F5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5554; }
p { color: rgb(79,85,84); }
H1.HeaderClassName
{
color: #4F5554;
}
.AnyTagClassName
{
color: #4F5554;
}
</style>
background-color css
<style>
a { background-color: #4F5554; }
a { background-color: rgb(79,85,84); }
div.DivClassName
{
background-color: #4F5554;
}
.BgClassName
{
background-color: #4F5554;
}
</style>
border-color css
<style>
span { border-color: #4F5554; }
span { border-color: rgb(79,85,84); }
td.TdClassName
{
border-color: #4F5554;
}
.TagClassName
{
border-color: #4F5554;
}
</style>