#494A60

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

Shades of Gun Powder #494A60

Tints of Gun Powder #494A60

Color information

#494A60 (or 0x494A60) is unknown color: approx Gun Powder. HEX triplet: 49, 4A and 60. RGB value is (73,74,96). Sum of RGB (Red+Green+Blue) = 73+74+96=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #494A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A60 is #B6B59F. Grayscale: #4C4C4C. Windows color (decimal): -11974048 or 6310473. OLE color: 6310473.

HSL color Cylindrical-coordinate representation of color #494A60: hue angle of 237.39º 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 #494A60 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB737496-
CMYK0.240.2300.62
HSL237.39º13.61%33.14%-
HSV(B)237.39º23.96%37.65%-
XYZ7.317.1612.06-
YUV76.21139.17125.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=30.04%
G=30.45%
B=39.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7374960.240.2300.62237.3913.6133.14
Hex494A60181703Eede21
Octal11111214030270763551641
Binary10010011001010110000011000101110111110111011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494A60; }

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

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

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

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

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

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

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

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