#494F49

Color #494F49 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #494F49

Tints of Grey-Asparagus #494F49

Color information

#494F49 (or 0x494F49) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 4F and 49. RGB value is (73,79,73). Sum of RGB (Red+Green+Blue) = 73+79+73=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 79 - color contains mainly: green. Hex color #494F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F49 is #B6B0B6. Grayscale: #4C4C4C. Windows color (decimal): -11972791 or 4804425. OLE color: 4804425.

HSL color Cylindrical-coordinate representation of color #494F49: hue angle of 120º 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 #494F49 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB737973-
CMYK0.0800.080.69
HSL120º3.95%29.8%-
HSV(B)120º7.59%30.98%-
XYZ6.757.497.39-
YUV76.52126.01125.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=32.44%
G=35.11%
B=32.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379730.0800.080.691203.9529.8
Hex494F49808457841e
Octal11111711110010105170436
Binary1001001100111110010011000010001000101111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494F49; }

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

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

<style>
 a { background-color: #494F49; }

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

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

<style>
 span { border-color: #494F49; }

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

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