COLOR #4E3FA2

HEX: #4E3FA2
RGB: (78,63,162)

Color info

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

RGB color model

#4E3FA2 color RGB value is (78,63,162).

  • red value is 78;
  • green value is 63;
  • blue value is 162.
RGB:
(78,63,162)
(31%,25%,64%)

RGB channels and saturation

R 78 of 255 = 31%
G 63 of 255 = 25%
B 162 of 255 = 64%

78
63
162

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

Portions of RGB colors in percentages

R + G + B =
78 + 63 + 162 = 303 (100%)
R 78 of 303 ~ 25.74%
G 63 of 303 ~ 20.79%
B 162 of 303 ~ 53.47%

%25.74
%20.79
%53.47

CMYK color model

#4E3FA2 color CMYK value is (52,61,0,36).

  • cyan value is 51.85%
  • magenta value is 61.11%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(52,61,0,36)
C52M61Y0K36 
(52%,61%,0%,36%)
(0.52/0.61/0.00/0.36)	

CMYK percentages

%51.85
%61.11
%0
%36.47

Codes

Color #4E3FA2 in popluar color models

4E3FA2
RGB7863162
HSL249°44.00%44.12%
HSB/HSV249°61.11%63.53%
CMYK51.85%61.11%0.00%
36.47%

Color #4E3FA2 in popluar number systems.

HEX4E3FA2
Decimal7863162
Binary100111011111110100010
Octal11677242

Shades and tints

Shades of #4E3FA2

#4E3FA2
(78,63,162)
#473A94
(71,58,148)
#403586
(64,53,134)
#393078
(57,48,120)
#322B6A
(50,43,106)
#2B265C
(43,38,92)
#24214E
(36,33,78)
#1D1C40
(29,28,64)
#161732
(22,23,50)
#0F1224
(15,18,36)
#080D16
(8,13,22)
#000000
(0,0,0)

Tints of #4E3FA2

#4E3FA2
(78,63,162)
#5E50AA
(94,80,170)
#6E61B2
(110,97,178)
#7E72BA
(126,114,186)
#8E83C2
(142,131,194)
#9E94CA
(158,148,202)
#AEA5D2
(174,165,210)
#BEB6DA
(190,182,218)
#CEC7E2
(206,199,226)
#DED8EA
(222,216,234)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3FA2 color. Also use rgb(78,63,162) instead hex code.

Text Font Color

.myTextColor { color: #4E3FA2; }

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

This text font color is #4E3FA2.


Background Color

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

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

This div background color is #4E3FA2.


Border color

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

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

This div border color is #4E3FA2.


Opacity

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

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

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

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

This text has shadow with #4E3FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3FA2 on black background.


Color preview on white background

This text has color #4E3FA2 on white background.



Black color preview on #4E3FA2 background

This text has black color on #4E3FA2 background.


White color preview on #4E3FA2 background

This text has white color on #4E3FA2 background.