#413F59

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

Shades of Gun Powder #413F59

Tints of Gun Powder #413F59

Color information

#413F59 (or 0x413F59) is unknown color: approx Gun Powder. HEX triplet: 41, 3F and 59. RGB value is (65,63,89). Sum of RGB (Red+Green+Blue) = 65+63+89=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #413F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F59 is #BEC0A6. Grayscale: #424242. Windows color (decimal): -12501159 or 5848897. OLE color: 5848897.

HSL color Cylindrical-coordinate representation of color #413F59: hue angle of 244.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #413F59 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB656389-
CMYK0.270.2900.65
HSL244.62º17.11%29.8%-
HSV(B)244.62º29.21%34.9%-
XYZ5.765.410.19-
YUV66.56140.66126.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=29.95%
G=29.03%
B=41.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6563890.270.2900.65244.6217.1129.8
Hex413F591B1D041f5111e
Octal10177131333501013652136
Binary10000011111111011001110111110101000001111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413F59; }

 p { color: rgb(65,63,89); }

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

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

 a { background-color: rgb(65,63,89); }

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

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

 span { border-color: rgb(65,63,89); }

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