#444253

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

Shades of Gun Powder #444253

Tints of Gun Powder #444253

Color information

#444253 (or 0x444253) is unknown color: approx Gun Powder. HEX triplet: 44, 42 and 53. RGB value is (68,66,83). Sum of RGB (Red+Green+Blue) = 68+66+83=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #444253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444253 is #BBBDAC. Grayscale: #444444. Windows color (decimal): -12303789 or 5456452. OLE color: 5456452.

HSL color Cylindrical-coordinate representation of color #444253: hue angle of 247.06º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #444253 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB686683-
CMYK0.180.2000.67
HSL247.06º11.41%29.22%-
HSV(B)247.06º20.48%32.55%-
XYZ5.895.758.98-
YUV68.54136.16127.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=31.34%
G=30.41%
B=38.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6866830.180.2000.67247.0611.4129.22
Hex4442531214043f7b1d
Octal104102123222401033671335
Binary10001001000010101001110010101000100001111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444253; }

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

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

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

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

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

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

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

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