#484656

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

Shades of Gun Powder #484656

Tints of Gun Powder #484656

Color information

#484656 (or 0x484656) is unknown color: approx Gun Powder. HEX triplet: 48, 46 and 56. RGB value is (72,70,86). Sum of RGB (Red+Green+Blue) = 72+70+86=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #484656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484656 is #B7B9A9. Grayscale: #484848. Windows color (decimal): -12040618 or 5654088. OLE color: 5654088.

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

Color convert

RGB727086-
CMYK0.160.1900.66
HSL247.5º10.26%30.59%-
HSV(B)247.5º18.6%33.73%-
XYZ6.546.439.7-
YUV72.42135.66127.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=31.58%
G=30.70%
B=37.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7270860.160.1900.66247.510.2630.59
Hex4846561013042f8a1f
Octal110106126202301023701237
Binary10010001000110101011010000100110100001011111000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484656; }

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

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

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

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

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

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

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

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