Shades of Liver #4D474A
Tints of Liver #4D474A
RGB
CMYK
RGB Variations
Color information
#4D474A (or 0x4D474A) is known color: Liver. HEX triplet: 4D, 47 and 4A. RGB value is (77,71,74). Sum of RGB (Red+Green+Blue) = 77+71+74=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 77 - color contains mainly: red. Hex color #4D474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D474A is #B2B8B5. Grayscale: #494949. Windows color (decimal): -11712694 or 4867917. OLE color: 4867917.
HSL color Cylindrical-coordinate representation of color #4D474A: hue angle of 330º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4D474A is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 71 | 74 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.70 |
| HSL | 330º | 0.04% | 0.29% | - |
| HSV(B) | 330º | 0.08% | 0.3% | - |
| XYZ | 6.55 | 6.58 | 7.4 | - |
| YUV | 73.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 74 | 0 | 0.08 | 0.04 | 0.70 | 330 | 0.04 | 0.29 |
| Hex | 4D | 47 | 4A | 0 | 8 | 4 | 46 | 14A | 4 | 1D |
| Octal | 115 | 107 | 112 | 0 | 10 | 4 | 106 | 512 | 4 | 35 |
| Binary | 1001101 | 1000111 | 1001010 | 0 | 1000 | 100 | 1000110 | 101001010 | 100 | 11101 |
Color Harmonies of #4D474A
Complementary color
Monochromatic Colors of #4D474A
Black with #4D474A
Text Example
Text Example
White with #4D474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D474A; }
p { color: rgb(77,71,74); }
H1.HeaderClassName
{
color: #4D474A;
}
.AnyTagClassName
{
color: #4D474A;
}
</style>
background-color css
<style>
a { background-color: #4D474A; }
a { background-color: rgb(77,71,74); }
div.DivClassName
{
background-color: #4D474A;
}
.BgClassName
{
background-color: #4D474A;
}
</style>
border-color css
<style>
span { border-color: #4D474A; }
span { border-color: rgb(77,71,74); }
td.TdClassName
{
border-color: #4D474A;
}
.TagClassName
{
border-color: #4D474A;
}
</style>