#49445B

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

Shades of Gun Powder #49445B

Tints of Gun Powder #49445B

Color information

#49445B (or 0x49445B) is unknown color: approx Gun Powder. HEX triplet: 49, 44 and 5B. RGB value is (73,68,91). Sum of RGB (Red+Green+Blue) = 73+68+91=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #49445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49445B is #B6BBA4. Grayscale: #484848. Windows color (decimal): -11975589 or 5981257. OLE color: 5981257.

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

Color convert

RGB736891-
CMYK0.200.2500.64
HSL253.04º14.47%31.18%-
HSV(B)253.04º25.27%35.69%-
XYZ6.76.3110.76-
YUV72.12138.66128.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=31.47%
G=29.31%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7368910.200.2500.64253.0414.4731.18
Hex49445B1419040fde1f
Octal111104133243101003751637
Binary10010011000100101101110100110010100000011111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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