#444457

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

Shades of Gun Powder #444457

Tints of Gun Powder #444457

Color information

#444457 (or 0x444457) is unknown color: approx Gun Powder. HEX triplet: 44, 44 and 57. RGB value is (68,68,87). Sum of RGB (Red+Green+Blue) = 68+68+87=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #444457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444457 is #BBBBA8. Grayscale: #464646. Windows color (decimal): -12303273 or 5719108. OLE color: 5719108.

HSL color Cylindrical-coordinate representation of color #444457: hue angle of 240º 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 #444457 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB686887-
CMYK0.220.2200.66
HSL240º12.26%30.39%-
HSV(B)240º21.84%34.12%-
XYZ6.176.059.86-
YUV70.17137.5126.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=30.49%
G=30.49%
B=39.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6868870.220.2200.6624012.2630.39
Hex4444571616042f0c1e
Octal104104127262601023601436
Binary10001001000100101011110110101100100001011110000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444457; }

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

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

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

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

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

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

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

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