#484960

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

Shades of Gun Powder #484960

Tints of Gun Powder #484960

Color information

#484960 (or 0x484960) is unknown color: approx Gun Powder. HEX triplet: 48, 49 and 60. RGB value is (72,73,96). Sum of RGB (Red+Green+Blue) = 72+73+96=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #484960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484960 is #B7B69F. Grayscale: #4B4B4B. Windows color (decimal): -12039840 or 6310216. OLE color: 6310216.

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

Color convert

RGB727396-
CMYK0.250.2400.62
HSL237.5º14.29%32.94%-
HSV(B)237.5º25%37.65%-
XYZ7.176.9912.04-
YUV75.32139.67125.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=29.88%
G=30.29%
B=39.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7273960.250.2400.62237.514.2932.94
Hex484960191803Eeee21
Octal11011114031300763561641
Binary10010001001001110000011001110000111110111011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484960; }

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

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

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

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

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

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

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

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