Html Css Color HEX #494F48 Grey-Asparagus

📋 copy color: '#494F48'

red 73 ◦ green 79 ◦ blue 72

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

Shades of Grey-Asparagus #494F48

Tints of Grey-Asparagus #494F48

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

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 73 79 72 -
CMYK 0.08 0 0.09 0.69
HSL 111.43º 0.05% 0.3% -
HSV(B) 111.43º 0.09% 0.31% -
XYZ 6.71 7.48 7.22 -
YUV 76.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 73 79 72 0.08 0 0.09 0.69 111.43 0.05 0.3
Hex 49 4F 48 8 0 9 45 6F 5 1E
Octal 111 117 110 10 0 11 105 157 5 36
Binary 1001001 1001111 1001000 1000 0 1001 1000101 1101111 101 11110

Color Harmonies of #494F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F48

Black with #494F48

Text Example


Text Example

White with #494F48

Text Example


Text Example

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