#4E484B

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

Shades of Liver #4E484B

Tints of Liver #4E484B

Color information

#4E484B (or 0x4E484B) is unknown color: approx Liver. HEX triplet: 4E, 48 and 4B. RGB value is (78,72,75). Sum of RGB (Red+Green+Blue) = 78+72+75=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 78 - color contains mainly: red. Hex color #4E484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E484B is #B1B7B4. Grayscale: #4A4A4A. Windows color (decimal): -11646901 or 4933710. OLE color: 4933710.

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

Color convert

RGB787275-
CMYK00.080.040.69
HSL330º4%29.41%-
HSV(B)330º7.69%30.59%-
XYZ6.736.767.61-
YUV74.14128.49130.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=34.67%
G=32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78727500.080.040.69330429.41
Hex4E484B0844514a41d
Octal1161101130104105512435
Binary10011101001000100101101000100100010110100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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