#4F494D

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

Shades of Liver #4F494D

Tints of Liver #4F494D

Color information

#4F494D (or 0x4F494D) is unknown color: approx Liver. HEX triplet: 4F, 49 and 4D. RGB value is (79,73,77). Sum of RGB (Red+Green+Blue) = 79+73+77=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 79 - color contains mainly: red. Hex color #4F494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F494D is #B0B6B2. Grayscale: #4B4B4B. Windows color (decimal): -11581107 or 5065039. OLE color: 5065039.

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

Color convert

RGB797377-
CMYK00.080.030.69
HSL320º3.95%29.8%-
HSV(B)320º7.59%30.98%-
XYZ6.956.968-
YUV75.25128.99130.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=34.50%
G=31.88%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79737700.080.030.693203.9529.8
Hex4F494D0834514041e
Octal1171111150103105500436
Binary1001111100100110011010100011100010110100000010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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