#404058

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

Shades of Gun Powder #404058

Tints of Gun Powder #404058

Color information

#404058 (or 0x404058) is unknown color: approx Gun Powder. HEX triplet: 40, 40 and 58. RGB value is (64,64,88). Sum of RGB (Red+Green+Blue) = 64+64+88=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #404058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404058 is #BFBFA7. Grayscale: #424242. Windows color (decimal): -12566440 or 5783616. OLE color: 5783616.

HSL color Cylindrical-coordinate representation of color #404058: hue angle of 240º 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 #404058 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB646488-
CMYK0.270.2700.65
HSL240º15.79%29.8%-
HSV(B)240º27.27%34.51%-
XYZ5.715.469.99-
YUV66.74140126.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=29.63%
G=29.63%
B=40.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6464880.270.2700.6524015.7929.8
Hex4040581B1B041f0101e
Octal100100130333301013602036
Binary100000010000001011000110111101101000001111100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404058; }

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

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

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

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

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

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

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

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