#494957

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

Shades of Gun Powder #494957

Tints of Gun Powder #494957

Color information

#494957 (or 0x494957) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 57. RGB value is (73,73,87). Sum of RGB (Red+Green+Blue) = 73+73+87=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #494957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494957 is #B6B6A8. Grayscale: #4A4A4A. Windows color (decimal): -11974313 or 5720393. OLE color: 5720393.

HSL color Cylindrical-coordinate representation of color #494957: hue angle of 240º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #494957 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB737387-
CMYK0.160.1600.66
HSL240º8.75%31.37%-
HSV(B)240º16.09%34.12%-
XYZ6.856.879.98-
YUV74.6135126.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=31.33%
G=31.33%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7373870.160.1600.662408.7531.37
Hex4949571010042f091f
Octal111111127202001023601137
Binary10010011001001101011110000100000100001011110000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494957; }

 p { color: rgb(73,73,87); }

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

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

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

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

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

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

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