#474A48

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

Shades of Feldgrau #474A48

Tints of Feldgrau #474A48

Color information

#474A48 (or 0x474A48) is unknown color: approx Feldgrau. HEX triplet: 47, 4A and 48. RGB value is (71,74,72). Sum of RGB (Red+Green+Blue) = 71+74+72=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 74 - color contains mainly: green. Hex color #474A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A48 is #B8B5B7. Grayscale: #484848. Windows color (decimal): -12105144 or 4737607. OLE color: 4737607.

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

Color convert

RGB717472-
CMYK0.0400.030.71
HSL140º2.07%28.43%-
HSV(B)140º4.05%29.02%-
XYZ6.226.717.1-
YUV72.88127.51126.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=32.72%
G=34.10%
B=33.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7174720.0400.030.711402.0728.43
Hex474A48403478c21c
Octal107112110403107214234
Binary1000111100101010010001000111000111100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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