Shades of Liver #4D3F46
Tints of Liver #4D3F46
RGB
CMYK
RGB Variations
Color information
#4D3F46 (or 0x4D3F46) is known color: Liver. HEX triplet: 4D, 3F and 46. RGB value is (77,63,70). Sum of RGB (Red+Green+Blue) = 77+63+70=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3F46 is #B2C0B9. Grayscale: #434343. Windows color (decimal): -11714746 or 4603725. OLE color: 4603725.
HSL color Cylindrical-coordinate representation of color #4D3F46: hue angle of 330º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D3F46 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 63 | 70 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.70 |
| HSL | 330º | 0.1% | 0.27% | - |
| HSV(B) | 330º | 0.18% | 0.3% | - |
| XYZ | 5.94 | 5.57 | 6.56 | - |
| YUV | 67.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 70 | 0 | 0.18 | 0.09 | 0.70 | 330 | 0.1 | 0.27 |
| Hex | 4D | 3F | 46 | 0 | 12 | 9 | 46 | 14A | A | 1B |
| Octal | 115 | 77 | 106 | 0 | 22 | 11 | 106 | 512 | 12 | 33 |
| Binary | 1001101 | 111111 | 1000110 | 0 | 10010 | 1001 | 1000110 | 101001010 | 1010 | 11011 |
Color Harmonies of #4D3F46
Complementary color
Monochromatic Colors of #4D3F46
Black with #4D3F46
Text Example
Text Example
White with #4D3F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F46; }
p { color: rgb(77,63,70); }
H1.HeaderClassName
{
color: #4D3F46;
}
.AnyTagClassName
{
color: #4D3F46;
}
</style>
background-color css
<style>
a { background-color: #4D3F46; }
a { background-color: rgb(77,63,70); }
div.DivClassName
{
background-color: #4D3F46;
}
.BgClassName
{
background-color: #4D3F46;
}
</style>
border-color css
<style>
span { border-color: #4D3F46; }
span { border-color: rgb(77,63,70); }
td.TdClassName
{
border-color: #4D3F46;
}
.TagClassName
{
border-color: #4D3F46;
}
</style>