#484652

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

Shades of Gun Powder #484652

Tints of Gun Powder #484652

Color information

#484652 (or 0x484652) is unknown color: approx Gun Powder. HEX triplet: 48, 46 and 52. RGB value is (72,70,82). Sum of RGB (Red+Green+Blue) = 72+70+82=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #484652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484652 is #B7B9AD. Grayscale: #474747. Windows color (decimal): -12040622 or 5391944. OLE color: 5391944.

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

Color convert

RGB727082-
CMYK0.120.1500.68
HSL250º7.89%29.8%-
HSV(B)250º14.63%32.16%-
XYZ6.396.378.88-
YUV71.97133.66128.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=32.14%
G=31.25%
B=36.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7270820.120.1500.682507.8929.8
Hex484652CF044fa81e
Octal110106122141701043721036
Binary100100010001101010010110011110100010011111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484652; }

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

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

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

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

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

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

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

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