#454456

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

Shades of Gun Powder #454456

Tints of Gun Powder #454456

Color information

#454456 (or 0x454456) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 56. RGB value is (69,68,86). Sum of RGB (Red+Green+Blue) = 69+68+86=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #454456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454456 is #BABBA9. Grayscale: #464646. Windows color (decimal): -12237738 or 5653573. OLE color: 5653573.

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

Color convert

RGB696886-
CMYK0.200.2100.66
HSL243.33º11.69%30.2%-
HSV(B)243.33º20.93%33.73%-
XYZ6.26.079.65-
YUV70.35136.83127.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=30.94%
G=30.49%
B=38.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6968860.200.2100.66243.3311.6930.2
Hex4544561415042f3c1e
Octal105104126242501023631436
Binary10001011000100101011010100101010100001011110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454456; }

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

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

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

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

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

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

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

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