#4C3E5A

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

Shades of Mulled Wine #4C3E5A

Tints of Mulled Wine #4C3E5A

Color information

#4C3E5A (or 0x4C3E5A) is unknown color: approx Mulled Wine. HEX triplet: 4C, 3E and 5A. RGB value is (76,62,90). Sum of RGB (Red+Green+Blue) = 76+62+90=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C3E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3E5A is #B3C1A5. Grayscale: #454545. Windows color (decimal): -11780518 or 5914188. OLE color: 5914188.

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

Color convert

RGB766290-
CMYK0.160.3100.65
HSL270º18.42%29.8%-
HSV(B)270º31.11%35.29%-
XYZ6.555.7210.43-
YUV69.38139.64132.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=33.33%
G=27.19%
B=39.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7662900.160.3100.6527018.4229.8
Hex4C3E5A101F04110e121e
Octal11476132203701014162236
Binary100110011111010110101000011111010000011000011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,62,90); }

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

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

 a { background-color: rgb(76,62,90); }

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

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

 span { border-color: rgb(76,62,90); }

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