#4E3E46

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

Shades of Liver #4E3E46

Tints of Liver #4E3E46

Color information

#4E3E46 (or 0x4E3E46) is unknown color: approx Liver. HEX triplet: 4E, 3E and 46. RGB value is (78,62,70). Sum of RGB (Red+Green+Blue) = 78+62+70=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E46 is #B1C1B9. Grayscale: #434343. Windows color (decimal): -11649466 or 4603470. OLE color: 4603470.

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

Color convert

RGB786270-
CMYK00.210.100.69
HSL330º11.43%27.45%-
HSV(B)330º20.51%30.59%-
XYZ5.975.516.54-
YUV67.7129.3135.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.14%
GREEN value IS 62 (24.61% from 255) = 29.52%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=37.14%
G=29.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78627000.210.100.6933011.4327.45
Hex4E3E46015A4514ab1b
Octal11676106025121055121333
Binary1001110111110100011001010110101000101101001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,62,70); }

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

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

 a { background-color: rgb(78,62,70); }

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

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

 span { border-color: rgb(78,62,70); }

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