#4D474A

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

Shades of Liver #4D474A

Tints of Liver #4D474A

Color information

#4D474A (or 0x4D474A) is unknown color: approx Liver. HEX triplet: 4D, 47 and 4A. RGB value is (77,71,74). Sum of RGB (Red+Green+Blue) = 77+71+74=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 77 - color contains mainly: red. Hex color #4D474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D474A is #B2B8B5. Grayscale: #494949. Windows color (decimal): -11712694 or 4867917. OLE color: 4867917.

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

Color convert

RGB777174-
CMYK00.080.040.70
HSL330º4.05%29.02%-
HSV(B)330º7.79%30.2%-
XYZ6.556.587.4-
YUV73.14128.49130.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.68%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=34.68%
G=31.98%
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.70
SystemRedGreenBlueCMYKHSL
Decimal77717400.080.040.703304.0529.02
Hex4D474A0844614a41d
Octal1151071120104106512435
Binary10011011000111100101001000100100011010100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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