#454258

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

Shades of Gun Powder #454258

Tints of Gun Powder #454258

Color information

#454258 (or 0x454258) is unknown color: approx Gun Powder. HEX triplet: 45, 42 and 58. RGB value is (69,66,88). Sum of RGB (Red+Green+Blue) = 69+66+88=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #454258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454258 is #BABDA7. Grayscale: #454545. Windows color (decimal): -12238248 or 5784133. OLE color: 5784133.

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

Color convert

RGB696688-
CMYK0.220.2500.65
HSL248.18º14.29%30.2%-
HSV(B)248.18º25%34.51%-
XYZ6.165.8710.04-
YUV69.4138.49127.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=30.94%
G=29.60%
B=39.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6966880.220.2500.65248.1814.2930.2
Hex4542581619041f8e1e
Octal105102130263101013701636
Binary10001011000010101100010110110010100000111111000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454258; }

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

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

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

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

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

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

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

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