#474A47

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

Shades of Grey-Asparagus #474A47

Tints of Grey-Asparagus #474A47

Color information

#474A47 (or 0x474A47) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 4A and 47. RGB value is (71,74,71). Sum of RGB (Red+Green+Blue) = 71+74+71=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 74 - color contains mainly: green. Hex color #474A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A47 is #B8B5B8. Grayscale: #484848. Windows color (decimal): -12105145 or 4672071. OLE color: 4672071.

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

Color convert

RGB717471-
CMYK0.0400.040.71
HSL120º2.07%28.43%-
HSV(B)120º4.05%29.02%-
XYZ6.186.696.93-
YUV72.76127.01126.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=32.87%
G=34.26%
B=32.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7174710.0400.040.711202.0728.43
Hex474A47404477821c
Octal107112107404107170234
Binary1000111100101010001111000100100011111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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