#4C4447

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

Shades of Liver #4C4447

Tints of Liver #4C4447

Color information

#4C4447 (or 0x4C4447) is unknown color: approx Liver. HEX triplet: 4C, 44 and 47. RGB value is (76,68,71). Sum of RGB (Red+Green+Blue) = 76+68+71=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4447 is #B3BBB8. Grayscale: #464646. Windows color (decimal): -11779001 or 4670540. OLE color: 4670540.

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

Color convert

RGB766871-
CMYK00.110.070.70
HSL337.5º5.56%28.24%-
HSV(B)337.5º10.53%29.8%-
XYZ6.186.136.82-
YUV70.73128.15131.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=35.35%
G=31.63%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76687100.110.070.70337.55.5628.24
Hex4C44470B74615261c
Octal1141041070137106522634
Binary10011001000100100011101011111100011010101001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,68,71); }

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

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

 a { background-color: rgb(76,68,71); }

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

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

 span { border-color: rgb(76,68,71); }

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