#49484D

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

Shades of Gun Powder #49484D

Tints of Gun Powder #49484D

Color information

#49484D (or 0x49484D) is unknown color: approx Gun Powder. HEX triplet: 49, 48 and 4D. RGB value is (73,72,77). Sum of RGB (Red+Green+Blue) = 73+72+77=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 77 - color contains mainly: blue. Hex color #49484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49484D is #B6B7B2. Grayscale: #484848. Windows color (decimal): -11974579 or 5064777. OLE color: 5064777.

HSL color Cylindrical-coordinate representation of color #49484D: hue angle of 252º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #49484D is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB737277-
CMYK0.050.0600.70
HSL252º3.36%29.22%-
HSV(B)252º6.49%30.2%-
XYZ6.46.597.96-
YUV72.87130.33128.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=32.88%
G=32.43%
B=34.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7372770.050.0600.702523.3629.22
Hex49484D56046fc31d
Octal111110115560106374335
Binary10010011001000100110110111001000110111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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