#474B47

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

Shades of Grey-Asparagus #474B47

Tints of Grey-Asparagus #474B47

Color information

#474B47 (or 0x474B47) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 4B and 47. RGB value is (71,75,71). Sum of RGB (Red+Green+Blue) = 71+75+71=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 75 - color contains mainly: green. Hex color #474B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B47 is #B8B4B8. Grayscale: #494949. Windows color (decimal): -12104889 or 4672327. OLE color: 4672327.

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

Color convert

RGB717571-
CMYK0.0500.050.71
HSL120º2.74%28.63%-
HSV(B)120º5.33%29.41%-
XYZ6.256.836.95-
YUV73.35126.67126.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 71 (28.12% from 255) = 32.72%
R=32.72%
G=34.56%
B=32.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7175710.0500.050.711202.7428.63
Hex474B47505477831d
Octal107113107505107170335
Binary1000111100101110001111010101100011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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