COLOR #4E4ABA

HEX: #4E4ABA
RGB: (78,74,186)

Color info

#4E4ABA contains mainly blue color. Web safe color of #4E4ABA is #6633CC (or #63C).

RGB color model

#4E4ABA color RGB value is (78,74,186).

  • red value is 78;
  • green value is 74;
  • blue value is 186.
RGB:
(78,74,186)
(31%,29%,73%)

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 186 of 255 = 73%

78
74
186

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

Portions of RGB colors in percentages

R + G + B =
78 + 74 + 186 = 338 (100%)
R 78 of 338 ~ 23.08%
G 74 of 338 ~ 21.89%
B 186 of 338 ~ 55.03%

%23.08
%21.89
%55.03

CMYK color model

#4E4ABA color CMYK value is (58,60,0,27).

  • cyan value is 58.06%
  • magenta value is 60.22%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(58,60,0,27)
C58M60Y0K27 
(58%,60%,0%,27%)
(0.58/0.60/0.00/0.27)	

CMYK percentages

%58.06
%60.22
%0
%27.06

Codes

Color #4E4ABA in popluar color models

4E4ABA
RGB7874186
HSL242°44.80%50.98%
HSB/HSV242°60.22%72.94%
CMYK58.06%60.22%0.00%
27.06%

Color #4E4ABA in popluar number systems.

HEX4E4ABA
Decimal7874186
Binary1001110100101010111010
Octal116112272

Shades and tints

Shades of #4E4ABA

#4E4ABA
(78,74,186)
#4744AA
(71,68,170)
#403E9A
(64,62,154)
#39388A
(57,56,138)
#32327A
(50,50,122)
#2B2C6A
(43,44,106)
#24265A
(36,38,90)
#1D204A
(29,32,74)
#161A3A
(22,26,58)
#0F142A
(15,20,42)
#080E1A
(8,14,26)
#000000
(0,0,0)

Tints of #4E4ABA

#4E4ABA
(78,74,186)
#5E5AC0
(94,90,192)
#6E6AC6
(110,106,198)
#7E7ACC
(126,122,204)
#8E8AD2
(142,138,210)
#9E9AD8
(158,154,216)
#AEAADE
(174,170,222)
#BEBAE4
(190,186,228)
#CECAEA
(206,202,234)
#DEDAF0
(222,218,240)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4ABA color. Also use rgb(78,74,186) instead hex code.

Text Font Color

.myTextColor { color: #4E4ABA; }

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

This text font color is #4E4ABA.


Background Color

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

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

This div background color is #4E4ABA.


Border color

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

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

This div border color is #4E4ABA.


Opacity

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

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

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

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

This text has shadow with #4E4ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4ABA on black background.


Color preview on white background

This text has color #4E4ABA on white background.



Black color preview on #4E4ABA background

This text has black color on #4E4ABA background.


White color preview on #4E4ABA background

This text has white color on #4E4ABA background.