COLOR #4E4EBA

HEX: #4E4EBA RGB: (78,78,186)

Color info

#4E4EBA contains mainly blue color. Web safe color of #4E4EBA is #6666CC (or #66C).

RGB color model

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

RGB: (78,78,186) (31%, 31%, 73%)

RGB channels and saturation

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

78
78
186

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

Portions of RGB colors in percentages

R + G + B = 78 + 78 + 186 = 342 (100%)
R 78 of 342 ~ 22.81%
G 78 of 342 ~ 22.81%
B 186 of 342 ~ 54.39'%

%22.81
%22.81
%54.39

CMYK color model

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

  • cyan value is 58.06%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (58,58,0,27)
C58M58Y0K27 (58%, 58%, 0%, 27%)
(0.58 / 0.58 / 0.00 / 0.27)

CMYK percentages

%58.06
%58.06
%0
%27.06

Codes

Color #4E4EBA in popluar color models

4E 4E BA
RGB 78 78 186
HSL 240° 43.90% 51.76%
HSB/HSV 240° 58.06% 72.94%
CMYK 58.06% 58.06% 0.00%
27.06%

Color #4E4EBA in popluar number systems.

HEX 4E 4E BA
Decimal 78 78 186
Binary 1001110 1001110 10111010
Octal 116 116 272

Shades and tints

Shades of #4E4EBA

#4E4EBA
(78,78,186)
#4747AA
(71,71,170)
#40409A
(64,64,154)
#39398A
(57,57,138)
#32327A
(50,50,122)
#2B2B6A
(43,43,106)
#24245A
(36,36,90)
#1D1D4A
(29,29,74)
#16163A
(22,22,58)
#0F0F2A
(15,15,42)
#08081A
(8,8,26)
#000000
(0,0,0)

Tints of #4E4EBA

#4E4EBA
(78,78,186)
#5E5EC0
(94,94,192)
#6E6EC6
(110,110,198)
#7E7ECC
(126,126,204)
#8E8ED2
(142,142,210)
#9E9ED8
(158,158,216)
#AEAEDE
(174,174,222)
#BEBEE4
(190,190,228)
#CECEEA
(206,206,234)
#DEDEF0
(222,222,240)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4EBA; }

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

This text font color is #4E4EBA.

Background Color

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

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

This div background color is #4E4EBA.

Border color

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

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

This div border color is #4E4EBA.

Opacity

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

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

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

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

This text has shadow with #4E4EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4EBA.

Preview

Color preview on black background

This text has color #4E4EBA on black background.


Color preview on white background

This text has color #4E4EBA on white background.


Black color preview on #4E4EBA background

This text has black color on #4E4EBA background.


White color preview on #4E4EBA background

This text has white color on #4E4EBA background.


Related colors

Complementary color

Complementary color for #hex is #B1B145.


I love getcolorcode.com