#454261

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

Shades of Gun Powder #454261

Tints of Gun Powder #454261

Color information

#454261 (or 0x454261) is unknown color: approx Gun Powder. HEX triplet: 45, 42 and 61. RGB value is (69,66,97). Sum of RGB (Red+Green+Blue) = 69+66+97=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #454261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454261 is #BABD9E. Grayscale: #464646. Windows color (decimal): -12238239 or 6373957. OLE color: 6373957.

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

Color convert

RGB696697-
CMYK0.290.3200.62
HSL245.81º19.02%31.96%-
HSV(B)245.81º31.96%38.04%-
XYZ6.566.0212.13-
YUV70.43142.99126.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=29.74%
G=28.45%
B=41.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6966970.290.3200.62245.8119.0231.96
Hex4542611D2003Ef61320
Octal10510214135400763662340
Binary1000101100001011000011110110000001111101111011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454261; }

 p { color: rgb(69,66,97); }

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

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

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

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

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

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

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