#44405F

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

Shades of Gun Powder #44405F

Tints of Gun Powder #44405F

Color information

#44405F (or 0x44405F) is unknown color: approx Gun Powder. HEX triplet: 44, 40 and 5F. RGB value is (68,64,95). Sum of RGB (Red+Green+Blue) = 68+64+95=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #44405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44405F is #BBBFA0. Grayscale: #444444. Windows color (decimal): -12304289 or 6242372. OLE color: 6242372.

HSL color Cylindrical-coordinate representation of color #44405F: hue angle of 247.74º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #44405F is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB686495-
CMYK0.280.3300.63
HSL247.74º19.5%31.18%-
HSV(B)247.74º32.63%37.25%-
XYZ6.285.7211.6-
YUV68.73142.83127.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=29.96%
G=28.19%
B=41.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6864950.280.3300.63247.7419.531.18
Hex44405F1C2103Ff8131f
Octal10410013734410773702337
Binary100010010000001011111111001000010111111111110001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44405F; }

 p { color: rgb(68,64,95); }

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

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

 a { background-color: rgb(68,64,95); }

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

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

 span { border-color: rgb(68,64,95); }

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