#454259

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

Shades of Gun Powder #454259

Tints of Gun Powder #454259

Color information

#454259 (or 0x454259) is unknown color: approx Gun Powder. HEX triplet: 45, 42 and 59. RGB value is (69,66,89). Sum of RGB (Red+Green+Blue) = 69+66+89=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #454259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454259 is #BABDA6. Grayscale: #454545. Windows color (decimal): -12238247 or 5849669. OLE color: 5849669.

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

Color convert

RGB696689-
CMYK0.220.2600.65
HSL247.83º14.84%30.39%-
HSV(B)247.83º25.84%34.9%-
XYZ6.215.8810.26-
YUV69.52138.99127.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 89 (35.16% from 255) = 39.73%
R=30.80%
G=29.46%
B=39.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6966890.220.2600.65247.8314.8430.39
Hex454259161A041f8f1e
Octal105102131263201013701736
Binary10001011000010101100110110110100100000111111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454259; }

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

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

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

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

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

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

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

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