#49484F

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

Shades of Gun Powder #49484F

Tints of Gun Powder #49484F

Color information

#49484F (or 0x49484F) is unknown color: approx Gun Powder. HEX triplet: 49, 48 and 4F. RGB value is (73,72,79). Sum of RGB (Red+Green+Blue) = 73+72+79=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 79 - color contains mainly: blue. Hex color #49484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49484F is #B6B7B0. Grayscale: #494949. Windows color (decimal): -11974577 or 5195849. OLE color: 5195849.

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

Color convert

RGB737279-
CMYK0.080.0900.69
HSL248.57º4.64%29.61%-
HSV(B)248.57º8.86%30.98%-
XYZ6.486.628.33-
YUV73.1131.33127.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=32.59%
G=32.14%
B=35.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7372790.080.0900.69248.574.6429.61
Hex49484F89045f951e
Octal11111011710110105371536
Binary10010011001000100111110001001010001011111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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