COLOR #4E2966

HEX: #4E2966
RGB: (78,41,102)

Color info

#4E2966 contains mainly red and blue colors. Web safe color of #4E2966 is #663366 (or #636).

RGB color model

#4E2966 color RGB value is (78,41,102).

  • red value is 78;
  • green value is 41;
  • blue value is 102.
RGB:
(78,41,102)
(31%,16%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 41 of 255 = 16%
B 102 of 255 = 40%

78
41
102

R + G + B ~ 29%. #4E2966 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 41 + 102 = 221 (100%)
R 78 of 221 ~ 35.29%
G 41 of 221 ~ 18.55%
B 102 of 221 ~ 46.15%

%35.29
%18.55
%46.15

CMYK color model

#4E2966 color CMYK value is (24,60,0,60).

  • cyan value is 23.53%
  • magenta value is 59.80%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(24,60,0,60)
C24M60Y0K60 
(24%,60%,0%,60%)
(0.24/0.60/0.00/0.60)	

CMYK percentages

%23.53
%59.8
%0
%60

Codes

Color #4E2966 in popluar color models

4E2966
RGB7841102
HSL276°42.66%28.04%
HSB/HSV276°59.80%40.00%
CMYK23.53%59.80%0.00%
60.00%

Color #4E2966 in popluar number systems.

HEX4E2966
Decimal7841102
Binary10011101010011100110
Octal11651146

Shades and tints

Shades of #4E2966

#4E2966
(78,41,102)
#47265D
(71,38,93)
#402354
(64,35,84)
#39204B
(57,32,75)
#321D42
(50,29,66)
#2B1A39
(43,26,57)
#241730
(36,23,48)
#1D1427
(29,20,39)
#16111E
(22,17,30)
#0F0E15
(15,14,21)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #4E2966

#4E2966
(78,41,102)
#5E3C73
(94,60,115)
#6E4F80
(110,79,128)
#7E628D
(126,98,141)
#8E759A
(142,117,154)
#9E88A7
(158,136,167)
#AE9BB4
(174,155,180)
#BEAEC1
(190,174,193)
#CEC1CE
(206,193,206)
#DED4DB
(222,212,219)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2966; }

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

This text font color is #4E2966.


Background Color

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

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

This div background color is #4E2966.


Border color

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

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

This div border color is #4E2966.


Opacity

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

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

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

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

This text has shadow with #4E2966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2966 on black background.


Color preview on white background

This text has color #4E2966 on white background.



Black color preview on #4E2966 background

This text has black color on #4E2966 background.


White color preview on #4E2966 background

This text has white color on #4E2966 background.