#4C415C

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

Shades of Mulled Wine #4C415C

Tints of Mulled Wine #4C415C

Color information

#4C415C (or 0x4C415C) is unknown color: approx Mulled Wine. HEX triplet: 4C, 41 and 5C. RGB value is (76,65,92). Sum of RGB (Red+Green+Blue) = 76+65+92=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C415C is #B3BEA3. Grayscale: #474747. Windows color (decimal): -11779748 or 6046028. OLE color: 6046028.

HSL color Cylindrical-coordinate representation of color #4C415C: hue angle of 264.44º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C415C is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB766592-
CMYK0.170.2900.64
HSL264.44º17.2%30.78%-
HSV(B)264.44º29.35%36.08%-
XYZ6.86.0910.94-
YUV71.37139.64131.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=32.62%
G=27.90%
B=39.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7665920.170.2900.64264.4417.230.78
Hex4C415C111D040108111f
Octal114101134213501004102137
Binary1001100100000110111001000111101010000001000010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,92); }

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

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

 a { background-color: rgb(76,65,92); }

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

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

 span { border-color: rgb(76,65,92); }

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