#484755

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

Shades of Gun Powder #484755

Tints of Gun Powder #484755

Color information

#484755 (or 0x484755) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 55. RGB value is (72,71,85). Sum of RGB (Red+Green+Blue) = 72+71+85=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #484755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484755 is #B7B8AA. Grayscale: #484848. Windows color (decimal): -12040363 or 5588808. OLE color: 5588808.

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

Color convert

RGB727185-
CMYK0.150.1600.67
HSL244.29º8.97%30.59%-
HSV(B)244.29º16.47%33.33%-
XYZ6.576.549.51-
YUV72.9134.83127.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=31.58%
G=31.14%
B=37.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7271850.150.1600.67244.298.9730.59
Hex484755F10043f491f
Octal110107125172001033641137
Binary1001000100011110101011111100000100001111110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484755; }

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

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

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

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

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

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

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

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