#4C4858

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

Shades of Mulled Wine #4C4858

Tints of Mulled Wine #4C4858

Color information

#4C4858 (or 0x4C4858) is unknown color: approx Mulled Wine. HEX triplet: 4C, 48 and 58. RGB value is (76,72,88). Sum of RGB (Red+Green+Blue) = 76+72+88=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C4858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4858 is #B3B7A7. Grayscale: #4A4A4A. Windows color (decimal): -11777960 or 5785676. OLE color: 5785676.

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

Color convert

RGB767288-
CMYK0.140.1800.65
HSL255º10%31.37%-
HSV(B)255º18.18%34.51%-
XYZ7.066.8810.19-
YUV75.02135.33128.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=32.20%
G=30.51%
B=37.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7672880.140.1800.652551031.37
Hex4C4858E12041ffa1f
Octal114110130162201013771237
Binary1001100100100010110001110100100100000111111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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