#4E494C

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

Shades of Liver #4E494C

Tints of Liver #4E494C

Color information

#4E494C (or 0x4E494C) is unknown color: approx Liver. HEX triplet: 4E, 49 and 4C. RGB value is (78,73,76). Sum of RGB (Red+Green+Blue) = 78+73+76=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 78 - color contains mainly: red. Hex color #4E494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E494C is #B1B6B3. Grayscale: #4A4A4A. Windows color (decimal): -11646644 or 4999502. OLE color: 4999502.

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

Color convert

RGB787376-
CMYK00.060.030.69
HSL324º3.31%29.61%-
HSV(B)324º6.41%30.59%-
XYZ6.836.917.81-
YUV74.84128.66130.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.36%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=34.36%
G=32.16%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78737600.060.030.693243.3129.61
Hex4E494C0634514431e
Octal116111114063105504336
Binary10011101001001100110001101110001011010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,73,76); }

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

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

 a { background-color: rgb(78,73,76); }

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

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

 span { border-color: rgb(78,73,76); }

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