#454457

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

Shades of Gun Powder #454457

Tints of Gun Powder #454457

Color information

#454457 (or 0x454457) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 57. RGB value is (69,68,87). Sum of RGB (Red+Green+Blue) = 69+68+87=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #454457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454457 is #BABBA8. Grayscale: #464646. Windows color (decimal): -12237737 or 5719109. OLE color: 5719109.

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

Color convert

RGB696887-
CMYK0.210.2200.66
HSL243.16º12.26%30.39%-
HSV(B)243.16º21.84%34.12%-
XYZ6.246.099.86-
YUV70.46137.33126.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=30.80%
G=30.36%
B=38.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6968870.210.2200.66243.1612.2630.39
Hex4544571516042f3c1e
Octal105104127252601023631436
Binary10001011000100101011110101101100100001011110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454457; }

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

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

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

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

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

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

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

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