#484659

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

Shades of Gun Powder #484659

Tints of Gun Powder #484659

Color information

#484659 (or 0x484659) is unknown color: approx Gun Powder. HEX triplet: 48, 46 and 59. RGB value is (72,70,89). Sum of RGB (Red+Green+Blue) = 72+70+89=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #484659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484659 is #B7B9A6. Grayscale: #484848. Windows color (decimal): -12040615 or 5850696. OLE color: 5850696.

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

Color convert

RGB727089-
CMYK0.190.2100.65
HSL246.32º11.95%31.18%-
HSV(B)246.32º21.35%34.9%-
XYZ6.676.4810.35-
YUV72.76137.16127.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=31.17%
G=30.30%
B=38.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7270890.190.2100.65246.3211.9531.18
Hex4846591315041f6c1f
Octal110106131232501013661437
Binary10010001000110101100110011101010100000111110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484659; }

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

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

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

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

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

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

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

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