#494562

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

Shades of Gun Powder #494562

Tints of Gun Powder #494562

Color information

#494562 (or 0x494562) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 62. RGB value is (73,69,98). Sum of RGB (Red+Green+Blue) = 73+69+98=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #494562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494562 is #B6BA9D. Grayscale: #494949. Windows color (decimal): -11975326 or 6440265. OLE color: 6440265.

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

Color convert

RGB736998-
CMYK0.260.3000.62
HSL248.28º17.37%32.75%-
HSV(B)248.28º29.59%38.43%-
XYZ7.086.5512.45-
YUV73.5141.83127.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=30.42%
G=28.75%
B=40.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7369980.260.3000.62248.2817.3732.75
Hex4945621A1E03Ef81121
Octal11110514232360763702141
Binary100100110001011100010110101111001111101111100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494562; }

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

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

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

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

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

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

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

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