#494F48

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

Shades of Grey-Asparagus #494F48

Tints of Grey-Asparagus #494F48

Color information

#494F48 (or 0x494F48) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 4F and 48. RGB value is (73,79,72). Sum of RGB (Red+Green+Blue) = 73+79+72=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 79 - color contains mainly: green. Hex color #494F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F48 is #B6B0B7. Grayscale: #4C4C4C. Windows color (decimal): -11972792 or 4738889. OLE color: 4738889.

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

Color convert

RGB737972-
CMYK0.0800.090.69
HSL111.43º4.64%29.61%-
HSV(B)111.43º8.86%30.98%-
XYZ6.717.487.22-
YUV76.41125.51125.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=32.59%
G=35.27%
B=32.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379720.0800.090.69111.434.6429.61
Hex494F48809456f51e
Octal11111711010011105157536
Binary1001001100111110010001000010011000101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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