#454658

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

Shades of Gun Powder #454658

Tints of Gun Powder #454658

Color information

#454658 (or 0x454658) is unknown color: approx Gun Powder. HEX triplet: 45, 46 and 58. RGB value is (69,70,88). Sum of RGB (Red+Green+Blue) = 69+70+88=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #454658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454658 is #BAB9A7. Grayscale: #474747. Windows color (decimal): -12237224 or 5785157. OLE color: 5785157.

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

Color convert

RGB697088-
CMYK0.220.2000.65
HSL236.84º12.1%30.78%-
HSV(B)236.84º21.59%34.51%-
XYZ6.416.3510.12-
YUV71.75137.17126.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=30.40%
G=30.84%
B=38.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6970880.220.2000.65236.8412.130.78
Hex4546581614041edc1f
Octal105106130262401013551437
Binary10001011000110101100010110101000100000111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454658; }

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

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

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

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

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

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

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

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