#4C494F

Color #4C494F Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #4C494F

Tints of Mulled Wine #4C494F

Color information

#4C494F (or 0x4C494F) is unknown color: approx Mulled Wine. HEX triplet: 4C, 49 and 4F. RGB value is (76,73,79). Sum of RGB (Red+Green+Blue) = 76+73+79=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C494F is #B3B6B0. Grayscale: #4A4A4A. Windows color (decimal): -11777713 or 5196108. OLE color: 5196108.

HSL color Cylindrical-coordinate representation of color #4C494F: hue angle of 270º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4C494F is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB767379-
CMYK0.040.0800.69
HSL270º3.95%29.8%-
HSV(B)270º7.59%30.98%-
XYZ6.776.878.37-
YUV74.58130.49129.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=33.33%
G=32.02%
B=34.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7673790.040.0800.692703.9529.8
Hex4C494F4804510e41e
Octal1141111174100105416436
Binary10011001001001100111110010000100010110000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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