#454556

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

Shades of Gun Powder #454556

Tints of Gun Powder #454556

Color information

#454556 (or 0x454556) is unknown color: approx Gun Powder. HEX triplet: 45, 45 and 56. RGB value is (69,69,86). Sum of RGB (Red+Green+Blue) = 69+69+86=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #454556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454556 is #BABAA9. Grayscale: #464646. Windows color (decimal): -12237482 or 5653829. OLE color: 5653829.

HSL color Cylindrical-coordinate representation of color #454556: hue angle of 240º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #454556 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB696986-
CMYK0.200.2000.66
HSL240º10.97%30.39%-
HSV(B)240º19.77%33.73%-
XYZ6.266.199.67-
YUV70.94136.5126.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=30.80%
G=30.80%
B=38.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6969860.200.2000.6624010.9730.39
Hex4545561414042f0b1e
Octal105105126242401023601336
Binary10001011000101101011010100101000100001011110000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454556; }

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

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

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

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

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

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

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

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