#484559

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

Shades of Gun Powder #484559

Tints of Gun Powder #484559

Color information

#484559 (or 0x484559) is unknown color: approx Gun Powder. HEX triplet: 48, 45 and 59. RGB value is (72,69,89). Sum of RGB (Red+Green+Blue) = 72+69+89=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #484559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484559 is #B7BAA6. Grayscale: #484848. Windows color (decimal): -12040871 or 5850440. OLE color: 5850440.

HSL color Cylindrical-coordinate representation of color #484559: hue angle of 249º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #484559 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB726989-
CMYK0.190.2200.65
HSL249º12.66%30.98%-
HSV(B)249º22.47%34.9%-
XYZ6.66.3610.33-
YUV72.18137.49127.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=31.30%
G=30%
B=38.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7269890.190.2200.6524912.6630.98
Hex4845591316041f9d1f
Octal110105131232601013711537
Binary10010001000101101100110011101100100000111111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484559; }

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

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

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

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

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

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

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

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