#444250

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

Shades of Gun Powder #444250

Tints of Gun Powder #444250

Color information

#444250 (or 0x444250) is unknown color: approx Gun Powder. HEX triplet: 44, 42 and 50. RGB value is (68,66,80). Sum of RGB (Red+Green+Blue) = 68+66+80=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #444250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444250 is #BBBDAF. Grayscale: #444444. Windows color (decimal): -12303792 or 5259844. OLE color: 5259844.

HSL color Cylindrical-coordinate representation of color #444250: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #444250 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB686680-
CMYK0.150.1700.69
HSL248.57º9.59%28.63%-
HSV(B)248.57º17.5%31.37%-
XYZ5.785.78.39-
YUV68.19134.66127.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=31.78%
G=30.84%
B=37.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6866800.150.1700.69248.579.5928.63
Hex444250F11045f9a1d
Octal104102120172101053711235
Binary1000100100001010100001111100010100010111111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444250; }

 p { color: rgb(68,66,80); }

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

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

 a { background-color: rgb(68,66,80); }

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

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

 span { border-color: rgb(68,66,80); }

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