#44465E

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

Shades of Gun Powder #44465E

Tints of Gun Powder #44465E

Color information

#44465E (or 0x44465E) is unknown color: approx Gun Powder. HEX triplet: 44, 46 and 5E. RGB value is (68,70,94). Sum of RGB (Red+Green+Blue) = 68+70+94=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #44465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44465E is #BBB9A1. Grayscale: #484848. Windows color (decimal): -12302754 or 6178372. OLE color: 6178372.

HSL color Cylindrical-coordinate representation of color #44465E: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44465E is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB687094-
CMYK0.280.2600.63
HSL235.38º16.05%31.76%-
HSV(B)235.38º27.66%36.86%-
XYZ6.596.4211.48-
YUV72.14140.34125.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=29.31%
G=30.17%
B=40.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6870940.280.2600.63235.3816.0531.76
Hex44465E1C1A03Feb1020
Octal10410613634320773532040
Binary100010010001101011110111001101001111111110101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44465E; }

 p { color: rgb(68,70,94); }

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

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

 a { background-color: rgb(68,70,94); }

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

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

 span { border-color: rgb(68,70,94); }

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