Shades of Liver #4A4447
Tints of Liver #4A4447
RGB
CMYK
RGB Variations
Color information
#4A4447 (or 0x4A4447) is known color: Liver. HEX triplet: 4A, 44 and 47. RGB value is (74,68,71). Sum of RGB (Red+Green+Blue) = 74+68+71=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4447 is #B5BBB8. Grayscale: #464646. Windows color (decimal): -11910073 or 4670538. OLE color: 4670538.
HSL color Cylindrical-coordinate representation of color #4A4447: hue angle of 330º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A4447 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 68 | 71 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.71 |
| HSL | 330º | 0.04% | 0.28% | - |
| HSV(B) | 330º | 0.08% | 0.29% | - |
| XYZ | 6.03 | 6.05 | 6.81 | - |
| YUV | 70.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 71 | 0 | 0.08 | 0.04 | 0.71 | 330 | 0.04 | 0.28 |
| Hex | 4A | 44 | 47 | 0 | 8 | 4 | 47 | 14A | 4 | 1C |
| Octal | 112 | 104 | 107 | 0 | 10 | 4 | 107 | 512 | 4 | 34 |
| Binary | 1001010 | 1000100 | 1000111 | 0 | 1000 | 100 | 1000111 | 101001010 | 100 | 11100 |
Color Harmonies of #4A4447
Complementary color
Monochromatic Colors of #4A4447
Black with #4A4447
Text Example
Text Example
White with #4A4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4447; }
p { color: rgb(74,68,71); }
H1.HeaderClassName
{
color: #4A4447;
}
.AnyTagClassName
{
color: #4A4447;
}
</style>
background-color css
<style>
a { background-color: #4A4447; }
a { background-color: rgb(74,68,71); }
div.DivClassName
{
background-color: #4A4447;
}
.BgClassName
{
background-color: #4A4447;
}
</style>
border-color css
<style>
span { border-color: #4A4447; }
span { border-color: rgb(74,68,71); }
td.TdClassName
{
border-color: #4A4447;
}
.TagClassName
{
border-color: #4A4447;
}
</style>