#4D4449

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

Shades of Liver #4D4449

Tints of Liver #4D4449

Color information

#4D4449 (or 0x4D4449) is unknown color: approx Liver. HEX triplet: 4D, 44 and 49. RGB value is (77,68,73). Sum of RGB (Red+Green+Blue) = 77+68+73=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4449 is #B2BBB6. Grayscale: #474747. Windows color (decimal): -11713463 or 4801613. OLE color: 4801613.

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

Color convert

RGB776873-
CMYK00.120.050.70
HSL326.67º6.21%28.43%-
HSV(B)326.67º11.69%30.2%-
XYZ6.336.197.17-
YUV71.26128.98132.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.32%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=35.32%
G=31.19%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77687300.120.050.70326.676.2128.43
Hex4D44490C54614761c
Octal1151041110145106507634
Binary10011011000100100100101100101100011010100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,68,73); }

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

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

 a { background-color: rgb(77,68,73); }

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

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

 span { border-color: rgb(77,68,73); }

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