#494558

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

Shades of Gun Powder #494558

Tints of Gun Powder #494558

Color information

#494558 (or 0x494558) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 58. RGB value is (73,69,88). Sum of RGB (Red+Green+Blue) = 73+69+88=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #494558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494558 is #B6BAA7. Grayscale: #484848. Windows color (decimal): -11975336 or 5784905. OLE color: 5784905.

HSL color Cylindrical-coordinate representation of color #494558: hue angle of 252.63º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #494558 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB736988-
CMYK0.170.2200.65
HSL252.63º12.1%30.78%-
HSV(B)252.63º21.59%34.51%-
XYZ6.646.3810.11-
YUV72.36136.83128.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=31.74%
G=30%
B=38.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7369880.170.2200.65252.6312.130.78
Hex4945581116041fdc1f
Octal111105130212601013751437
Binary10010011000101101100010001101100100000111111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494558; }

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

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

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

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

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

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

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

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