Shades of Liver #4F4149
Tints of Liver #4F4149
RGB
CMYK
RGB Variations
Color information
#4F4149 (or 0x4F4149) is known color: Liver. HEX triplet: 4F, 41 and 49. RGB value is (79,65,73). Sum of RGB (Red+Green+Blue) = 79+65+73=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4149 is #B0BEB6. Grayscale: #464646. Windows color (decimal): -11583159 or 4800847. OLE color: 4800847.
HSL color Cylindrical-coordinate representation of color #4F4149: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F4149 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 73 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.69 |
| HSL | 325.71º | 0.1% | 0.28% | - |
| HSV(B) | 325.71º | 0.18% | 0.31% | - |
| XYZ | 6.32 | 5.92 | 7.11 | - |
| YUV | 70.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 73 | 0 | 0.18 | 0.08 | 0.69 | 325.71 | 0.1 | 0.28 |
| Hex | 4F | 41 | 49 | 0 | 12 | 8 | 45 | 146 | A | 1C |
| Octal | 117 | 101 | 111 | 0 | 22 | 10 | 105 | 506 | 12 | 34 |
| Binary | 1001111 | 1000001 | 1001001 | 0 | 10010 | 1000 | 1000101 | 101000110 | 1010 | 11100 |
Color Harmonies of #4F4149
Complementary color
Monochromatic Colors of #4F4149
Black with #4F4149
Text Example
Text Example
White with #4F4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4149; }
p { color: rgb(79,65,73); }
H1.HeaderClassName
{
color: #4F4149;
}
.AnyTagClassName
{
color: #4F4149;
}
</style>
background-color css
<style>
a { background-color: #4F4149; }
a { background-color: rgb(79,65,73); }
div.DivClassName
{
background-color: #4F4149;
}
.BgClassName
{
background-color: #4F4149;
}
</style>
border-color css
<style>
span { border-color: #4F4149; }
span { border-color: rgb(79,65,73); }
td.TdClassName
{
border-color: #4F4149;
}
.TagClassName
{
border-color: #4F4149;
}
</style>