#49475B

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

Shades of Gun Powder #49475B

Tints of Gun Powder #49475B

Color information

#49475B (or 0x49475B) is unknown color: approx Gun Powder. HEX triplet: 49, 47 and 5B. RGB value is (73,71,91). Sum of RGB (Red+Green+Blue) = 73+71+91=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #49475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49475B is #B6B8A4. Grayscale: #494949. Windows color (decimal): -11974821 or 5982025. OLE color: 5982025.

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

Color convert

RGB737191-
CMYK0.200.2200.64
HSL246º12.35%31.76%-
HSV(B)246º21.98%35.69%-
XYZ6.896.6810.82-
YUV73.88137.66127.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=31.06%
G=30.21%
B=38.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7371910.200.2200.6424612.3531.76
Hex49475B1416040f6c20
Octal111107133242601003661440
Binary100100110001111011011101001011001000000111101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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