Shades of Liver #4D4148
Tints of Liver #4D4148
RGB
CMYK
RGB Variations
Color information
#4D4148 (or 0x4D4148) is known color: Liver. HEX triplet: 4D, 41 and 48. RGB value is (77,65,72). Sum of RGB (Red+Green+Blue) = 77+65+72=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4148 is #B2BEB7. Grayscale: #454545. Windows color (decimal): -11714232 or 4735309. OLE color: 4735309.
HSL color Cylindrical-coordinate representation of color #4D4148: hue angle of 325º 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 #4D4148 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 72 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.70 |
| HSL | 325º | 0.08% | 0.28% | - |
| HSV(B) | 325º | 0.16% | 0.3% | - |
| XYZ | 6.12 | 5.83 | 6.93 | - |
| YUV | 69.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 72 | 0 | 0.16 | 0.06 | 0.70 | 325 | 0.08 | 0.28 |
| Hex | 4D | 41 | 48 | 0 | 10 | 6 | 46 | 145 | 8 | 1C |
| Octal | 115 | 101 | 110 | 0 | 20 | 6 | 106 | 505 | 10 | 34 |
| Binary | 1001101 | 1000001 | 1001000 | 0 | 10000 | 110 | 1000110 | 101000101 | 1000 | 11100 |
Color Harmonies of #4D4148
Complementary color
Monochromatic Colors of #4D4148
Black with #4D4148
Text Example
Text Example
White with #4D4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4148; }
p { color: rgb(77,65,72); }
H1.HeaderClassName
{
color: #4D4148;
}
.AnyTagClassName
{
color: #4D4148;
}
</style>
background-color css
<style>
a { background-color: #4D4148; }
a { background-color: rgb(77,65,72); }
div.DivClassName
{
background-color: #4D4148;
}
.BgClassName
{
background-color: #4D4148;
}
</style>
border-color css
<style>
span { border-color: #4D4148; }
span { border-color: rgb(77,65,72); }
td.TdClassName
{
border-color: #4D4148;
}
.TagClassName
{
border-color: #4D4148;
}
</style>