#474947

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

Shades of Grey-Asparagus #474947

Tints of Grey-Asparagus #474947

Color information

#474947 (or 0x474947) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 49 and 47. RGB value is (71,73,71). Sum of RGB (Red+Green+Blue) = 71+73+71=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 73 - color contains mainly: green. Hex color #474947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474947 is #B8B6B8. Grayscale: #484848. Windows color (decimal): -12105401 or 4671815. OLE color: 4671815.

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

Color convert

RGB717371-
CMYK0.0300.030.71
HSL120º1.39%28.24%-
HSV(B)120º2.74%28.63%-
XYZ6.126.566.9-
YUV72.17127.34127.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=33.02%
G=33.95%
B=33.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173710.0300.030.711201.3928.24
Hex474947303477811c
Octal107111107303107170134
Binary1000111100100110001111101110001111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474947; }

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

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

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

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

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

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

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

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