#494860

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

Shades of Gun Powder #494860

Tints of Gun Powder #494860

Color information

#494860 (or 0x494860) is unknown color: approx Gun Powder. HEX triplet: 49, 48 and 60. RGB value is (73,72,96). Sum of RGB (Red+Green+Blue) = 73+72+96=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #494860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494860 is #B6B79F. Grayscale: #4A4A4A. Windows color (decimal): -11974560 or 6309961. OLE color: 6309961.

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

Color convert

RGB737296-
CMYK0.240.2500.62
HSL242.5º14.29%32.94%-
HSV(B)242.5º25%37.65%-
XYZ7.186.912.02-
YUV75.04139.83126.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=30.29%
G=29.88%
B=39.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7372960.240.2500.62242.514.2932.94
Hex494860181903Ef2e21
Octal11111014030310763621641
Binary10010011001000110000011000110010111110111100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494860; }

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

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

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

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

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

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

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

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