#49495B

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

Shades of Gun Powder #49495B

Tints of Gun Powder #49495B

Color information

#49495B (or 0x49495B) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 5B. RGB value is (73,73,91). Sum of RGB (Red+Green+Blue) = 73+73+91=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #49495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49495B is #B6B6A4. Grayscale: #4A4A4A. Windows color (decimal): -11974309 or 5982537. OLE color: 5982537.

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

Color convert

RGB737391-
CMYK0.200.2000.64
HSL240º10.98%32.16%-
HSV(B)240º19.78%35.69%-
XYZ7.026.9410.87-
YUV75.05137126.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=30.80%
G=30.80%
B=38.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7373910.200.2000.6424010.9832.16
Hex49495B1414040f0b20
Octal111111133242401003601340
Binary100100110010011011011101001010001000000111100001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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