#484751

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

Shades of Gun Powder #484751

Tints of Gun Powder #484751

Color information

#484751 (or 0x484751) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 51. RGB value is (72,71,81). Sum of RGB (Red+Green+Blue) = 72+71+81=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #484751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484751 is #B7B8AE. Grayscale: #484848. Windows color (decimal): -12040367 or 5326664. OLE color: 5326664.

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

Color convert

RGB727181-
CMYK0.110.1200.68
HSL246º6.58%29.8%-
HSV(B)246º12.35%31.76%-
XYZ6.416.488.7-
YUV72.44132.83127.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=32.14%
G=31.70%
B=36.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7271810.110.1200.682466.5829.8
Hex484751BC044f671e
Octal11010712113140104366736
Binary10010001000111101000110111100010001001111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484751; }

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

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

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

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

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

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

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

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