#494458

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

Shades of Gun Powder #494458

Tints of Gun Powder #494458

Color information

#494458 (or 0x494458) is unknown color: approx Gun Powder. HEX triplet: 49, 44 and 58. RGB value is (73,68,88). Sum of RGB (Red+Green+Blue) = 73+68+88=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #494458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494458 is #B6BBA7. Grayscale: #474747. Windows color (decimal): -11975592 or 5784649. OLE color: 5784649.

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

Color convert

RGB736888-
CMYK0.170.2300.65
HSL255º12.82%30.59%-
HSV(B)255º22.73%34.51%-
XYZ6.586.2610.09-
YUV71.77137.16128.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=31.88%
G=29.69%
B=38.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7368880.170.2300.6525512.8230.59
Hex4944581117041ffd1f
Octal111104130212701013771537
Binary10010011000100101100010001101110100000111111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494458; }

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

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

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

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

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

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

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

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