#454551

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

Shades of Gun Powder #454551

Tints of Gun Powder #454551

Color information

#454551 (or 0x454551) is unknown color: approx Gun Powder. HEX triplet: 45, 45 and 51. RGB value is (69,69,81). Sum of RGB (Red+Green+Blue) = 69+69+81=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #454551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454551 is #BABAAE. Grayscale: #464646. Windows color (decimal): -12237487 or 5326149. OLE color: 5326149.

HSL color Cylindrical-coordinate representation of color #454551: hue angle of 240º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454551 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB696981-
CMYK0.150.1500.68
HSL240º8%29.41%-
HSV(B)240º14.81%31.76%-
XYZ6.076.128.65-
YUV70.37134127.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=31.51%
G=31.51%
B=36.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6969810.150.1500.68240829.41
Hex454551FF044f081d
Octal105105121171701043601035
Binary100010110001011010001111111110100010011110000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454551; }

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

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

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

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

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

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

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

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