#4D4046

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

Shades of Liver #4D4046

Tints of Liver #4D4046

Color information

#4D4046 (or 0x4D4046) is unknown color: approx Liver. HEX triplet: 4D, 40 and 46. RGB value is (77,64,70). Sum of RGB (Red+Green+Blue) = 77+64+70=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4046 is #B2BFB9. Grayscale: #444444. Windows color (decimal): -11714490 or 4603981. OLE color: 4603981.

HSL color Cylindrical-coordinate representation of color #4D4046: hue angle of 332.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D4046 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB776470-
CMYK00.170.090.70
HSL332.31º9.22%27.65%-
HSV(B)332.31º16.88%30.2%-
XYZ65.696.58-
YUV68.57128.81134.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.49%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=36.49%
G=30.33%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77647000.170.090.70332.319.2227.65
Hex4D404601194614c91c
Octal115100106021111065141134
Binary10011011000000100011001000110011000110101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,70); }

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

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

 a { background-color: rgb(77,64,70); }

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

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

 span { border-color: rgb(77,64,70); }

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