#49485E

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

Shades of Gun Powder #49485E

Tints of Gun Powder #49485E

Color information

#49485E (or 0x49485E) is unknown color: approx Gun Powder. HEX triplet: 49, 48 and 5E. RGB value is (73,72,94). Sum of RGB (Red+Green+Blue) = 73+72+94=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #49485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49485E is #B6B7A1. Grayscale: #4A4A4A. Windows color (decimal): -11974562 or 6178889. OLE color: 6178889.

HSL color Cylindrical-coordinate representation of color #49485E: hue angle of 242.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49485E is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB737294-
CMYK0.220.2300.63
HSL242.73º13.25%32.55%-
HSV(B)242.73º23.4%36.86%-
XYZ7.096.8611.54-
YUV74.81138.83126.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=30.54%
G=30.13%
B=39.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7372940.220.2300.63242.7313.2532.55
Hex49485E161703Ff3d21
Octal11111013626270773631541
Binary10010011001000101111010110101110111111111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49485E; }

 p { color: rgb(73,72,94); }

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

<style>
 a { background-color: #49485E; }

 a { background-color: rgb(73,72,94); }

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

<style>
 span { border-color: #49485E; }

 span { border-color: rgb(73,72,94); }

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