#49455E

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

Shades of Gun Powder #49455E

Tints of Gun Powder #49455E

Color information

#49455E (or 0x49455E) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 5E. RGB value is (73,69,94). Sum of RGB (Red+Green+Blue) = 73+69+94=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #49455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49455E is #B6BAA1. Grayscale: #484848. Windows color (decimal): -11975330 or 6178121. OLE color: 6178121.

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

Color convert

RGB736994-
CMYK0.220.2700.63
HSL249.6º15.34%31.96%-
HSV(B)249.6º26.6%36.86%-
XYZ6.96.4811.48-
YUV73.05139.83127.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 94 (37.11% from 255) = 39.83%
R=30.93%
G=29.24%
B=39.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7369940.220.2700.63249.615.3431.96
Hex49455E161B03Ffaf20
Octal11110513626330773721740
Binary10010011000101101111010110110110111111111110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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