#474D47

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

Shades of Grey-Asparagus #474D47

Tints of Grey-Asparagus #474D47

Color information

#474D47 (or 0x474D47) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 4D and 47. RGB value is (71,77,71). Sum of RGB (Red+Green+Blue) = 71+77+71=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 77 - color contains mainly: green. Hex color #474D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D47 is #B8B2B8. Grayscale: #4A4A4A. Windows color (decimal): -12104377 or 4672839. OLE color: 4672839.

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

Color convert

RGB717771-
CMYK0.0800.080.70
HSL120º4.05%29.02%-
HSV(B)120º7.79%30.2%-
XYZ6.397.17-
YUV74.52126.01125.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=32.42%
G=35.16%
B=32.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177710.0800.080.701204.0529.02
Hex474D47808467841d
Octal10711510710010106170435
Binary1000111100110110001111000010001000110111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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