#4A5B49

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

Shades of Grey-Asparagus #4A5B49

Tints of Grey-Asparagus #4A5B49

Color information

#4A5B49 (or 0x4A5B49) is unknown color: approx Grey-Asparagus. HEX triplet: 4A, 5B and 49. RGB value is (74,91,73). Sum of RGB (Red+Green+Blue) = 74+91+73=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5B49 is #B5A4B6. Grayscale: #535353. Windows color (decimal): -11904183 or 4807498. OLE color: 4807498.

HSL color Cylindrical-coordinate representation of color #4A5B49: hue angle of 116.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A5B49 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB749173-
CMYK0.1900.200.64
HSL116.67º10.98%32.16%-
HSV(B)116.67º19.78%35.69%-
XYZ7.779.427.71-
YUV83.86121.87120.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=31.09%
G=38.24%
B=30.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7491730.1900.200.64116.6710.9832.16
Hex4A5B49130144075b20
Octal112133111230241001651340
Binary10010101011011100100110011010100100000011101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,91,73); }

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

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

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

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

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

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

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