Shades of Liver #4A3F43
Tints of Liver #4A3F43
RGB
CMYK
RGB Variations
Color information
#4A3F43 (or 0x4A3F43) is known color: Liver. HEX triplet: 4A, 3F and 43. RGB value is (74,63,67). Sum of RGB (Red+Green+Blue) = 74+63+67=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3F43 is #B5C0BC. Grayscale: #424242. Windows color (decimal): -11911357 or 4407114. OLE color: 4407114.
HSL color Cylindrical-coordinate representation of color #4A3F43: hue angle of 338.18º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4A3F43 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 63 | 67 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.71 |
| HSL | 338.18º | 0.08% | 0.27% | - |
| HSV(B) | 338.18º | 0.15% | 0.29% | - |
| XYZ | 5.61 | 5.42 | 6.06 | - |
| YUV | 66.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 67 | 0 | 0.15 | 0.09 | 0.71 | 338.18 | 0.08 | 0.27 |
| Hex | 4A | 3F | 43 | 0 | F | 9 | 47 | 152 | 8 | 1B |
| Octal | 112 | 77 | 103 | 0 | 17 | 11 | 107 | 522 | 10 | 33 |
| Binary | 1001010 | 111111 | 1000011 | 0 | 1111 | 1001 | 1000111 | 101010010 | 1000 | 11011 |
Color Harmonies of #4A3F43
Complementary color
Monochromatic Colors of #4A3F43
Black with #4A3F43
Text Example
Text Example
White with #4A3F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3F43; }
p { color: rgb(74,63,67); }
H1.HeaderClassName
{
color: #4A3F43;
}
.AnyTagClassName
{
color: #4A3F43;
}
</style>
background-color css
<style>
a { background-color: #4A3F43; }
a { background-color: rgb(74,63,67); }
div.DivClassName
{
background-color: #4A3F43;
}
.BgClassName
{
background-color: #4A3F43;
}
</style>
border-color css
<style>
span { border-color: #4A3F43; }
span { border-color: rgb(74,63,67); }
td.TdClassName
{
border-color: #4A3F43;
}
.TagClassName
{
border-color: #4A3F43;
}
</style>