#454659

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

Shades of Gun Powder #454659

Tints of Gun Powder #454659

Color information

#454659 (or 0x454659) is unknown color: approx Gun Powder. HEX triplet: 45, 46 and 59. RGB value is (69,70,89). Sum of RGB (Red+Green+Blue) = 69+70+89=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #454659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454659 is #BAB9A6. Grayscale: #474747. Windows color (decimal): -12237223 or 5850693. OLE color: 5850693.

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

Color convert

RGB697089-
CMYK0.220.2100.65
HSL237º12.66%30.98%-
HSV(B)237º22.47%34.9%-
XYZ6.456.3710.34-
YUV71.87137.67125.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=30.26%
G=30.70%
B=39.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6970890.220.2100.6523712.6630.98
Hex4546591615041edd1f
Octal105106131262501013551537
Binary10001011000110101100110110101010100000111101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454659; }

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

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

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

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

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

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

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

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