#49494F

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

Shades of Gun Powder #49494F

Tints of Gun Powder #49494F

Color information

#49494F (or 0x49494F) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 4F. RGB value is (73,73,79). Sum of RGB (Red+Green+Blue) = 73+73+79=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 79 - color contains mainly: blue. Hex color #49494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49494F is #B6B6B0. Grayscale: #494949. Windows color (decimal): -11974321 or 5196105. OLE color: 5196105.

HSL color Cylindrical-coordinate representation of color #49494F: hue angle of 240º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #49494F is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB737379-
CMYK0.080.0800.69
HSL240º3.95%29.8%-
HSV(B)240º7.59%30.98%-
XYZ6.546.758.35-
YUV73.68131127.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=32.44%
G=32.44%
B=35.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7373790.080.0800.692403.9529.8
Hex49494F88045f041e
Octal11111111710100105360436
Binary10010011001001100111110001000010001011111000010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49494F; }

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

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

<style>
 a { background-color: #49494F; }

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

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

<style>
 span { border-color: #49494F; }

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

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