#494854

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

Shades of Gun Powder #494854

Tints of Gun Powder #494854

Color information

#494854 (or 0x494854) is unknown color: approx Gun Powder. HEX triplet: 49, 48 and 54. RGB value is (73,72,84). Sum of RGB (Red+Green+Blue) = 73+72+84=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #494854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494854 is #B6B7AB. Grayscale: #494949. Windows color (decimal): -11974572 or 5523529. OLE color: 5523529.

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

Color convert

RGB737284-
CMYK0.130.1400.67
HSL245º7.69%30.59%-
HSV(B)245º14.29%32.94%-
XYZ6.676.699.33-
YUV73.67133.83127.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=31.88%
G=31.44%
B=36.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7372840.130.1400.672457.6930.59
Hex494854DE043f581f
Octal111110124151601033651037
Binary100100110010001010100110111100100001111110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494854; }

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

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

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

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

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

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

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

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