#4C4358

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

Shades of Mulled Wine #4C4358

Tints of Mulled Wine #4C4358

Color information

#4C4358 (or 0x4C4358) is unknown color: approx Mulled Wine. HEX triplet: 4C, 43 and 58. RGB value is (76,67,88). Sum of RGB (Red+Green+Blue) = 76+67+88=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C4358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4358 is #B3BCA7. Grayscale: #484848. Windows color (decimal): -11779240 or 5784396. OLE color: 5784396.

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

Color convert

RGB766788-
CMYK0.140.2400.65
HSL265.71º13.55%30.39%-
HSV(B)265.71º23.86%34.51%-
XYZ6.756.2610.08-
YUV72.08136.98130.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=32.90%
G=29.00%
B=38.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7667880.140.2400.65265.7113.5530.39
Hex4C4358E1804110ae1e
Octal114103130163001014121636
Binary10011001000011101100011101100001000001100001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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