#494C49

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

Shades of Grey-Asparagus #494C49

Tints of Grey-Asparagus #494C49

Color information

#494C49 (or 0x494C49) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 4C and 49. RGB value is (73,76,73). Sum of RGB (Red+Green+Blue) = 73+76+73=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 76 - color contains mainly: green. Hex color #494C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C49 is #B6B3B6. Grayscale: #4A4A4A. Windows color (decimal): -11973559 or 4803657. OLE color: 4803657.

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

Color convert

RGB737673-
CMYK0.0400.040.70
HSL120º2.01%29.22%-
HSV(B)120º3.95%29.8%-
XYZ6.537.077.32-
YUV74.76127.01126.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=32.88%
G=34.23%
B=32.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376730.0400.040.701202.0129.22
Hex494C49404467821d
Octal111114111404106170235
Binary1001001100110010010011000100100011011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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