#49475E

Color #49475E Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #49475E

Tints of Gun Powder #49475E

Color information

#49475E (or 0x49475E) is unknown color: approx Gun Powder. HEX triplet: 49, 47 and 5E. RGB value is (73,71,94). Sum of RGB (Red+Green+Blue) = 73+71+94=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #49475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49475E is #B6B8A1. Grayscale: #4A4A4A. Windows color (decimal): -11974818 or 6178633. OLE color: 6178633.

HSL color Cylindrical-coordinate representation of color #49475E: hue angle of 245.22º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49475E is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB737194-
CMYK0.220.2400.63
HSL245.22º13.94%32.35%-
HSV(B)245.22º24.47%36.86%-
XYZ7.026.7311.52-
YUV74.22139.16127.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=30.67%
G=29.83%
B=39.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7371940.220.2400.63245.2213.9432.35
Hex49475E161803Ff5e20
Octal11110713626300773651640
Binary10010011000111101111010110110000111111111101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49475E; }

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

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

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

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

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

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

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

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