Html Css Color HEX #494A49 Grey-Asparagus

📋 copy color: '#494A49'

red 73 ◦ green 74 ◦ blue 73

#494A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #494A49

Tints of Grey-Asparagus #494A49

RGB

 RED value IS 73 (28.91% from 255) = 33.18%

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 33.18%
G = 33.64%
B = 33.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#494A49 (or 0x494A49) is known color: Grey-Asparagus. HEX triplet: 49, 4A and 49. RGB value is (73,74,73). Sum of RGB (Red+Green+Blue) = 73+74+73=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 74 - color contains mainly: green. Hex color #494A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A49 is #B6B5B6. Grayscale: #494949. Windows color (decimal): -11974071 or 4803145. OLE color: 4803145.

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

Color convert

RGB 73 74 73 -
CMYK 0.01 0 0.01 0.71
HSL 120º 0.01% 0.29% -
HSV(B) 120º 0.01% 0.29% -
XYZ 6.4 6.8 7.28 -
YUV 73.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 73 74 73 0.01 0 0.01 0.71 120 0.01 0.29
Hex 49 4A 49 1 0 1 47 78 1 1D
Octal 111 112 111 1 0 1 107 170 1 35
Binary 1001001 1001010 1001001 1 0 1 1000111 1111000 1 11101

Color Harmonies of #494A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A49

Black with #494A49

Text Example


Text Example

White with #494A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #494A49;
 }
 .AnyTagClassName
 {
   color: #494A49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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