#474E48

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

Shades of Grey-Asparagus #474E48

Tints of Grey-Asparagus #474E48

Color information

#474E48 (or 0x474E48) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 4E and 48. RGB value is (71,78,72). Sum of RGB (Red+Green+Blue) = 71+78+72=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 78 - color contains mainly: green. Hex color #474E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E48 is #B8B1B7. Grayscale: #4B4B4B. Windows color (decimal): -12104120 or 4738631. OLE color: 4738631.

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

Color convert

RGB717872-
CMYK0.0900.080.69
HSL128.57º4.7%29.22%-
HSV(B)128.57º8.97%30.59%-
XYZ6.497.267.19-
YUV75.22126.18124.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=32.13%
G=35.29%
B=32.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178720.0900.080.69128.574.729.22
Hex474E48908458151d
Octal10711611011010105201535
Binary10001111001110100100010010100010001011000000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,78,72); }

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

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

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

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

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

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

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