#494D49

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

Shades of Grey-Asparagus #494D49

Tints of Grey-Asparagus #494D49

Color information

#494D49 (or 0x494D49) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 4D and 49. RGB value is (73,77,73). Sum of RGB (Red+Green+Blue) = 73+77+73=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 77 - color contains mainly: green. Hex color #494D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D49 is #B6B2B6. Grayscale: #4B4B4B. Windows color (decimal): -11973303 or 4803913. OLE color: 4803913.

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

Color convert

RGB737773-
CMYK0.0500.050.70
HSL120º2.67%29.41%-
HSV(B)120º5.19%30.2%-
XYZ6.67.217.35-
YUV75.35126.67126.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=32.74%
G=34.53%
B=32.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377730.0500.050.701202.6729.41
Hex494D49505467831d
Octal111115111505106170335
Binary1001001100110110010011010101100011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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