#494557

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

Shades of Gun Powder #494557

Tints of Gun Powder #494557

Color information

#494557 (or 0x494557) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 57. RGB value is (73,69,87). Sum of RGB (Red+Green+Blue) = 73+69+87=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #494557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494557 is #B6BAA8. Grayscale: #484848. Windows color (decimal): -11975337 or 5719369. OLE color: 5719369.

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

Color convert

RGB736987-
CMYK0.160.2100.66
HSL253.33º11.54%30.59%-
HSV(B)253.33º20.69%34.12%-
XYZ6.66.369.9-
YUV72.25136.33128.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 87 (34.38% from 255) = 37.99%
R=31.88%
G=30.13%
B=37.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7369870.160.2100.66253.3311.5430.59
Hex4945571015042fdc1f
Octal111105127202501023751437
Binary10010011000101101011110000101010100001011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494557; }

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

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

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

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

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

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

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

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