#444658

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

Shades of Gun Powder #444658

Tints of Gun Powder #444658

Color information

#444658 (or 0x444658) is unknown color: approx Gun Powder. HEX triplet: 44, 46 and 58. RGB value is (68,70,88). Sum of RGB (Red+Green+Blue) = 68+70+88=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #444658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444658 is #BBB9A7. Grayscale: #474747. Windows color (decimal): -12302760 or 5785156. OLE color: 5785156.

HSL color Cylindrical-coordinate representation of color #444658: hue angle of 234º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444658 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB687088-
CMYK0.230.2000.65
HSL234º12.82%30.59%-
HSV(B)234º22.73%34.51%-
XYZ6.346.3110.12-
YUV71.45137.34125.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=30.09%
G=30.97%
B=38.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6870880.230.2000.6523412.8230.59
Hex4446581714041ead1f
Octal104106130272401013521537
Binary10001001000110101100010111101000100000111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444658; }

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

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

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

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

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

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

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

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