COLOR #4E4278

HEX: #4E4278
RGB: (78,66,120)

Color info

#4E4278 contains red, green and blue colors in about the same proportion. Web safe color of #4E4278 is #663366 (or #636).

RGB color model

#4E4278 color RGB value is (78,66,120).

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

RGB channels and saturation

R 78 of 255 = 31%
G 66 of 255 = 26%
B 120 of 255 = 47%

78
66
120

R + G + B ~ 35%. #4E4278 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 66 + 120 = 264 (100%)
R 78 of 264 ~ 29.55%
G 66 of 264 ~ 25%
B 120 of 264 ~ 45.45%

%29.55
%25
%45.45

CMYK color model

#4E4278 color CMYK value is (35,45,0,53).

  • cyan value is 35.00%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(35,45,0,53)
C35M45Y0K53 
(35%,45%,0%,53%)
(0.35/0.45/0.00/0.53)	

CMYK percentages

%35
%45
%0
%52.94

Codes

Color #4E4278 in popluar color models

4E4278
RGB7866120
HSL253°29.03%36.47%
HSB/HSV253°45.00%47.06%
CMYK35.00%45.00%0.00%
52.94%

Color #4E4278 in popluar number systems.

HEX4E4278
Decimal7866120
Binary100111010000101111000
Octal116102170

Shades and tints

Shades of #4E4278

#4E4278
(78,66,120)
#473C6E
(71,60,110)
#403664
(64,54,100)
#39305A
(57,48,90)
#322A50
(50,42,80)
#2B2446
(43,36,70)
#241E3C
(36,30,60)
#1D1832
(29,24,50)
#161228
(22,18,40)
#0F0C1E
(15,12,30)
#080614
(8,6,20)
#000000
(0,0,0)

Tints of #4E4278

#4E4278
(78,66,120)
#5E5384
(94,83,132)
#6E6490
(110,100,144)
#7E759C
(126,117,156)
#8E86A8
(142,134,168)
#9E97B4
(158,151,180)
#AEA8C0
(174,168,192)
#BEB9CC
(190,185,204)
#CECAD8
(206,202,216)
#DEDBE4
(222,219,228)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4278; }

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

This text font color is #4E4278.


Background Color

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

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

This div background color is #4E4278.


Border color

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

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

This div border color is #4E4278.


Opacity

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

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

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

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

This text has shadow with #4E4278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4278 on black background.


Color preview on white background

This text has color #4E4278 on white background.



Black color preview on #4E4278 background

This text has black color on #4E4278 background.


White color preview on #4E4278 background

This text has white color on #4E4278 background.