#494958

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

Shades of Gun Powder #494958

Tints of Gun Powder #494958

Color information

#494958 (or 0x494958) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 58. RGB value is (73,73,88). Sum of RGB (Red+Green+Blue) = 73+73+88=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #494958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494958 is #B6B6A7. Grayscale: #4A4A4A. Windows color (decimal): -11974312 or 5785929. OLE color: 5785929.

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

Color convert

RGB737388-
CMYK0.170.1700.65
HSL240º9.32%31.57%-
HSV(B)240º17.05%34.51%-
XYZ6.896.8910.2-
YUV74.71135.5126.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=31.20%
G=31.20%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7373880.170.1700.652409.3231.57
Hex4949581111041f0920
Octal111111130212101013601140
Binary100100110010011011000100011000101000001111100001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494958; }

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

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

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

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

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

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

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

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