#4C495B

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

Shades of Gun Powder #4C495B

Tints of Gun Powder #4C495B

Color information

#4C495B (or 0x4C495B) is unknown color: approx Gun Powder. HEX triplet: 4C, 49 and 5B. RGB value is (76,73,91). Sum of RGB (Red+Green+Blue) = 76+73+91=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C495B is #B3B6A4. Grayscale: #4B4B4B. Windows color (decimal): -11777701 or 5982540. OLE color: 5982540.

HSL color Cylindrical-coordinate representation of color #4C495B: hue angle of 250º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C495B is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB767391-
CMYK0.160.2000.64
HSL250º10.98%32.16%-
HSV(B)250º19.78%35.69%-
XYZ7.257.0610.88-
YUV75.95136.49128.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=31.67%
G=30.42%
B=37.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7673910.160.2000.6425010.9832.16
Hex4C495B1014040fab20
Octal114111133202401003721340
Binary100110010010011011011100001010001000000111110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,91); }

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

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

 a { background-color: rgb(76,73,91); }

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

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

 span { border-color: rgb(76,73,91); }

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