#494A5B

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

Shades of Gun Powder #494A5B

Tints of Gun Powder #494A5B

Color information

#494A5B (or 0x494A5B) is unknown color: approx Gun Powder. HEX triplet: 49, 4A and 5B. RGB value is (73,74,91). Sum of RGB (Red+Green+Blue) = 73+74+91=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #494A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A5B is #B6B5A4. Grayscale: #4B4B4B. Windows color (decimal): -11974053 or 5982793. OLE color: 5982793.

HSL color Cylindrical-coordinate representation of color #494A5B: hue angle of 236.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494A5B is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB737491-
CMYK0.200.1900.64
HSL236.67º10.98%32.16%-
HSV(B)236.67º19.78%35.69%-
XYZ7.087.0710.89-
YUV75.64136.67126.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=30.67%
G=31.09%
B=38.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7374910.200.1900.64236.6710.9832.16
Hex494A5B1413040edb20
Octal111112133242301003551340
Binary100100110010101011011101001001101000000111011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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