#4E4247

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

Shades of Liver #4E4247

Tints of Liver #4E4247

Color information

#4E4247 (or 0x4E4247) is unknown color: approx Liver. HEX triplet: 4E, 42 and 47. RGB value is (78,66,71). Sum of RGB (Red+Green+Blue) = 78+66+71=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4247 is #B1BDB8. Grayscale: #464646. Windows color (decimal): -11648441 or 4670030. OLE color: 4670030.

HSL color Cylindrical-coordinate representation of color #4E4247: hue angle of 335º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E4247 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB786671-
CMYK00.150.090.69
HSL335º8.33%28.24%-
HSV(B)335º15.38%30.59%-
XYZ6.235.976.79-
YUV70.16128.48133.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.28%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=36.28%
G=30.70%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78667100.150.090.693358.3328.24
Hex4E42470F94514f81c
Octal116102107017111055171034
Binary1001110100001010001110111110011000101101001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,66,71); }

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

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

 a { background-color: rgb(78,66,71); }

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

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

 span { border-color: rgb(78,66,71); }

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