#4C485D

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

Shades of Gun Powder #4C485D

Tints of Gun Powder #4C485D

Color information

#4C485D (or 0x4C485D) is unknown color: approx Gun Powder. HEX triplet: 4C, 48 and 5D. RGB value is (76,72,93). Sum of RGB (Red+Green+Blue) = 76+72+93=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C485D is #B3B7A2. Grayscale: #4B4B4B. Windows color (decimal): -11777955 or 6113356. OLE color: 6113356.

HSL color Cylindrical-coordinate representation of color #4C485D: hue angle of 251.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C485D is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB767293-
CMYK0.180.2300.64
HSL251.43º12.73%32.35%-
HSV(B)251.43º22.58%36.47%-
XYZ7.276.9611.32-
YUV75.59137.83128.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=31.54%
G=29.88%
B=38.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7672930.180.2300.64251.4312.7332.35
Hex4C485D1217040fbd20
Octal114110135222701003731540
Binary100110010010001011101100101011101000000111110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C485D; }

 p { color: rgb(76,72,93); }

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

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

 a { background-color: rgb(76,72,93); }

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

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

 span { border-color: rgb(76,72,93); }

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