#49455C

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

Shades of Gun Powder #49455C

Tints of Gun Powder #49455C

Color information

#49455C (or 0x49455C) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 5C. RGB value is (73,69,92). Sum of RGB (Red+Green+Blue) = 73+69+92=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #49455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49455C is #B6BAA3. Grayscale: #484848. Windows color (decimal): -11975332 or 6047049. OLE color: 6047049.

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

Color convert

RGB736992-
CMYK0.210.2500.64
HSL250.43º14.29%31.57%-
HSV(B)250.43º25%36.08%-
XYZ6.816.4511.01-
YUV72.82138.83128.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=31.20%
G=29.49%
B=39.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7369920.210.2500.64250.4314.2931.57
Hex49455C1519040fae20
Octal111105134253101003721640
Binary100100110001011011100101011100101000000111110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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