#454656

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

Shades of Gun Powder #454656

Tints of Gun Powder #454656

Color information

#454656 (or 0x454656) is unknown color: approx Gun Powder. HEX triplet: 45, 46 and 56. RGB value is (69,70,86). Sum of RGB (Red+Green+Blue) = 69+70+86=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #454656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454656 is #BAB9A9. Grayscale: #474747. Windows color (decimal): -12237226 or 5654085. OLE color: 5654085.

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

Color convert

RGB697086-
CMYK0.200.1900.66
HSL236.47º10.97%30.39%-
HSV(B)236.47º19.77%33.73%-
XYZ6.326.329.69-
YUV71.52136.17126.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=30.67%
G=31.11%
B=38.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6970860.200.1900.66236.4710.9730.39
Hex4546561413042ecb1e
Octal105106126242301023541336
Binary10001011000110101011010100100110100001011101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454656; }

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

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

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

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

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

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

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

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