COLOR #4E7BF3

HEX: #4E7BF3
RGB: (78,123,243)

Color info

#4E7BF3 contains mainly blue color. Web safe color of #4E7BF3 is #6666FF (or #66F).

RGB color model

#4E7BF3 color RGB value is (78,123,243).

  • red value is 78;
  • green value is 123;
  • blue value is 243.
RGB:
(78,123,243)
(31%,48%,95%)

RGB channels and saturation

R 78 of 255 = 31%
G 123 of 255 = 48%
B 243 of 255 = 95%

78
123
243

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

Portions of RGB colors in percentages

R + G + B =
78 + 123 + 243 = 444 (100%)
R 78 of 444 ~ 17.57%
G 123 of 444 ~ 27.7%
B 243 of 444 ~ 54.73%

%17.57
%27.7
%54.73

CMYK color model

#4E7BF3 color CMYK value is (68,49,0,5).

  • cyan value is 67.90%
  • magenta value is 49.38%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(68,49,0,5)
C68M49Y0K5 
(68%,49%,0%,5%)
(0.68/0.49/0.00/0.05)	

CMYK percentages

%67.9
%49.38
%0
%4.71

Codes

Color #4E7BF3 in popluar color models

4E7BF3
RGB78123243
HSL224°87.30%62.94%
HSB/HSV224°67.90%95.29%
CMYK67.90%49.38%0.00%
4.71%

Color #4E7BF3 in popluar number systems.

HEX4E7BF3
Decimal78123243
Binary1001110111101111110011
Octal116173363

Shades and tints

Shades of #4E7BF3

#4E7BF3
(78,123,243)
#4770DD
(71,112,221)
#4065C7
(64,101,199)
#395AB1
(57,90,177)
#324F9B
(50,79,155)
#2B4485
(43,68,133)
#24396F
(36,57,111)
#1D2E59
(29,46,89)
#162343
(22,35,67)
#0F182D
(15,24,45)
#080D17
(8,13,23)
#000000
(0,0,0)

Tints of #4E7BF3

#4E7BF3
(78,123,243)
#5E87F4
(94,135,244)
#6E93F5
(110,147,245)
#7E9FF6
(126,159,246)
#8EABF7
(142,171,247)
#9EB7F8
(158,183,248)
#AEC3F9
(174,195,249)
#BECFFA
(190,207,250)
#CEDBFB
(206,219,251)
#DEE7FC
(222,231,252)
#EEF3FD
(238,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7BF3; }

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

This text font color is #4E7BF3.


Background Color

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

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

This div background color is #4E7BF3.


Border color

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

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

This div border color is #4E7BF3.


Opacity

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

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

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

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

This text has shadow with #4E7BF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7BF3 on black background.


Color preview on white background

This text has color #4E7BF3 on white background.



Black color preview on #4E7BF3 background

This text has black color on #4E7BF3 background.


White color preview on #4E7BF3 background

This text has white color on #4E7BF3 background.