#474D49

Color #474D49 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #474D49

Tints of Feldgrau #474D49

Color information

#474D49 (or 0x474D49) is unknown color: approx Feldgrau. HEX triplet: 47, 4D and 49. RGB value is (71,77,73). Sum of RGB (Red+Green+Blue) = 71+77+73=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 77 - color contains mainly: green. Hex color #474D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D49 is #B8B2B6. Grayscale: #4A4A4A. Windows color (decimal): -12104375 or 4803911. OLE color: 4803911.

HSL color Cylindrical-coordinate representation of color #474D49: hue angle of 140º 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 #474D49 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB717773-
CMYK0.0800.050.70
HSL140º4.05%29.02%-
HSV(B)140º7.79%30.2%-
XYZ6.467.137.34-
YUV74.75127.01125.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=32.13%
G=34.84%
B=33.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177730.0800.050.701404.0529.02
Hex474D49805468c41d
Octal1071151111005106214435
Binary1000111100110110010011000010110001101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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