COLOR #4E3DA3

HEX: #4E3DA3
RGB: (78,61,163)

Color info

#4E3DA3 contains mainly blue color. Web safe color of #4E3DA3 is #663399 (or #639).

RGB color model

#4E3DA3 color RGB value is (78,61,163).

  • red value is 78;
  • green value is 61;
  • blue value is 163.
RGB:
(78,61,163)
(31%,24%,64%)

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 163 of 255 = 64%

78
61
163

R + G + B ~ 40%. #4E3DA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 61 + 163 = 302 (100%)
R 78 of 302 ~ 25.83%
G 61 of 302 ~ 20.2%
B 163 of 302 ~ 53.97%

%25.83
%20.2
%53.97

CMYK color model

#4E3DA3 color CMYK value is (52,63,0,36).

  • cyan value is 52.15%
  • magenta value is 62.58%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(52,63,0,36)
C52M63Y0K36 
(52%,63%,0%,36%)
(0.52/0.63/0.00/0.36)	

CMYK percentages

%52.15
%62.58
%0
%36.08

Codes

Color #4E3DA3 in popluar color models

4E3DA3
RGB7861163
HSL250°45.54%43.92%
HSB/HSV250°62.58%63.92%
CMYK52.15%62.58%0.00%
36.08%

Color #4E3DA3 in popluar number systems.

HEX4E3DA3
Decimal7861163
Binary100111011110110100011
Octal11675243

Shades and tints

Shades of #4E3DA3

#4E3DA3
(78,61,163)
#473895
(71,56,149)
#403387
(64,51,135)
#392E79
(57,46,121)
#32296B
(50,41,107)
#2B245D
(43,36,93)
#241F4F
(36,31,79)
#1D1A41
(29,26,65)
#161533
(22,21,51)
#0F1025
(15,16,37)
#080B17
(8,11,23)
#000000
(0,0,0)

Tints of #4E3DA3

#4E3DA3
(78,61,163)
#5E4EAB
(94,78,171)
#6E5FB3
(110,95,179)
#7E70BB
(126,112,187)
#8E81C3
(142,129,195)
#9E92CB
(158,146,203)
#AEA3D3
(174,163,211)
#BEB4DB
(190,180,219)
#CEC5E3
(206,197,227)
#DED6EB
(222,214,235)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3DA3 color. Also use rgb(78,61,163) instead hex code.

Text Font Color

.myTextColor { color: #4E3DA3; }

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

This text font color is #4E3DA3.


Background Color

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

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

This div background color is #4E3DA3.


Border color

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

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

This div border color is #4E3DA3.


Opacity

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

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

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

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

This text has shadow with #4E3DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3DA3 on black background.


Color preview on white background

This text has color #4E3DA3 on white background.



Black color preview on #4E3DA3 background

This text has black color on #4E3DA3 background.


White color preview on #4E3DA3 background

This text has white color on #4E3DA3 background.