Shades of Liver #4D4146
Tints of Liver #4D4146
RGB
CMYK
RGB Variations
Color information
#4D4146 (or 0x4D4146) is known color: Liver. HEX triplet: 4D, 41 and 46. RGB value is (77,65,70). Sum of RGB (Red+Green+Blue) = 77+65+70=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4146 is #B2BEB9. Grayscale: #454545. Windows color (decimal): -11714234 or 4604237. OLE color: 4604237.
HSL color Cylindrical-coordinate representation of color #4D4146: hue angle of 335º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D4146 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 70 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.70 |
| HSL | 335º | 0.08% | 0.28% | - |
| HSV(B) | 335º | 0.16% | 0.3% | - |
| XYZ | 6.06 | 5.8 | 6.59 | - |
| YUV | 69.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 70 | 0 | 0.16 | 0.09 | 0.70 | 335 | 0.08 | 0.28 |
| Hex | 4D | 41 | 46 | 0 | 10 | 9 | 46 | 14F | 8 | 1C |
| Octal | 115 | 101 | 106 | 0 | 20 | 11 | 106 | 517 | 10 | 34 |
| Binary | 1001101 | 1000001 | 1000110 | 0 | 10000 | 1001 | 1000110 | 101001111 | 1000 | 11100 |
Color Harmonies of #4D4146
Complementary color
Monochromatic Colors of #4D4146
Black with #4D4146
Text Example
Text Example
White with #4D4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4146; }
p { color: rgb(77,65,70); }
H1.HeaderClassName
{
color: #4D4146;
}
.AnyTagClassName
{
color: #4D4146;
}
</style>
background-color css
<style>
a { background-color: #4D4146; }
a { background-color: rgb(77,65,70); }
div.DivClassName
{
background-color: #4D4146;
}
.BgClassName
{
background-color: #4D4146;
}
</style>
border-color css
<style>
span { border-color: #4D4146; }
span { border-color: rgb(77,65,70); }
td.TdClassName
{
border-color: #4D4146;
}
.TagClassName
{
border-color: #4D4146;
}
</style>