#484955

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

Shades of Gun Powder #484955

Tints of Gun Powder #484955

Color information

#484955 (or 0x484955) is unknown color: approx Gun Powder. HEX triplet: 48, 49 and 55. RGB value is (72,73,85). Sum of RGB (Red+Green+Blue) = 72+73+85=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 85 - color contains mainly: blue. Hex color #484955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484955 is #B7B6AA. Grayscale: #4A4A4A. Windows color (decimal): -12039851 or 5589320. OLE color: 5589320.

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

Color convert

RGB727385-
CMYK0.150.1400.67
HSL235.38º8.28%30.78%-
HSV(B)235.38º15.29%33.33%-
XYZ6.696.89.55-
YUV74.07134.17126.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=31.30%
G=31.74%
B=36.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7273850.150.1400.67235.388.2830.78
Hex484955FE043eb81f
Octal110111125171601033531037
Binary100100010010011010101111111100100001111101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484955; }

 p { color: rgb(72,73,85); }

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

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

 a { background-color: rgb(72,73,85); }

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

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

 span { border-color: rgb(72,73,85); }

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