#454359

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

Shades of Gun Powder #454359

Tints of Gun Powder #454359

Color information

#454359 (or 0x454359) is unknown color: approx Gun Powder. HEX triplet: 45, 43 and 59. RGB value is (69,67,89). Sum of RGB (Red+Green+Blue) = 69+67+89=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #454359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454359 is #BABCA6. Grayscale: #464646. Windows color (decimal): -12237991 or 5849925. OLE color: 5849925.

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

Color convert

RGB696789-
CMYK0.220.2500.65
HSL245.45º14.1%30.59%-
HSV(B)245.45º24.72%34.9%-
XYZ6.26610.28-
YUV70.11138.66127.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=30.67%
G=29.78%
B=39.56%

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
Decimal6967890.220.2500.65245.4514.130.59
Hex4543591619041f5e1f
Octal105103131263101013651637
Binary10001011000011101100110110110010100000111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454359; }

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

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

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

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

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

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

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

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