#49574F

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

Shades of Feldgrau #49574F

Tints of Feldgrau #49574F

Color information

#49574F (or 0x49574F) is unknown color: approx Feldgrau. HEX triplet: 49, 57 and 4F. RGB value is (73,87,79). Sum of RGB (Red+Green+Blue) = 73+87+79=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #49574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49574F is #B6A8B0. Grayscale: #515151. Windows color (decimal): -11970737 or 5199689. OLE color: 5199689.

HSL color Cylindrical-coordinate representation of color #49574F: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49574F is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB738779-
CMYK0.1600.090.66
HSL145.71º8.75%31.37%-
HSV(B)145.71º16.09%34.12%-
XYZ7.578.88.7-
YUV81.9126.36121.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=30.54%
G=36.40%
B=33.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387790.1600.090.66145.718.7531.37
Hex49574F1009429291f
Octal111127117200111022221137
Binary1001001101011110011111000001001100001010010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49574F; }

 p { color: rgb(73,87,79); }

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

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

 a { background-color: rgb(73,87,79); }

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

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

 span { border-color: rgb(73,87,79); }

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