#454058

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

Shades of Gun Powder #454058

Tints of Gun Powder #454058

Color information

#454058 (or 0x454058) is unknown color: approx Gun Powder. HEX triplet: 45, 40 and 58. RGB value is (69,64,88). Sum of RGB (Red+Green+Blue) = 69+64+88=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #454058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454058 is #BABFA7. Grayscale: #444444. Windows color (decimal): -12238760 or 5783621. OLE color: 5783621.

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

Color convert

RGB696488-
CMYK0.220.2700.65
HSL252.5º15.79%29.8%-
HSV(B)252.5º27.27%34.51%-
XYZ6.055.6410-
YUV68.23139.16128.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=31.22%
G=28.96%
B=39.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6964880.220.2700.65252.515.7929.8
Hex454058161B041fc101e
Octal105100130263301013742036
Binary100010110000001011000101101101101000001111111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454058; }

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

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

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

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

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

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

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

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