#444056

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

Shades of Gun Powder #444056

Tints of Gun Powder #444056

Color information

#444056 (or 0x444056) is unknown color: approx Gun Powder. HEX triplet: 44, 40 and 56. RGB value is (68,64,86). Sum of RGB (Red+Green+Blue) = 68+64+86=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #444056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444056 is #BBBFA9. Grayscale: #434343. Windows color (decimal): -12304298 or 5652548. OLE color: 5652548.

HSL color Cylindrical-coordinate representation of color #444056: hue angle of 250.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #444056 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB686486-
CMYK0.210.2600.66
HSL250.91º14.67%29.41%-
HSV(B)250.91º25.58%33.73%-
XYZ5.95.579.57-
YUV67.7138.33128.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=31.19%
G=29.36%
B=39.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6864860.210.2600.66250.9114.6729.41
Hex444056151A042fbf1d
Octal104100126253201023731735
Binary10001001000000101011010101110100100001011111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444056; }

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

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

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

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

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

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

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

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