#494A54

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

Shades of Gun Powder #494A54

Tints of Gun Powder #494A54

Color information

#494A54 (or 0x494A54) is unknown color: approx Gun Powder. HEX triplet: 49, 4A and 54. RGB value is (73,74,84). Sum of RGB (Red+Green+Blue) = 73+74+84=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #494A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A54 is #B6B5AB. Grayscale: #4A4A4A. Windows color (decimal): -11974060 or 5524041. OLE color: 5524041.

HSL color Cylindrical-coordinate representation of color #494A54: hue angle of 234.55º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #494A54 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB737484-
CMYK0.130.1200.67
HSL234.55º7.01%30.78%-
HSV(B)234.55º13.1%32.94%-
XYZ6.86.959.37-
YUV74.84133.17126.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=31.60%
G=32.03%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7374840.130.1200.67234.557.0130.78
Hex494A54DC043eb71f
Octal11111212415140103353737
Binary10010011001010101010011011100010000111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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