#444160

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

Shades of Gun Powder #444160

Tints of Gun Powder #444160

Color information

#444160 (or 0x444160) is unknown color: approx Gun Powder. HEX triplet: 44, 41 and 60. RGB value is (68,65,96). Sum of RGB (Red+Green+Blue) = 68+65+96=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #444160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444160 is #BBBE9F. Grayscale: #454545. Windows color (decimal): -12304032 or 6308164. OLE color: 6308164.

HSL color Cylindrical-coordinate representation of color #444160: hue angle of 245.81º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #444160 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB686596-
CMYK0.290.3200.62
HSL245.81º19.25%31.57%-
HSV(B)245.81º32.29%37.65%-
XYZ6.395.8511.86-
YUV69.43142.99126.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=29.69%
G=28.38%
B=41.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6865960.290.3200.62245.8119.2531.57
Hex4441601D2003Ef61320
Octal10410114035400763662340
Binary1000100100000111000001110110000001111101111011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444160; }

 p { color: rgb(68,65,96); }

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

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

 a { background-color: rgb(68,65,96); }

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

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

 span { border-color: rgb(68,65,96); }

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