#484754

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

Shades of Gun Powder #484754

Tints of Gun Powder #484754

Color information

#484754 (or 0x484754) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 54. RGB value is (72,71,84). Sum of RGB (Red+Green+Blue) = 72+71+84=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #484754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484754 is #B7B8AB. Grayscale: #484848. Windows color (decimal): -12040364 or 5523272. OLE color: 5523272.

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

Color convert

RGB727184-
CMYK0.140.1500.67
HSL244.62º8.39%30.39%-
HSV(B)244.62º15.48%32.94%-
XYZ6.536.529.3-
YUV72.78134.33127.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=31.72%
G=31.28%
B=37.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7271840.140.1500.67244.628.3930.39
Hex484754EF043f581e
Octal110107124161701033651036
Binary100100010001111010100111011110100001111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484754; }

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

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

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

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

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

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

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

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