Shades of Liver #4D4649
Tints of Liver #4D4649
RGB
CMYK
RGB Variations
Color information
#4D4649 (or 0x4D4649) is known color: Liver. HEX triplet: 4D, 46 and 49. RGB value is (77,70,73). Sum of RGB (Red+Green+Blue) = 77+70+73=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4649 is #B2B9B6. Grayscale: #484848. Windows color (decimal): -11712951 or 4802125. OLE color: 4802125.
HSL color Cylindrical-coordinate representation of color #4D4649: hue angle of 334.29º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D4649 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 73 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.70 |
| HSL | 334.29º | 0.05% | 0.29% | - |
| HSV(B) | 334.29º | 0.09% | 0.3% | - |
| XYZ | 6.45 | 6.44 | 7.21 | - |
| YUV | 72.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 73 | 0 | 0.09 | 0.05 | 0.70 | 334.29 | 0.05 | 0.29 |
| Hex | 4D | 46 | 49 | 0 | 9 | 5 | 46 | 14E | 5 | 1D |
| Octal | 115 | 106 | 111 | 0 | 11 | 5 | 106 | 516 | 5 | 35 |
| Binary | 1001101 | 1000110 | 1001001 | 0 | 1001 | 101 | 1000110 | 101001110 | 101 | 11101 |
Color Harmonies of #4D4649
Complementary color
Monochromatic Colors of #4D4649
Black with #4D4649
Text Example
Text Example
White with #4D4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4649; }
p { color: rgb(77,70,73); }
H1.HeaderClassName
{
color: #4D4649;
}
.AnyTagClassName
{
color: #4D4649;
}
</style>
background-color css
<style>
a { background-color: #4D4649; }
a { background-color: rgb(77,70,73); }
div.DivClassName
{
background-color: #4D4649;
}
.BgClassName
{
background-color: #4D4649;
}
</style>
border-color css
<style>
span { border-color: #4D4649; }
span { border-color: rgb(77,70,73); }
td.TdClassName
{
border-color: #4D4649;
}
.TagClassName
{
border-color: #4D4649;
}
</style>