COLOR #4E3278

HEX: #4E3278
RGB: (78,50,120)

Color info

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

RGB color model

#4E3278 color RGB value is (78,50,120).

  • red value is 78;
  • green value is 50;
  • blue value is 120.
RGB:
(78,50,120)
(31%,20%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 50 of 255 = 20%
B 120 of 255 = 47%

78
50
120

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

Portions of RGB colors in percentages

R + G + B =
78 + 50 + 120 = 248 (100%)
R 78 of 248 ~ 31.45%
G 50 of 248 ~ 20.16%
B 120 of 248 ~ 48.39%

%31.45
%20.16
%48.39

CMYK color model

#4E3278 color CMYK value is (35,58,0,53).

  • cyan value is 35.00%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(35,58,0,53)
C35M58Y0K53 
(35%,58%,0%,53%)
(0.35/0.58/0.00/0.53)	

CMYK percentages

%35
%58.33
%0
%52.94

Codes

Color #4E3278 in popluar color models

4E3278
RGB7850120
HSL264°41.18%33.33%
HSB/HSV264°58.33%47.06%
CMYK35.00%58.33%0.00%
52.94%

Color #4E3278 in popluar number systems.

HEX4E3278
Decimal7850120
Binary10011101100101111000
Octal11662170

Shades and tints

Shades of #4E3278

#4E3278
(78,50,120)
#472E6E
(71,46,110)
#402A64
(64,42,100)
#39265A
(57,38,90)
#322250
(50,34,80)
#2B1E46
(43,30,70)
#241A3C
(36,26,60)
#1D1632
(29,22,50)
#161228
(22,18,40)
#0F0E1E
(15,14,30)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #4E3278

#4E3278
(78,50,120)
#5E4484
(94,68,132)
#6E5690
(110,86,144)
#7E689C
(126,104,156)
#8E7AA8
(142,122,168)
#9E8CB4
(158,140,180)
#AE9EC0
(174,158,192)
#BEB0CC
(190,176,204)
#CEC2D8
(206,194,216)
#DED4E4
(222,212,228)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3278 color. Also use rgb(78,50,120) instead hex code.

Text Font Color

.myTextColor { color: #4E3278; }

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

This text font color is #4E3278.


Background Color

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

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

This div background color is #4E3278.


Border color

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

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

This div border color is #4E3278.


Opacity

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

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

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

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

This text has shadow with #4E3278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3278 on black background.


Color preview on white background

This text has color #4E3278 on white background.



Black color preview on #4E3278 background

This text has black color on #4E3278 background.


White color preview on #4E3278 background

This text has white color on #4E3278 background.