#484463

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

Shades of Gun Powder #484463

Tints of Gun Powder #484463

Color information

#484463 (or 0x484463) is unknown color: approx Gun Powder. HEX triplet: 48, 44 and 63. RGB value is (72,68,99). Sum of RGB (Red+Green+Blue) = 72+68+99=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #484463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484463 is #B7BB9C. Grayscale: #484848. Windows color (decimal): -12041117 or 6505544. OLE color: 6505544.

HSL color Cylindrical-coordinate representation of color #484463: hue angle of 247.74º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484463 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB726899-
CMYK0.270.3100.61
HSL247.74º18.56%32.75%-
HSV(B)247.74º31.31%38.82%-
XYZ6.996.4112.67-
YUV72.73142.83127.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=30.13%
G=28.45%
B=41.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7268990.270.3100.61247.7418.5632.75
Hex4844631B1F03Df81321
Octal11010414333370753702341
Binary100100010001001100011110111111101111011111100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484463; }

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

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

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

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

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

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

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

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