Html Css Color HEX #494C49 Grey-Asparagus

📋 copy color: '#494C49'

red 73 ◦ green 76 ◦ blue 73

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

Shades of Grey-Asparagus #494C49

Tints of Grey-Asparagus #494C49

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 value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#494C49 (or 0x494C49) is known color: 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

RGB 73 76 73 -
CMYK 0.04 0 0.04 0.70
HSL 120º 0.02% 0.29% -
HSV(B) 120º 0.04% 0.3% -
XYZ 6.53 7.07 7.32 -
YUV 74.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 73 76 73 0.04 0 0.04 0.70 120 0.02 0.29
Hex 49 4C 49 4 0 4 46 78 2 1D
Octal 111 114 111 4 0 4 106 170 2 35
Binary 1001001 1001100 1001001 100 0 100 1000110 1111000 10 11101

Color Harmonies of #494C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C49

Black with #494C49

Text Example


Text Example

White with #494C49

Text Example


Text Example

HTML Codes & Css Web 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>