#444058

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

Shades of Gun Powder #444058

Tints of Gun Powder #444058

Color information

#444058 (or 0x444058) is unknown color: approx Gun Powder. HEX triplet: 44, 40 and 58. RGB value is (68,64,88). Sum of RGB (Red+Green+Blue) = 68+64+88=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #444058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444058 is #BBBFA7. Grayscale: #434343. Windows color (decimal): -12304296 or 5783620. OLE color: 5783620.

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

Color convert

RGB686488-
CMYK0.230.2700.65
HSL250º15.79%29.8%-
HSV(B)250º27.27%34.51%-
XYZ5.985.610-
YUV67.93139.33128.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 88 (34.77% from 255) = 40%
R=30.91%
G=29.09%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6864880.230.2700.6525015.7929.8
Hex444058171B041fa101e
Octal104100130273301013722036
Binary100010010000001011000101111101101000001111110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444058; }

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

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

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

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

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

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

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

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