Shades of Liver #4D4449
Tints of Liver #4D4449
RGB
CMYK
RGB Variations
Color information
#4D4449 (or 0x4D4449) is known color: Liver. HEX triplet: 4D, 44 and 49. RGB value is (77,68,73). Sum of RGB (Red+Green+Blue) = 77+68+73=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4449 is #B2BBB6. Grayscale: #474747. Windows color (decimal): -11713463 or 4801613. OLE color: 4801613.
HSL color Cylindrical-coordinate representation of color #4D4449: hue angle of 326.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D4449 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 73 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.70 |
| HSL | 326.67º | 0.06% | 0.28% | - |
| HSV(B) | 326.67º | 0.12% | 0.3% | - |
| XYZ | 6.33 | 6.19 | 7.17 | - |
| YUV | 71.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 73 | 0 | 0.12 | 0.05 | 0.70 | 326.67 | 0.06 | 0.28 |
| Hex | 4D | 44 | 49 | 0 | C | 5 | 46 | 147 | 6 | 1C |
| Octal | 115 | 104 | 111 | 0 | 14 | 5 | 106 | 507 | 6 | 34 |
| Binary | 1001101 | 1000100 | 1001001 | 0 | 1100 | 101 | 1000110 | 101000111 | 110 | 11100 |
Color Harmonies of #4D4449
Complementary color
Monochromatic Colors of #4D4449
Black with #4D4449
Text Example
Text Example
White with #4D4449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4449; }
p { color: rgb(77,68,73); }
H1.HeaderClassName
{
color: #4D4449;
}
.AnyTagClassName
{
color: #4D4449;
}
</style>
background-color css
<style>
a { background-color: #4D4449; }
a { background-color: rgb(77,68,73); }
div.DivClassName
{
background-color: #4D4449;
}
.BgClassName
{
background-color: #4D4449;
}
</style>
border-color css
<style>
span { border-color: #4D4449; }
span { border-color: rgb(77,68,73); }
td.TdClassName
{
border-color: #4D4449;
}
.TagClassName
{
border-color: #4D4449;
}
</style>