#49465D

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

Shades of Gun Powder #49465D

Tints of Gun Powder #49465D

Color information

#49465D (or 0x49465D) is unknown color: approx Gun Powder. HEX triplet: 49, 46 and 5D. RGB value is (73,70,93). Sum of RGB (Red+Green+Blue) = 73+70+93=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #49465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49465D is #B6B9A2. Grayscale: #494949. Windows color (decimal): -11975075 or 6112841. OLE color: 6112841.

HSL color Cylindrical-coordinate representation of color #49465D: hue angle of 247.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49465D is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB737093-
CMYK0.220.2500.64
HSL247.83º14.11%31.96%-
HSV(B)247.83º24.73%36.47%-
XYZ6.916.5911.26-
YUV73.52138.99127.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=30.93%
G=29.66%
B=39.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7370930.220.2500.64247.8314.1131.96
Hex49465D1619040f8e20
Octal111106135263101003701640
Binary100100110001101011101101101100101000000111110001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49465D; }

 p { color: rgb(73,70,93); }

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

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

 a { background-color: rgb(73,70,93); }

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

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

 span { border-color: rgb(73,70,93); }

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