#49455B

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

Shades of Gun Powder #49455B

Tints of Gun Powder #49455B

Color information

#49455B (or 0x49455B) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 5B. RGB value is (73,69,91). Sum of RGB (Red+Green+Blue) = 73+69+91=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #49455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49455B is #B6BAA4. Grayscale: #484848. Windows color (decimal): -11975333 or 5981513. OLE color: 5981513.

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

Color convert

RGB736991-
CMYK0.200.2400.64
HSL250.91º13.75%31.37%-
HSV(B)250.91º24.18%35.69%-
XYZ6.766.4310.78-
YUV72.7138.33128.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=31.33%
G=29.61%
B=39.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7369910.200.2400.64250.9113.7531.37
Hex49455B1418040fbe1f
Octal111105133243001003731637
Binary10010011000101101101110100110000100000011111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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