#454559

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

Shades of Gun Powder #454559

Tints of Gun Powder #454559

Color information

#454559 (or 0x454559) is unknown color: approx Gun Powder. HEX triplet: 45, 45 and 59. RGB value is (69,69,89). Sum of RGB (Red+Green+Blue) = 69+69+89=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #454559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454559 is #BABAA6. Grayscale: #474747. Windows color (decimal): -12237479 or 5850437. OLE color: 5850437.

HSL color Cylindrical-coordinate representation of color #454559: hue angle of 240º 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 #454559 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB696989-
CMYK0.220.2200.65
HSL240º12.66%30.98%-
HSV(B)240º22.47%34.9%-
XYZ6.396.2410.32-
YUV71.28138126.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=30.40%
G=30.40%
B=39.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6969890.220.2200.6524012.6630.98
Hex4545591616041f0d1f
Octal105105131262601013601537
Binary10001011000101101100110110101100100000111110000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454559; }

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

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

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

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

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

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

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

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