#494B57

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

Shades of Gun Powder #494B57

Tints of Gun Powder #494B57

Color information

#494B57 (or 0x494B57) is unknown color: approx Gun Powder. HEX triplet: 49, 4B and 57. RGB value is (73,75,87). Sum of RGB (Red+Green+Blue) = 73+75+87=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #494B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B57 is #B6B4A8. Grayscale: #4B4B4B. Windows color (decimal): -11973801 or 5720905. OLE color: 5720905.

HSL color Cylindrical-coordinate representation of color #494B57: hue angle of 231.43º 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 #494B57 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB737587-
CMYK0.160.1400.66
HSL231.43º8.75%31.37%-
HSV(B)231.43º16.09%34.12%-
XYZ6.987.1410.03-
YUV75.77134.34126.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=31.06%
G=31.91%
B=37.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7375870.160.1400.66231.438.7531.37
Hex494B5710E042e791f
Octal111113127201601023471137
Binary1001001100101110101111000011100100001011100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494B57; }

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

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

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

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

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

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

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

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