COLOR #4E6FBB

HEX: #4E6FBB
RGB: (78,111,187)

Color info

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

RGB color model

#4E6FBB color RGB value is (78,111,187).

  • red value is 78;
  • green value is 111;
  • blue value is 187.
RGB:
(78,111,187)
(31%,44%,73%)

RGB channels and saturation

R 78 of 255 = 31%
G 111 of 255 = 44%
B 187 of 255 = 73%

78
111
187

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

Portions of RGB colors in percentages

R + G + B =
78 + 111 + 187 = 376 (100%)
R 78 of 376 ~ 20.74%
G 111 of 376 ~ 29.52%
B 187 of 376 ~ 49.73%

%20.74
%29.52
%49.73

CMYK color model

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

  • cyan value is 58.29%
  • magenta value is 40.64%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(58,41,0,27)
C58M41Y0K27 
(58%,41%,0%,27%)
(0.58/0.41/0.00/0.27)	

CMYK percentages

%58.29
%40.64
%0
%26.67

Codes

Color #4E6FBB in popluar color models

4E6FBB
RGB78111187
HSL222°44.49%51.96%
HSB/HSV222°58.29%73.33%
CMYK58.29%40.64%0.00%
26.67%

Color #4E6FBB in popluar number systems.

HEX4E6FBB
Decimal78111187
Binary1001110110111110111011
Octal116157273

Shades and tints

Shades of #4E6FBB

#4E6FBB
(78,111,187)
#4765AA
(71,101,170)
#405B99
(64,91,153)
#395188
(57,81,136)
#324777
(50,71,119)
#2B3D66
(43,61,102)
#243355
(36,51,85)
#1D2944
(29,41,68)
#161F33
(22,31,51)
#0F1522
(15,21,34)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #4E6FBB

#4E6FBB
(78,111,187)
#5E7CC1
(94,124,193)
#6E89C7
(110,137,199)
#7E96CD
(126,150,205)
#8EA3D3
(142,163,211)
#9EB0D9
(158,176,217)
#AEBDDF
(174,189,223)
#BECAE5
(190,202,229)
#CED7EB
(206,215,235)
#DEE4F1
(222,228,241)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6FBB; }

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

This text font color is #4E6FBB.


Background Color

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

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

This div background color is #4E6FBB.


Border color

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

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

This div border color is #4E6FBB.


Opacity

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

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

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

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

This text has shadow with #4E6FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6FBB on black background.


Color preview on white background

This text has color #4E6FBB on white background.



Black color preview on #4E6FBB background

This text has black color on #4E6FBB background.


White color preview on #4E6FBB background

This text has white color on #4E6FBB background.