#4E464A

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

Shades of Liver #4E464A

Tints of Liver #4E464A

Color information

#4E464A (or 0x4E464A) is unknown color: approx Liver. HEX triplet: 4E, 46 and 4A. RGB value is (78,70,74). Sum of RGB (Red+Green+Blue) = 78+70+74=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 78 - color contains mainly: red. Hex color #4E464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E464A is #B1B9B5. Grayscale: #484848. Windows color (decimal): -11647414 or 4867662. OLE color: 4867662.

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

Color convert

RGB787074-
CMYK00.100.050.69
HSL330º5.41%29.02%-
HSV(B)330º10.26%30.59%-
XYZ6.576.497.39-
YUV72.85128.65131.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=35.14%
G=31.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78707400.100.050.693305.4129.02
Hex4E464A0A54514a51d
Octal1161061120125105512535
Binary10011101000110100101001010101100010110100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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