#414359

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

Shades of Gun Powder #414359

Tints of Gun Powder #414359

Color information

#414359 (or 0x414359) is unknown color: approx Gun Powder. HEX triplet: 41, 43 and 59. RGB value is (65,67,89). Sum of RGB (Red+Green+Blue) = 65+67+89=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #414359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414359 is #BEBCA6. Grayscale: #444444. Windows color (decimal): -12500135 or 5849921. OLE color: 5849921.

HSL color Cylindrical-coordinate representation of color #414359: hue angle of 235º 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 #414359 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB656789-
CMYK0.270.2500.65
HSL235º15.58%30.2%-
HSV(B)235º26.97%34.9%-
XYZ5.995.8610.27-
YUV68.91139.34125.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=29.41%
G=30.32%
B=40.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6567890.270.2500.6523515.5830.2
Hex4143591B19041eb101e
Octal101103131333101013532036
Binary100000110000111011001110111100101000001111010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414359; }

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

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

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

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

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

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

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

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