COLOR #4E1697

HEX: #4E1697
RGB: (78,22,151)

Color info

#4E1697 contains mainly blue color. Web safe color of #4E1697 is #660099 (or #609).

RGB color model

#4E1697 color RGB value is (78,22,151).

  • red value is 78;
  • green value is 22;
  • blue value is 151.
RGB:
(78,22,151)
(31%,9%,59%)

RGB channels and saturation

R 78 of 255 = 31%
G 22 of 255 = 9%
B 151 of 255 = 59%

78
22
151

R + G + B ~ 33%. #4E1697 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 22 + 151 = 251 (100%)
R 78 of 251 ~ 31.08%
G 22 of 251 ~ 8.76%
B 151 of 251 ~ 60.16%

%31.08
%60.16

CMYK color model

#4E1697 color CMYK value is (48,85,0,41).

  • cyan value is 48.34%
  • magenta value is 85.43%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(48,85,0,41)
C48M85Y0K41 
(48%,85%,0%,41%)
(0.48/0.85/0.00/0.41)	

CMYK percentages

%48.34
%85.43
%0
%40.78

Codes

Color #4E1697 in popluar color models

4E1697
RGB7822151
HSL266°74.57%33.92%
HSB/HSV266°85.43%59.22%
CMYK48.34%85.43%0.00%
40.78%

Color #4E1697 in popluar number systems.

HEX4E1697
Decimal7822151
Binary10011101011010010111
Octal11626227

Shades and tints

Shades of #4E1697

#4E1697
(78,22,151)
#47148A
(71,20,138)
#40127D
(64,18,125)
#391070
(57,16,112)
#320E63
(50,14,99)
#2B0C56
(43,12,86)
#240A49
(36,10,73)
#1D083C
(29,8,60)
#16062F
(22,6,47)
#0F0422
(15,4,34)
#080215
(8,2,21)
#000000
(0,0,0)

Tints of #4E1697

#4E1697
(78,22,151)
#5E2BA0
(94,43,160)
#6E40A9
(110,64,169)
#7E55B2
(126,85,178)
#8E6ABB
(142,106,187)
#9E7FC4
(158,127,196)
#AE94CD
(174,148,205)
#BEA9D6
(190,169,214)
#CEBEDF
(206,190,223)
#DED3E8
(222,211,232)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1697 color. Also use rgb(78,22,151) instead hex code.

Text Font Color

.myTextColor { color: #4E1697; }

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

This text font color is #4E1697.


Background Color

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

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

This div background color is #4E1697.


Border color

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

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

This div border color is #4E1697.


Opacity

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

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

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

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

This text has shadow with #4E1697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1697 on black background.


Color preview on white background

This text has color #4E1697 on white background.



Black color preview on #4E1697 background

This text has black color on #4E1697 background.


White color preview on #4E1697 background

This text has white color on #4E1697 background.