#444061

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

Shades of Gun Powder #444061

Tints of Gun Powder #444061

Color information

#444061 (or 0x444061) is unknown color: approx Gun Powder. HEX triplet: 44, 40 and 61. RGB value is (68,64,97). Sum of RGB (Red+Green+Blue) = 68+64+97=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #444061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444061 is #BBBF9E. Grayscale: #444444. Windows color (decimal): -12304287 or 6373444. OLE color: 6373444.

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

Color convert

RGB686497-
CMYK0.300.3400.62
HSL247.27º20.5%31.57%-
HSV(B)247.27º34.02%38.04%-
XYZ6.375.7612.08-
YUV68.96143.83127.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=29.69%
G=27.95%
B=42.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6864970.300.3400.62247.2720.531.57
Hex4440611E2203Ef71420
Octal10410014136420763672440
Binary1000100100000011000011111010001001111101111011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444061; }

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

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

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

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

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

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

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

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