Shades of Liver #4D484B
Tints of Liver #4D484B
RGB
CMYK
RGB Variations
Color information
#4D484B (or 0x4D484B) is known color: Liver. HEX triplet: 4D, 48 and 4B. RGB value is (77,72,75). Sum of RGB (Red+Green+Blue) = 77+72+75=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 77 - color contains mainly: red. Hex color #4D484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D484B is #B2B7B4. Grayscale: #494949. Windows color (decimal): -11712437 or 4933709. OLE color: 4933709.
HSL color Cylindrical-coordinate representation of color #4D484B: hue angle of 324º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4D484B is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 75 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.70 |
| HSL | 324º | 0.03% | 0.29% | - |
| HSV(B) | 324º | 0.06% | 0.3% | - |
| XYZ | 6.65 | 6.72 | 7.6 | - |
| YUV | 73.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 75 | 0 | 0.06 | 0.03 | 0.70 | 324 | 0.03 | 0.29 |
| Hex | 4D | 48 | 4B | 0 | 6 | 3 | 46 | 144 | 3 | 1D |
| Octal | 115 | 110 | 113 | 0 | 6 | 3 | 106 | 504 | 3 | 35 |
| Binary | 1001101 | 1001000 | 1001011 | 0 | 110 | 11 | 1000110 | 101000100 | 11 | 11101 |
Color Harmonies of #4D484B
Complementary color
Monochromatic Colors of #4D484B
Black with #4D484B
Text Example
Text Example
White with #4D484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D484B; }
p { color: rgb(77,72,75); }
H1.HeaderClassName
{
color: #4D484B;
}
.AnyTagClassName
{
color: #4D484B;
}
</style>
background-color css
<style>
a { background-color: #4D484B; }
a { background-color: rgb(77,72,75); }
div.DivClassName
{
background-color: #4D484B;
}
.BgClassName
{
background-color: #4D484B;
}
</style>
border-color css
<style>
span { border-color: #4D484B; }
span { border-color: rgb(77,72,75); }
td.TdClassName
{
border-color: #4D484B;
}
.TagClassName
{
border-color: #4D484B;
}
</style>