#474D46

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

Shades of Grey-Asparagus #474D46

Tints of Grey-Asparagus #474D46

Color information

#474D46 (or 0x474D46) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 4D and 46. RGB value is (71,77,70). Sum of RGB (Red+Green+Blue) = 71+77+70=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 77 - color contains mainly: green. Hex color #474D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D46 is #B8B2B9. Grayscale: #4A4A4A. Windows color (decimal): -12104378 or 4607303. OLE color: 4607303.

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

Color convert

RGB717770-
CMYK0.0800.090.70
HSL111.43º4.76%28.82%-
HSV(B)111.43º9.09%30.2%-
XYZ6.367.096.83-
YUV74.41125.51125.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=32.57%
G=35.32%
B=32.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177700.0800.090.70111.434.7628.82
Hex474D46809466f51d
Octal10711510610011106157535
Binary1000111100110110001101000010011000110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474D46; }

 p { color: rgb(71,77,70); }

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

<style>
 a { background-color: #474D46; }

 a { background-color: rgb(71,77,70); }

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

<style>
 span { border-color: #474D46; }

 span { border-color: rgb(71,77,70); }

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