#49484E

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

Shades of Gun Powder #49484E

Tints of Gun Powder #49484E

Color information

#49484E (or 0x49484E) is unknown color: approx Gun Powder. HEX triplet: 49, 48 and 4E. RGB value is (73,72,78). Sum of RGB (Red+Green+Blue) = 73+72+78=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 78 - color contains mainly: blue. Hex color #49484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49484E is #B6B7B1. Grayscale: #484848. Windows color (decimal): -11974578 or 5130313. OLE color: 5130313.

HSL color Cylindrical-coordinate representation of color #49484E: hue angle of 250º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #49484E is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB737278-
CMYK0.060.0800.69
HSL250º4%29.41%-
HSV(B)250º7.69%30.59%-
XYZ6.446.68.14-
YUV72.98130.83128.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=32.74%
G=32.29%
B=34.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7372780.060.0800.69250429.41
Hex49484E68045fa41d
Octal1111101166100105372435
Binary1001001100100010011101101000010001011111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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