#414259

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

Shades of Gun Powder #414259

Tints of Gun Powder #414259

Color information

#414259 (or 0x414259) is unknown color: approx Gun Powder. HEX triplet: 41, 42 and 59. RGB value is (65,66,89). Sum of RGB (Red+Green+Blue) = 65+66+89=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #414259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414259 is #BEBDA6. Grayscale: #444444. Windows color (decimal): -12500391 or 5849665. OLE color: 5849665.

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

Color convert

RGB656689-
CMYK0.270.2600.65
HSL237.5º15.58%30.2%-
HSV(B)237.5º26.97%34.9%-
XYZ5.935.7410.25-
YUV68.32139.67125.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=29.55%
G=30%
B=40.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6566890.270.2600.65237.515.5830.2
Hex4142591B1A041ee101e
Octal101102131333201013562036
Binary100000110000101011001110111101001000001111011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414259; }

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

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

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

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

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

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

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

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