Shades of Liver #4A4547
Tints of Liver #4A4547
RGB
CMYK
RGB Variations
Color information
#4A4547 (or 0x4A4547) is known color: Liver. HEX triplet: 4A, 45 and 47. RGB value is (74,69,71). Sum of RGB (Red+Green+Blue) = 74+69+71=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4547 is #B5BAB8. Grayscale: #464646. Windows color (decimal): -11909817 or 4670794. OLE color: 4670794.
HSL color Cylindrical-coordinate representation of color #4A4547: hue angle of 336º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4A4547 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 71 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.71 |
| HSL | 336º | 0.03% | 0.28% | - |
| HSV(B) | 336º | 0.07% | 0.29% | - |
| XYZ | 6.09 | 6.17 | 6.83 | - |
| YUV | 70.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 71 | 0 | 0.07 | 0.04 | 0.71 | 336 | 0.03 | 0.28 |
| Hex | 4A | 45 | 47 | 0 | 7 | 4 | 47 | 150 | 3 | 1C |
| Octal | 112 | 105 | 107 | 0 | 7 | 4 | 107 | 520 | 3 | 34 |
| Binary | 1001010 | 1000101 | 1000111 | 0 | 111 | 100 | 1000111 | 101010000 | 11 | 11100 |
Color Harmonies of #4A4547
Complementary color
Monochromatic Colors of #4A4547
Black with #4A4547
Text Example
Text Example
White with #4A4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4547; }
p { color: rgb(74,69,71); }
H1.HeaderClassName
{
color: #4A4547;
}
.AnyTagClassName
{
color: #4A4547;
}
</style>
background-color css
<style>
a { background-color: #4A4547; }
a { background-color: rgb(74,69,71); }
div.DivClassName
{
background-color: #4A4547;
}
.BgClassName
{
background-color: #4A4547;
}
</style>
border-color css
<style>
span { border-color: #4A4547; }
span { border-color: rgb(74,69,71); }
td.TdClassName
{
border-color: #4A4547;
}
.TagClassName
{
border-color: #4A4547;
}
</style>