#49445C

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

Shades of Gun Powder #49445C

Tints of Gun Powder #49445C

Color information

#49445C (or 0x49445C) is unknown color: approx Gun Powder. HEX triplet: 49, 44 and 5C. RGB value is (73,68,92). Sum of RGB (Red+Green+Blue) = 73+68+92=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #49445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49445C is #B6BBA3. Grayscale: #484848. Windows color (decimal): -11975588 or 6046793. OLE color: 6046793.

HSL color Cylindrical-coordinate representation of color #49445C: hue angle of 252.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49445C is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB736892-
CMYK0.210.2600.64
HSL252.5º15%31.37%-
HSV(B)252.5º26.09%36.08%-
XYZ6.756.3210.99-
YUV72.23139.16128.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=31.33%
G=29.18%
B=39.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7368920.210.2600.64252.51531.37
Hex49445C151A040fcf1f
Octal111104134253201003741737
Binary10010011000100101110010101110100100000011111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49445C; }

 p { color: rgb(73,68,92); }

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

<style>
 a { background-color: #49445C; }

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

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

<style>
 span { border-color: #49445C; }

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

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