#484554

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

Shades of Gun Powder #484554

Tints of Gun Powder #484554

Color information

#484554 (or 0x484554) is unknown color: approx Gun Powder. HEX triplet: 48, 45 and 54. RGB value is (72,69,84). Sum of RGB (Red+Green+Blue) = 72+69+84=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #484554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484554 is #B7BAAB. Grayscale: #474747. Windows color (decimal): -12040876 or 5522760. OLE color: 5522760.

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

Color convert

RGB726984-
CMYK0.140.1800.67
HSL252º9.8%30%-
HSV(B)252º17.86%32.94%-
XYZ6.46.279.26-
YUV71.61134.99128.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=32%
G=30.67%
B=37.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7269840.140.1800.672529.830
Hex484554E12043fca1e
Octal110105124162201033741236
Binary1001000100010110101001110100100100001111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484554; }

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

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

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

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

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

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

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

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