#454458

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

Shades of Gun Powder #454458

Tints of Gun Powder #454458

Color information

#454458 (or 0x454458) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 58. RGB value is (69,68,88). Sum of RGB (Red+Green+Blue) = 69+68+88=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #454458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454458 is #BABBA7. Grayscale: #464646. Windows color (decimal): -12237736 or 5784645. OLE color: 5784645.

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

Color convert

RGB696888-
CMYK0.220.2300.65
HSL243º12.82%30.59%-
HSV(B)243º22.73%34.51%-
XYZ6.286.110.08-
YUV70.58137.83126.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=30.67%
G=30.22%
B=39.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6968880.220.2300.6524312.8230.59
Hex4544581617041f3d1f
Octal105104130262701013631537
Binary10001011000100101100010110101110100000111110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454458; }

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

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

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

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

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

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

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

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