#4C4246

Color #4C4246 Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #4C4246

Tints of Liver #4C4246

Color information

#4C4246 (or 0x4C4246) is unknown color: approx Liver. HEX triplet: 4C, 42 and 46. RGB value is (76,66,70). Sum of RGB (Red+Green+Blue) = 76+66+70=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4246 is #B3BDB9. Grayscale: #454545. Windows color (decimal): -11779514 or 4604492. OLE color: 4604492.

HSL color Cylindrical-coordinate representation of color #4C4246: hue angle of 336º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C4246 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB766670-
CMYK00.130.080.70
HSL336º7.04%27.84%-
HSV(B)336º13.16%29.8%-
XYZ6.035.886.61-
YUV69.45128.31132.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 35.85%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=35.85%
G=31.13%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76667000.130.080.703367.0427.84
Hex4C42460D84615071c
Octal11410210601510106520734
Binary100110010000101000110011011000100011010101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C4246; }

 p { color: rgb(76,66,70); }

 H1.HeaderClassName
 {
   color: #4C4246;
 }
 .AnyTagClassName
 {
   color: #4C4246;
 }
</style>
background-color css

<style>
 a { background-color: #4C4246; }

 a { background-color: rgb(76,66,70); }

 div.DivClassName
 {
   background-color: #4C4246;
 }
 .BgClassName
 {
   background-color: #4C4246;
 }
</style>
border-color css

<style>
 span { border-color: #4C4246; }

 span { border-color: rgb(76,66,70); }

 td.TdClassName
 {
   border-color: #4C4246;
 }
 .TagClassName
 {
   border-color: #4C4246;
 }
</style>