#444154

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

Shades of Gun Powder #444154

Tints of Gun Powder #444154

Color information

#444154 (or 0x444154) is unknown color: approx Gun Powder. HEX triplet: 44, 41 and 54. RGB value is (68,65,84). Sum of RGB (Red+Green+Blue) = 68+65+84=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #444154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444154 is #BBBEAB. Grayscale: #434343. Windows color (decimal): -12304044 or 5521732. OLE color: 5521732.

HSL color Cylindrical-coordinate representation of color #444154: hue angle of 249.47º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444154 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB686584-
CMYK0.190.2300.67
HSL249.47º12.75%29.22%-
HSV(B)249.47º22.62%32.94%-
XYZ5.875.659.17-
YUV68.06136.99127.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=31.34%
G=29.95%
B=38.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6865840.190.2300.67249.4712.7529.22
Hex4441541317043f9d1d
Octal104101124232701033711535
Binary10001001000001101010010011101110100001111111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444154; }

 p { color: rgb(68,65,84); }

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

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

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

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

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

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

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