#484660

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

Shades of Gun Powder #484660

Tints of Gun Powder #484660

Color information

#484660 (or 0x484660) is unknown color: approx Gun Powder. HEX triplet: 48, 46 and 60. RGB value is (72,70,96). Sum of RGB (Red+Green+Blue) = 72+70+96=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #484660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484660 is #B7B99F. Grayscale: #494949. Windows color (decimal): -12040608 or 6309448. OLE color: 6309448.

HSL color Cylindrical-coordinate representation of color #484660: hue angle of 244.62º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484660 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB727096-
CMYK0.250.2700.62
HSL244.62º15.66%32.55%-
HSV(B)244.62º27.08%37.65%-
XYZ6.976.611.97-
YUV73.56140.66126.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=30.25%
G=29.41%
B=40.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7270960.250.2700.62244.6215.6632.55
Hex484660191B03Ef51021
Octal11010614031330763652041
Binary100100010001101100000110011101101111101111010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484660; }

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

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

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

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

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

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

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

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