#4E4A4C

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

Shades of Liver #4E4A4C

Tints of Liver #4E4A4C

Color information

#4E4A4C (or 0x4E4A4C) is unknown color: approx Liver. HEX triplet: 4E, 4A and 4C. RGB value is (78,74,76). Sum of RGB (Red+Green+Blue) = 78+74+76=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A4C is #B1B5B3. Grayscale: #4B4B4B. Windows color (decimal): -11646388 or 4999758. OLE color: 4999758.

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

Color convert

RGB787476-
CMYK00.050.030.69
HSL330º2.63%29.8%-
HSV(B)330º5.13%30.59%-
XYZ6.97.047.83-
YUV75.42128.33129.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=34.21%
G=32.46%
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.69
SystemRedGreenBlueCMYKHSL
Decimal78747600.050.030.693302.6329.8
Hex4E4A4C0534514a31e
Octal116112114053105512336
Binary10011101001010100110001011110001011010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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