#454061

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

Shades of Gun Powder #454061

Tints of Gun Powder #454061

Color information

#454061 (or 0x454061) is unknown color: approx Gun Powder. HEX triplet: 45, 40 and 61. RGB value is (69,64,97). Sum of RGB (Red+Green+Blue) = 69+64+97=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #454061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454061 is #BABF9E. Grayscale: #454545. Windows color (decimal): -12238751 or 6373445. OLE color: 6373445.

HSL color Cylindrical-coordinate representation of color #454061: hue angle of 249.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454061 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB696497-
CMYK0.290.3400.62
HSL249.09º20.5%31.57%-
HSV(B)249.09º34.02%38.04%-
XYZ6.455.812.09-
YUV69.26143.66127.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=30%
G=27.83%
B=42.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6964970.290.3400.62249.0920.531.57
Hex4540611D2203Ef91420
Octal10510014135420763712440
Binary1000101100000011000011110110001001111101111100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454061; }

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

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

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

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

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

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

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

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