COLOR #4E3668

HEX: #4E3668 RGB: (78,54,104)

Color info

#4E3668 contains red, green and blue colors in about the same proportion. Web safe color of #4E3668 is #663366 (or #636).

RGB color model

#4E3668 color RGB value is (78,54,104).

RGB: (78,54,104) (31%, 21%, 41%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 104 of 255 = 41%

78
54
104

R + G + B ~ 31%. #4E3668 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 54 + 104 = 236 (100%)
R 78 of 236 ~ 33.05%
G 54 of 236 ~ 22.88%
B 104 of 236 ~ 44.07'%

%33.05
%22.88
%44.07

CMYK color model

#4E3668 color CMYK value is (25,48,0,59).

  • cyan value is 25.00%
  • magenta value is 48.08%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (25,48,0,59)
C25M48Y0K59 (25%, 48%, 0%, 59%)
(0.25 / 0.48 / 0.00 / 0.59)

CMYK percentages

%25
%48.08
%0
%59.22

Codes

Color #4E3668 in popluar color models

4E 36 68
RGB 78 54 104
HSL 269° 31.65% 30.98%
HSB/HSV 269° 48.08% 40.78%
CMYK 25.00% 48.08% 0.00%
59.22%

Color #4E3668 in popluar number systems.

HEX 4E 36 68
Decimal 78 54 104
Binary 1001110 110110 1101000
Octal 116 66 150

Shades and tints

Shades of #4E3668

#4E3668
(78,54,104)
#47325F
(71,50,95)
#402E56
(64,46,86)
#392A4D
(57,42,77)
#322644
(50,38,68)
#2B223B
(43,34,59)
#241E32
(36,30,50)
#1D1A29
(29,26,41)
#161620
(22,22,32)
#0F1217
(15,18,23)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #4E3668

#4E3668
(78,54,104)
#5E4875
(94,72,117)
#6E5A82
(110,90,130)
#7E6C8F
(126,108,143)
#8E7E9C
(142,126,156)
#9E90A9
(158,144,169)
#AEA2B6
(174,162,182)
#BEB4C3
(190,180,195)
#CEC6D0
(206,198,208)
#DED8DD
(222,216,221)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3668 color. Also use rgb(78,54,104) instead hex code.

Text Font Color

.myTextColor { color: #4E3668; }

<p style="color:#4E3668">This sample text font color is #4E3668.</p>

This text font color is #4E3668.

Background Color

.myBgColor { background-color: #4E3668; }

<div style="background-color:#4E3668">Inner text</div>

This div background color is #4E3668.

Border color

.myBorderColor { border: 1px solid #4E3668; }

<div style="border:3px solid #4E3668">Div</div>

This div border color is #4E3668.

Opacity

.myOpacity80 { color: #4E3668; opacity: 0.8; }

<p style="color:#4E3668;opacity:0.8;">80%</p>

Text with #4E3668 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4E3668;}

<p style="text-shadow: 3px 3px 1px #4E3668">Text here.</p>

This text has shadow with #4E3668 color.


.textShadow {text-shadow: 3px 3px 1px #4E3668', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4E3668, 5px 5px 20px red">Text here.</p>

This text has shadow with #4E3668 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E3668, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4E3668, Direction=45, Strength=4)">Text</p>

This text has shadow with #4E3668 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4E3668;
-webkit-box-shadow: 1px 1px 3px 2px #4E3668;
box-shadow: 1px 1px 3px 2px #4E3668;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E3668; -webkit-box-shadow: 1px 1px 3px 2px #4E3668; box-shadow:1px 1px 3px 2px #4E3668;">
Div content here
</div>

This div box has shadow with color #4E3668.

Preview

Color preview on black background

This text has color #4E3668 on black background.


Color preview on white background

This text has color #4E3668 on white background.


Black color preview on #4E3668 background

This text has black color on #4E3668 background.


White color preview on #4E3668 background

This text has white color on #4E3668 background.


Related colors

Complementary color

Complementary color for #hex is #B1C997.


I love getcolorcode.com

Triadic colors

1 #684E36 and #36684E with #4E3668 are triadic colors.

2 #68364E and #364E68 with #4E3668 are triadic colors.