Shades of Liver #4A4548
Tints of Liver #4A4548
RGB
CMYK
RGB Variations
Color information
#4A4548 (or 0x4A4548) is known color: Liver. HEX triplet: 4A, 45 and 48. RGB value is (74,69,72). Sum of RGB (Red+Green+Blue) = 74+69+72=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4548 is #B5BAB7. Grayscale: #464646. Windows color (decimal): -11909816 or 4736330. OLE color: 4736330.
HSL color Cylindrical-coordinate representation of color #4A4548: hue angle of 324º 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 #4A4548 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 72 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.71 |
| HSL | 324º | 0.03% | 0.28% | - |
| HSV(B) | 324º | 0.07% | 0.29% | - |
| XYZ | 6.12 | 6.18 | 7 | - |
| YUV | 70.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 72 | 0 | 0.07 | 0.03 | 0.71 | 324 | 0.03 | 0.28 |
| Hex | 4A | 45 | 48 | 0 | 7 | 3 | 47 | 144 | 3 | 1C |
| Octal | 112 | 105 | 110 | 0 | 7 | 3 | 107 | 504 | 3 | 34 |
| Binary | 1001010 | 1000101 | 1001000 | 0 | 111 | 11 | 1000111 | 101000100 | 11 | 11100 |
Color Harmonies of #4A4548
Complementary color
Monochromatic Colors of #4A4548
Black with #4A4548
Text Example
Text Example
White with #4A4548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4548; }
p { color: rgb(74,69,72); }
H1.HeaderClassName
{
color: #4A4548;
}
.AnyTagClassName
{
color: #4A4548;
}
</style>
background-color css
<style>
a { background-color: #4A4548; }
a { background-color: rgb(74,69,72); }
div.DivClassName
{
background-color: #4A4548;
}
.BgClassName
{
background-color: #4A4548;
}
</style>
border-color css
<style>
span { border-color: #4A4548; }
span { border-color: rgb(74,69,72); }
td.TdClassName
{
border-color: #4A4548;
}
.TagClassName
{
border-color: #4A4548;
}
</style>