#413D59

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

Shades of Gun Powder #413D59

Tints of Gun Powder #413D59

Color information

#413D59 (or 0x413D59) is unknown color: approx Gun Powder. HEX triplet: 41, 3D and 59. RGB value is (65,61,89). Sum of RGB (Red+Green+Blue) = 65+61+89=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #413D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D59 is #BEC2A6. Grayscale: #414141. Windows color (decimal): -12501671 or 5848385. OLE color: 5848385.

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

Color convert

RGB656189-
CMYK0.270.3100.65
HSL248.57º18.67%29.41%-
HSV(B)248.57º31.46%34.9%-
XYZ5.655.1810.15-
YUV65.39141.33127.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=30.23%
G=28.37%
B=41.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6561890.270.3100.65248.5718.6729.41
Hex413D591B1F041f9131d
Octal10175131333701013712335
Binary10000011111011011001110111111101000001111110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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