#4C484A

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

Shades of Liver #4C484A

Tints of Liver #4C484A

Color information

#4C484A (or 0x4C484A) is unknown color: approx Liver. HEX triplet: 4C, 48 and 4A. RGB value is (76,72,74). Sum of RGB (Red+Green+Blue) = 76+72+74=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 76 - color contains mainly: red. Hex color #4C484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C484A is #B3B7B5. Grayscale: #494949. Windows color (decimal): -11777974 or 4868172. OLE color: 4868172.

HSL color Cylindrical-coordinate representation of color #4C484A: hue angle of 330º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4C484A is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB767274-
CMYK00.050.030.70
HSL330º2.7%29.02%-
HSV(B)330º5.26%29.8%-
XYZ6.536.677.42-
YUV73.42128.33129.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.23%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=34.23%
G=32.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76727400.050.030.703302.729.02
Hex4C484A0534614a31d
Octal114110112053106512335
Binary10011001001000100101001011110001101010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,74); }

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

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

 a { background-color: rgb(76,72,74); }

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

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

 span { border-color: rgb(76,72,74); }

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