#4C4556

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

Shades of Mulled Wine #4C4556

Tints of Mulled Wine #4C4556

Color information

#4C4556 (or 0x4C4556) is unknown color: approx Mulled Wine. HEX triplet: 4C, 45 and 56. RGB value is (76,69,86). Sum of RGB (Red+Green+Blue) = 76+69+86=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #4C4556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4556 is #B3BAA9. Grayscale: #484848. Windows color (decimal): -11778730 or 5653836. OLE color: 5653836.

HSL color Cylindrical-coordinate representation of color #4C4556: hue angle of 264.71º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C4556 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB766986-
CMYK0.120.2000.66
HSL264.71º10.97%30.39%-
HSV(B)264.71º19.77%33.73%-
XYZ6.796.469.69-
YUV73.03135.32130.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=32.90%
G=29.87%
B=37.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7669860.120.2000.66264.7110.9730.39
Hex4C4556C14042109b1e
Octal114105126142401024111336
Binary10011001000101101011011001010001000010100001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,86); }

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

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

 a { background-color: rgb(76,69,86); }

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

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

 span { border-color: rgb(76,69,86); }

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