Shades of Liver #4F494D
Tints of Liver #4F494D
RGB
CMYK
RGB Variations
Color information
#4F494D (or 0x4F494D) is known color: Liver. HEX triplet: 4F, 49 and 4D. RGB value is (79,73,77). Sum of RGB (Red+Green+Blue) = 79+73+77=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 79 - color contains mainly: red. Hex color #4F494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F494D is #B0B6B2. Grayscale: #4B4B4B. Windows color (decimal): -11581107 or 5065039. OLE color: 5065039.
HSL color Cylindrical-coordinate representation of color #4F494D: hue angle of 320º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4F494D is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 77 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.69 |
| HSL | 320º | 0.04% | 0.3% | - |
| HSV(B) | 320º | 0.08% | 0.31% | - |
| XYZ | 6.95 | 6.96 | 8 | - |
| YUV | 75.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 77 | 0 | 0.08 | 0.03 | 0.69 | 320 | 0.04 | 0.3 |
| Hex | 4F | 49 | 4D | 0 | 8 | 3 | 45 | 140 | 4 | 1E |
| Octal | 117 | 111 | 115 | 0 | 10 | 3 | 105 | 500 | 4 | 36 |
| Binary | 1001111 | 1001001 | 1001101 | 0 | 1000 | 11 | 1000101 | 101000000 | 100 | 11110 |
Color Harmonies of #4F494D
Complementary color
Monochromatic Colors of #4F494D
Black with #4F494D
Text Example
Text Example
White with #4F494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F494D; }
p { color: rgb(79,73,77); }
H1.HeaderClassName
{
color: #4F494D;
}
.AnyTagClassName
{
color: #4F494D;
}
</style>
background-color css
<style>
a { background-color: #4F494D; }
a { background-color: rgb(79,73,77); }
div.DivClassName
{
background-color: #4F494D;
}
.BgClassName
{
background-color: #4F494D;
}
</style>
border-color css
<style>
span { border-color: #4F494D; }
span { border-color: rgb(79,73,77); }
td.TdClassName
{
border-color: #4F494D;
}
.TagClassName
{
border-color: #4F494D;
}
</style>