COLOR #4E2960

HEX: #4E2960 RGB: (78,41,96)

Color info

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

RGB color model

#4E2960 color RGB value is (78,41,96).

RGB: (78,41,96) (31%, 16%, 38%)

RGB channels and saturation

R 78 of 255 = 31%
G 41 of 255 = 16%
B 96 of 255 = 38%

78
41
96

R + G + B ~ 28%. #4E2960 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 41 + 96 = 215 (100%)
R 78 of 215 ~ 36.28%
G 41 of 215 ~ 19.07%
B 96 of 215 ~ 44.65'%

%36.28
%19.07
%44.65

CMYK color model

#4E2960 color CMYK value is (19,57,0,62).

  • cyan value is 18.75%
  • magenta value is 57.29%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (19,57,0,62)
C19M57Y0K62 (19%, 57%, 0%, 62%)
(0.19 / 0.57 / 0.00 / 0.62)

CMYK percentages

%18.75
%57.29
%0
%62.35

Codes

Color #4E2960 in popluar color models

4E 29 60
RGB 78 41 96
HSL 280° 40.15% 26.86%
HSB/HSV 280° 57.29% 37.65%
CMYK 18.75% 57.29% 0.00%
62.35%

Color #4E2960 in popluar number systems.

HEX 4E 29 60
Decimal 78 41 96
Binary 1001110 101001 1100000
Octal 116 51 140

Shades and tints

Shades of #4E2960

#4E2960
(78,41,96)
#472658
(71,38,88)
#402350
(64,35,80)
#392048
(57,32,72)
#321D40
(50,29,64)
#2B1A38
(43,26,56)
#241730
(36,23,48)
#1D1428
(29,20,40)
#161120
(22,17,32)
#0F0E18
(15,14,24)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E2960

#4E2960
(78,41,96)
#5E3C6E
(94,60,110)
#6E4F7C
(110,79,124)
#7E628A
(126,98,138)
#8E7598
(142,117,152)
#9E88A6
(158,136,166)
#AE9BB4
(174,155,180)
#BEAEC2
(190,174,194)
#CEC1D0
(206,193,208)
#DED4DE
(222,212,222)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2960 color. Also use rgb(78,41,96) instead hex code.

Text Font Color

.myTextColor { color: #4E2960; }

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

This text font color is #4E2960.

Background Color

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

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

This div background color is #4E2960.

Border color

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

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

This div border color is #4E2960.

Opacity

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

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

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

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

This text has shadow with #4E2960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2960.

Preview

Color preview on black background

This text has color #4E2960 on black background.


Color preview on white background

This text has color #4E2960 on white background.


Black color preview on #4E2960 background

This text has black color on #4E2960 background.


White color preview on #4E2960 background

This text has white color on #4E2960 background.


Related colors

Complementary color

Complementary color for #hex is #B1D69F.


I love getcolorcode.com

Triadic colors

1 #604E29 and #29604E with #4E2960 are triadic colors.

2 #60294E and #294E60 with #4E2960 are triadic colors.