#413F56

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

Shades of Gun Powder #413F56

Tints of Gun Powder #413F56

Color information

#413F56 (or 0x413F56) is unknown color: approx Gun Powder. HEX triplet: 41, 3F and 56. RGB value is (65,63,86). Sum of RGB (Red+Green+Blue) = 65+63+86=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #413F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F56 is #BEC0A9. Grayscale: #424242. Windows color (decimal): -12501162 or 5652289. OLE color: 5652289.

HSL color Cylindrical-coordinate representation of color #413F56: hue angle of 245.22º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #413F56 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB656386-
CMYK0.240.2700.66
HSL245.22º15.44%29.22%-
HSV(B)245.22º26.74%33.73%-
XYZ5.645.359.54-
YUV66.22139.16127.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=30.37%
G=29.44%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6563860.240.2700.66245.2215.4429.22
Hex413F56181B042f5f1d
Octal10177126303301023651735
Binary1000001111111101011011000110110100001011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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