#444557

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

Shades of Gun Powder #444557

Tints of Gun Powder #444557

Color information

#444557 (or 0x444557) is unknown color: approx Gun Powder. HEX triplet: 44, 45 and 57. RGB value is (68,69,87). Sum of RGB (Red+Green+Blue) = 68+69+87=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #444557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444557 is #BBBAA8. Grayscale: #464646. Windows color (decimal): -12303017 or 5719364. OLE color: 5719364.

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

Color convert

RGB686987-
CMYK0.220.2100.66
HSL236.84º12.26%30.39%-
HSV(B)236.84º21.84%34.12%-
XYZ6.236.179.88-
YUV70.75137.17126.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=30.36%
G=30.80%
B=38.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6869870.220.2100.66236.8412.2630.39
Hex4445571615042edc1e
Octal104105127262501023551436
Binary10001001000101101011110110101010100001011101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444557; }

 p { color: rgb(68,69,87); }

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

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

 a { background-color: rgb(68,69,87); }

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

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

 span { border-color: rgb(68,69,87); }

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