#484951

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

Shades of Gun Powder #484951

Tints of Gun Powder #484951

Color information

#484951 (or 0x484951) is unknown color: approx Gun Powder. HEX triplet: 48, 49 and 51. RGB value is (72,73,81). Sum of RGB (Red+Green+Blue) = 72+73+81=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #484951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484951 is #B7B6AE. Grayscale: #494949. Windows color (decimal): -12039855 or 5327176. OLE color: 5327176.

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

Color convert

RGB727381-
CMYK0.110.1000.68
HSL233.33º5.88%30%-
HSV(B)233.33º11.11%31.76%-
XYZ6.546.748.74-
YUV73.61132.17126.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=31.86%
G=32.30%
B=35.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7273810.110.1000.68233.335.8830
Hex484951BA044e961e
Octal11011112113120104351636
Binary10010001001001101000110111010010001001110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484951; }

 p { color: rgb(72,73,81); }

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

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

 a { background-color: rgb(72,73,81); }

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

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

 span { border-color: rgb(72,73,81); }

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