#494960

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

Shades of Gun Powder #494960

Tints of Gun Powder #494960

Color information

#494960 (or 0x494960) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 60. RGB value is (73,73,96). Sum of RGB (Red+Green+Blue) = 73+73+96=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #494960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494960 is #B6B69F. Grayscale: #4B4B4B. Windows color (decimal): -11974304 or 6310217. OLE color: 6310217.

HSL color Cylindrical-coordinate representation of color #494960: hue angle of 240º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #494960 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB737396-
CMYK0.240.2400.62
HSL240º13.61%33.14%-
HSV(B)240º23.96%37.65%-
XYZ7.247.0312.04-
YUV75.62139.5126.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=30.17%
G=30.17%
B=39.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7373960.240.2400.6224013.6133.14
Hex494960181803Ef0e21
Octal11111114030300763601641
Binary10010011001001110000011000110000111110111100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494960; }

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

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

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

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

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

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

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

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