#484756

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

Shades of Gun Powder #484756

Tints of Gun Powder #484756

Color information

#484756 (or 0x484756) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 56. RGB value is (72,71,86). Sum of RGB (Red+Green+Blue) = 72+71+86=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #484756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484756 is #B7B8A9. Grayscale: #484848. Windows color (decimal): -12040362 or 5654344. OLE color: 5654344.

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

Color convert

RGB727186-
CMYK0.160.1700.66
HSL244º9.55%30.78%-
HSV(B)244º17.44%33.73%-
XYZ6.616.569.72-
YUV73.01135.33127.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=31.44%
G=31.00%
B=37.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7271860.160.1700.662449.5530.78
Hex4847561011042f4a1f
Octal110107126202101023641237
Binary10010001000111101011010000100010100001011110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484756; }

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

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

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

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

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

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

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

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