#454558

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

Shades of Gun Powder #454558

Tints of Gun Powder #454558

Color information

#454558 (or 0x454558) is unknown color: approx Gun Powder. HEX triplet: 45, 45 and 58. RGB value is (69,69,88). Sum of RGB (Red+Green+Blue) = 69+69+88=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #454558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454558 is #BABAA7. Grayscale: #474747. Windows color (decimal): -12237480 or 5784901. OLE color: 5784901.

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

Color convert

RGB696988-
CMYK0.220.2200.65
HSL240º12.1%30.78%-
HSV(B)240º21.59%34.51%-
XYZ6.346.2310.1-
YUV71.17137.5126.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=30.53%
G=30.53%
B=38.94%

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
Decimal6969880.220.2200.6524012.130.78
Hex4545581616041f0c1f
Octal105105130262601013601437
Binary10001011000101101100010110101100100000111110000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454558; }

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

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

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

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

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

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

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

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