#454254

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

Shades of Gun Powder #454254

Tints of Gun Powder #454254

Color information

#454254 (or 0x454254) is unknown color: approx Gun Powder. HEX triplet: 45, 42 and 54. RGB value is (69,66,84). Sum of RGB (Red+Green+Blue) = 69+66+84=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #454254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454254 is #BABDAB. Grayscale: #444444. Windows color (decimal): -12238252 or 5521989. OLE color: 5521989.

HSL color Cylindrical-coordinate representation of color #454254: hue angle of 250º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #454254 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB696684-
CMYK0.180.2100.67
HSL250º12%29.41%-
HSV(B)250º21.43%32.94%-
XYZ65.89.19-
YUV68.95136.49128.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=31.51%
G=30.14%
B=38.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6966840.180.2100.672501229.41
Hex4542541215043fac1d
Octal105102124222501033721435
Binary10001011000010101010010010101010100001111111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454254; }

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

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

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

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

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

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

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

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