#484753

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

Shades of Gun Powder #484753

Tints of Gun Powder #484753

Color information

#484753 (or 0x484753) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 53. RGB value is (72,71,83). Sum of RGB (Red+Green+Blue) = 72+71+83=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #484753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484753 is #B7B8AC. Grayscale: #484848. Windows color (decimal): -12040365 or 5457736. OLE color: 5457736.

HSL color Cylindrical-coordinate representation of color #484753: hue angle of 245º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484753 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB727183-
CMYK0.130.1400.67
HSL245º7.79%30.2%-
HSV(B)245º14.46%32.55%-
XYZ6.496.519.1-
YUV72.67133.83127.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=31.86%
G=31.42%
B=36.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7271830.130.1400.672457.7930.2
Hex484753DE043f581e
Octal110107123151601033651036
Binary100100010001111010011110111100100001111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484753; }

 p { color: rgb(72,71,83); }

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

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

 a { background-color: rgb(72,71,83); }

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

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

 span { border-color: rgb(72,71,83); }

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