#484956

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

Shades of Gun Powder #484956

Tints of Gun Powder #484956

Color information

#484956 (or 0x484956) is unknown color: approx Gun Powder. HEX triplet: 48, 49 and 56. RGB value is (72,73,86). Sum of RGB (Red+Green+Blue) = 72+73+86=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #484956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484956 is #B7B6A9. Grayscale: #4A4A4A. Windows color (decimal): -12039850 or 5654856. OLE color: 5654856.

HSL color Cylindrical-coordinate representation of color #484956: hue angle of 235.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #484956 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB727386-
CMYK0.160.1500.66
HSL235.71º8.86%30.98%-
HSV(B)235.71º16.28%33.73%-
XYZ6.736.819.76-
YUV74.18134.67126.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=31.17%
G=31.60%
B=37.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7273860.160.1500.66235.718.8630.98
Hex48495610F042ec91f
Octal110111126201701023541137
Binary1001000100100110101101000011110100001011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484956; }

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

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

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

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

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

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

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

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