COLOR #4E72BC

HEX: #4E72BC
RGB: (78,114,188)

Color info

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

RGB color model

#4E72BC color RGB value is (78,114,188).

  • red value is 78;
  • green value is 114;
  • blue value is 188.
RGB:
(78,114,188)
(31%,45%,74%)

RGB channels and saturation

R 78 of 255 = 31%
G 114 of 255 = 45%
B 188 of 255 = 74%

78
114
188

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

Portions of RGB colors in percentages

R + G + B =
78 + 114 + 188 = 380 (100%)
R 78 of 380 ~ 20.53%
G 114 of 380 ~ 30%
B 188 of 380 ~ 49.47%

%20.53
%30
%49.47

CMYK color model

#4E72BC color CMYK value is (59,39,0,26).

  • cyan value is 58.51%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(59,39,0,26)
C59M39Y0K26 
(59%,39%,0%,26%)
(0.59/0.39/0.00/0.26)	

CMYK percentages

%58.51
%39.36
%0
%26.27

Codes

Color #4E72BC in popluar color models

4E72BC
RGB78114188
HSL220°45.08%52.16%
HSB/HSV220°58.51%73.73%
CMYK58.51%39.36%0.00%
26.27%

Color #4E72BC in popluar number systems.

HEX4E72BC
Decimal78114188
Binary1001110111001010111100
Octal116162274

Shades and tints

Shades of #4E72BC

#4E72BC
(78,114,188)
#4768AB
(71,104,171)
#405E9A
(64,94,154)
#395489
(57,84,137)
#324A78
(50,74,120)
#2B4067
(43,64,103)
#243656
(36,54,86)
#1D2C45
(29,44,69)
#162234
(22,34,52)
#0F1823
(15,24,35)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #4E72BC

#4E72BC
(78,114,188)
#5E7EC2
(94,126,194)
#6E8AC8
(110,138,200)
#7E96CE
(126,150,206)
#8EA2D4
(142,162,212)
#9EAEDA
(158,174,218)
#AEBAE0
(174,186,224)
#BEC6E6
(190,198,230)
#CED2EC
(206,210,236)
#DEDEF2
(222,222,242)
#EEEAF8
(238,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E72BC; }

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

This text font color is #4E72BC.


Background Color

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

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

This div background color is #4E72BC.


Border color

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

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

This div border color is #4E72BC.


Opacity

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

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

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

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

This text has shadow with #4E72BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E72BC on black background.


Color preview on white background

This text has color #4E72BC on white background.



Black color preview on #4E72BC background

This text has black color on #4E72BC background.


White color preview on #4E72BC background

This text has white color on #4E72BC background.