#484552

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

Shades of Gun Powder #484552

Tints of Gun Powder #484552

Color information

#484552 (or 0x484552) is unknown color: approx Gun Powder. HEX triplet: 48, 45 and 52. RGB value is (72,69,82). Sum of RGB (Red+Green+Blue) = 72+69+82=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #484552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484552 is #B7BAAD. Grayscale: #474747. Windows color (decimal): -12040878 or 5391688. OLE color: 5391688.

HSL color Cylindrical-coordinate representation of color #484552: hue angle of 253.85º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #484552 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB726982-
CMYK0.120.1600.68
HSL253.85º8.61%29.61%-
HSV(B)253.85º15.85%32.16%-
XYZ6.326.248.85-
YUV71.38133.99128.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=32.29%
G=30.94%
B=36.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7269820.120.1600.68253.858.6129.61
Hex484552C10044fe91e
Octal110105122142001043761136
Binary1001000100010110100101100100000100010011111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484552; }

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

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

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

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

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

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

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

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