#444656

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

Shades of Gun Powder #444656

Tints of Gun Powder #444656

Color information

#444656 (or 0x444656) is unknown color: approx Gun Powder. HEX triplet: 44, 46 and 56. RGB value is (68,70,86). Sum of RGB (Red+Green+Blue) = 68+70+86=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #444656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444656 is #BBB9A9. Grayscale: #474747. Windows color (decimal): -12302762 or 5654084. OLE color: 5654084.

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

Color convert

RGB687086-
CMYK0.210.1900.66
HSL233.33º11.69%30.2%-
HSV(B)233.33º20.93%33.73%-
XYZ6.256.289.69-
YUV71.23136.34125.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=30.36%
G=31.25%
B=38.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6870860.210.1900.66233.3311.6930.2
Hex4446561513042e9c1e
Octal104106126252301023511436
Binary10001001000110101011010101100110100001011101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444656; }

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

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

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

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

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

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

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

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