#4D454A

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

Shades of Liver #4D454A

Tints of Liver #4D454A

Color information

#4D454A (or 0x4D454A) is unknown color: approx Liver. HEX triplet: 4D, 45 and 4A. RGB value is (77,69,74). Sum of RGB (Red+Green+Blue) = 77+69+74=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 77 - color contains mainly: red. Hex color #4D454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D454A is #B2BAB5. Grayscale: #474747. Windows color (decimal): -11713206 or 4867405. OLE color: 4867405.

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

Color convert

RGB776974-
CMYK00.100.040.70
HSL322.5º5.48%28.63%-
HSV(B)322.5º10.39%30.2%-
XYZ6.426.337.36-
YUV71.96129.15131.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=35%
G=31.36%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77697400.100.040.70322.55.4828.63
Hex4D454A0A44614351d
Octal1151051120124106503535
Binary10011011000101100101001010100100011010100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,69,74); }

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

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

 a { background-color: rgb(77,69,74); }

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

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

 span { border-color: rgb(77,69,74); }

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