#4C4658

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

Shades of Mulled Wine #4C4658

Tints of Mulled Wine #4C4658

Color information

#4C4658 (or 0x4C4658) is unknown color: approx Mulled Wine. HEX triplet: 4C, 46 and 58. RGB value is (76,70,88). Sum of RGB (Red+Green+Blue) = 76+70+88=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C4658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4658 is #B3B9A7. Grayscale: #494949. Windows color (decimal): -11778472 or 5785164. OLE color: 5785164.

HSL color Cylindrical-coordinate representation of color #4C4658: hue angle of 260º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C4658 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB767088-
CMYK0.140.2000.65
HSL260º11.39%30.98%-
HSV(B)260º20.45%34.51%-
XYZ6.936.6210.15-
YUV73.85135.99129.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.48%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=32.48%
G=29.91%
B=37.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7670880.140.2000.6526011.3930.98
Hex4C4658E14041104b1f
Octal114106130162401014041337
Binary10011001000110101100011101010001000001100000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,88); }

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

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

 a { background-color: rgb(76,70,88); }

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

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

 span { border-color: rgb(76,70,88); }

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