COLOR #4E3661

HEX: #4E3661 RGB: (78,54,97)

Color info

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

RGB color model

#4E3661 color RGB value is (78,54,97).

RGB: (78,54,97) (31%, 21%, 38%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 97 of 255 = 38%

78
54
97

R + G + B ~ 30%. #4E3661 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 54 + 97 = 229 (100%)
R 78 of 229 ~ 34.06%
G 54 of 229 ~ 23.58%
B 97 of 229 ~ 42.36'%

%34.06
%23.58
%42.36

CMYK color model

#4E3661 color CMYK value is (20,44,0,62).

  • cyan value is 19.59%
  • magenta value is 44.33%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (20,44,0,62)
C20M44Y0K62 (20%, 44%, 0%, 62%)
(0.20 / 0.44 / 0.00 / 0.62)

CMYK percentages

%19.59
%44.33
%0
%61.96

Codes

Color #4E3661 in popluar color models

4E 36 61
RGB 78 54 97
HSL 273° 28.48% 29.61%
HSB/HSV 273° 44.33% 38.04%
CMYK 19.59% 44.33% 0.00%
61.96%

Color #4E3661 in popluar number systems.

HEX 4E 36 61
Decimal 78 54 97
Binary 1001110 110110 1100001
Octal 116 66 141

Shades and tints

Shades of #4E3661

#4E3661
(78,54,97)
#473259
(71,50,89)
#402E51
(64,46,81)
#392A49
(57,42,73)
#322641
(50,38,65)
#2B2239
(43,34,57)
#241E31
(36,30,49)
#1D1A29
(29,26,41)
#161621
(22,22,33)
#0F1219
(15,18,25)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #4E3661

#4E3661
(78,54,97)
#5E486F
(94,72,111)
#6E5A7D
(110,90,125)
#7E6C8B
(126,108,139)
#8E7E99
(142,126,153)
#9E90A7
(158,144,167)
#AEA2B5
(174,162,181)
#BEB4C3
(190,180,195)
#CEC6D1
(206,198,209)
#DED8DF
(222,216,223)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3661; }

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

This text font color is #4E3661.

Background Color

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

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

This div background color is #4E3661.

Border color

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

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

This div border color is #4E3661.

Opacity

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

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

Text with #4E3661 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 #4E3661;}

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

This text has shadow with #4E3661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3661.

Preview

Color preview on black background

This text has color #4E3661 on black background.


Color preview on white background

This text has color #4E3661 on white background.


Black color preview on #4E3661 background

This text has black color on #4E3661 background.


White color preview on #4E3661 background

This text has white color on #4E3661 background.


Related colors

Complementary color

Complementary color for #hex is #B1C99E.


I love getcolorcode.com

Triadic colors

1 #614E36 and #36614E with #4E3661 are triadic colors.

2 #61364E and #364E61 with #4E3661 are triadic colors.