#484560

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

Shades of Gun Powder #484560

Tints of Gun Powder #484560

Color information

#484560 (or 0x484560) is unknown color: approx Gun Powder. HEX triplet: 48, 45 and 60. RGB value is (72,69,96). Sum of RGB (Red+Green+Blue) = 72+69+96=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #484560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484560 is #B7BA9F. Grayscale: #484848. Windows color (decimal): -12040864 or 6309192. OLE color: 6309192.

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

Color convert

RGB726996-
CMYK0.250.2800.62
HSL246.67º16.36%32.35%-
HSV(B)246.67º28.12%37.65%-
XYZ6.916.4811.95-
YUV72.97140.99127.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=30.38%
G=29.11%
B=40.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7269960.250.2800.62246.6716.3632.35
Hex484560191C03Ef71020
Octal11010514031340763672040
Binary100100010001011100000110011110001111101111011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484560; }

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

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

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

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

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

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

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

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