#49445F

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

Shades of Gun Powder #49445F

Tints of Gun Powder #49445F

Color information

#49445F (or 0x49445F) is unknown color: approx Gun Powder. HEX triplet: 49, 44 and 5F. RGB value is (73,68,95). Sum of RGB (Red+Green+Blue) = 73+68+95=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #49445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49445F is #B6BBA0. Grayscale: #484848. Windows color (decimal): -11975585 or 6243401. OLE color: 6243401.

HSL color Cylindrical-coordinate representation of color #49445F: hue angle of 251.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49445F is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB736895-
CMYK0.230.2800.63
HSL251.11º16.56%31.96%-
HSV(B)251.11º28.42%37.25%-
XYZ6.886.3811.69-
YUV72.57140.66128.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=30.93%
G=28.81%
B=40.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7368950.230.2800.63251.1116.5631.96
Hex49445F171C03Ffb1120
Octal11110413727340773732140
Binary100100110001001011111101111110001111111111101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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