#475049

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

Shades of Feldgrau #475049

Tints of Feldgrau #475049

Color information

#475049 (or 0x475049) is unknown color: approx Feldgrau. HEX triplet: 47, 50 and 49. RGB value is (71,80,73). Sum of RGB (Red+Green+Blue) = 71+80+73=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #475049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475049 is #B8AFB6. Grayscale: #4C4C4C. Windows color (decimal): -12103607 or 4804679. OLE color: 4804679.

HSL color Cylindrical-coordinate representation of color #475049: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #475049 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB718073-
CMYK0.1100.090.69
HSL133.33º5.96%29.61%-
HSV(B)133.33º11.25%31.37%-
XYZ6.677.567.41-
YUV76.51126.02124.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=31.70%
G=35.71%
B=32.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180730.1100.090.69133.335.9629.61
Hex475049B09458561e
Octal10712011113011105205636
Binary10001111010000100100110110100110001011000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475049; }

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

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

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

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

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

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

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

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