#4E464B

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

Shades of Liver #4E464B

Tints of Liver #4E464B

Color information

#4E464B (or 0x4E464B) is unknown color: approx Liver. HEX triplet: 4E, 46 and 4B. RGB value is (78,70,75). Sum of RGB (Red+Green+Blue) = 78+70+75=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 78 - color contains mainly: red. Hex color #4E464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E464B is #B1B9B4. Grayscale: #484848. Windows color (decimal): -11647413 or 4933198. OLE color: 4933198.

HSL color Cylindrical-coordinate representation of color #4E464B: hue angle of 322.5º 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 #4E464B is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB787075-
CMYK00.100.040.69
HSL322.5º5.41%29.02%-
HSV(B)322.5º10.26%30.59%-
XYZ6.66.517.56-
YUV72.96129.15131.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.98%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=34.98%
G=31.39%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78707500.100.040.69322.55.4129.02
Hex4E464B0A44514351d
Octal1161061130124105503535
Binary10011101000110100101101010100100010110100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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