#494561

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

Shades of Gun Powder #494561

Tints of Gun Powder #494561

Color information

#494561 (or 0x494561) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 61. RGB value is (73,69,97). Sum of RGB (Red+Green+Blue) = 73+69+97=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #494561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494561 is #B6BA9E. Grayscale: #494949. Windows color (decimal): -11975327 or 6374729. OLE color: 6374729.

HSL color Cylindrical-coordinate representation of color #494561: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #494561 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB736997-
CMYK0.250.2900.62
HSL248.57º16.87%32.55%-
HSV(B)248.57º28.87%38.04%-
XYZ7.036.5412.2-
YUV73.39141.33127.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=30.54%
G=28.87%
B=40.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7369970.250.2900.62248.5716.8732.55
Hex494561191D03Ef91121
Octal11110514131350763712141
Binary100100110001011100001110011110101111101111100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494561; }

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

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

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

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

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

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

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

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