#484460

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

Shades of Gun Powder #484460

Tints of Gun Powder #484460

Color information

#484460 (or 0x484460) is unknown color: approx Gun Powder. HEX triplet: 48, 44 and 60. RGB value is (72,68,96). Sum of RGB (Red+Green+Blue) = 72+68+96=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #484460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484460 is #B7BB9F. Grayscale: #484848. Windows color (decimal): -12041120 or 6308936. OLE color: 6308936.

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

Color convert

RGB726896-
CMYK0.250.2900.62
HSL248.57º17.07%32.16%-
HSV(B)248.57º29.17%37.65%-
XYZ6.856.3611.93-
YUV72.39141.33127.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=30.51%
G=28.81%
B=40.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7268960.250.2900.62248.5717.0732.16
Hex484460191D03Ef91120
Octal11010414031350763712140
Binary100100010001001100000110011110101111101111100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484460; }

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

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

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

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

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

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

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

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