#4C484F

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

Shades of Mulled Wine #4C484F

Tints of Mulled Wine #4C484F

Color information

#4C484F (or 0x4C484F) is unknown color: approx Mulled Wine. HEX triplet: 4C, 48 and 4F. RGB value is (76,72,79). Sum of RGB (Red+Green+Blue) = 76+72+79=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C484F is #B3B7B0. Grayscale: #494949. Windows color (decimal): -11777969 or 5195852. OLE color: 5195852.

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

Color convert

RGB767279-
CMYK0.040.0900.69
HSL274.29º4.64%29.61%-
HSV(B)274.29º8.86%30.98%-
XYZ6.716.748.34-
YUV73.99130.83129.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=33.48%
G=31.72%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7672790.040.0900.69274.294.6429.61
Hex4C484F4904511251e
Octal1141101174110105422536
Binary10011001001000100111110010010100010110001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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