COLOR #4E53F3

HEX: #4E53F3
RGB: (78,83,243)

Color info

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

RGB color model

#4E53F3 color RGB value is (78,83,243).

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

RGB channels and saturation

R 78 of 255 = 31%
G 83 of 255 = 33%
B 243 of 255 = 95%

78
83
243

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

Portions of RGB colors in percentages

R + G + B =
78 + 83 + 243 = 404 (100%)
R 78 of 404 ~ 19.31%
G 83 of 404 ~ 20.54%
B 243 of 404 ~ 60.15%

%19.31
%20.54
%60.15

CMYK color model

#4E53F3 color CMYK value is (68,66,0,5).

  • cyan value is 67.90%
  • magenta value is 65.84%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(68,66,0,5)
C68M66Y0K5 
(68%,66%,0%,5%)
(0.68/0.66/0.00/0.05)	

CMYK percentages

%67.9
%65.84
%0
%4.71

Codes

Color #4E53F3 in popluar color models

4E53F3
RGB7883243
HSL238°87.30%62.94%
HSB/HSV238°67.90%95.29%
CMYK67.90%65.84%0.00%
4.71%

Color #4E53F3 in popluar number systems.

HEX4E53F3
Decimal7883243
Binary1001110101001111110011
Octal116123363

Shades and tints

Shades of #4E53F3

#4E53F3
(78,83,243)
#474CDD
(71,76,221)
#4045C7
(64,69,199)
#393EB1
(57,62,177)
#32379B
(50,55,155)
#2B3085
(43,48,133)
#24296F
(36,41,111)
#1D2259
(29,34,89)
#161B43
(22,27,67)
#0F142D
(15,20,45)
#080D17
(8,13,23)
#000000
(0,0,0)

Tints of #4E53F3

#4E53F3
(78,83,243)
#5E62F4
(94,98,244)
#6E71F5
(110,113,245)
#7E80F6
(126,128,246)
#8E8FF7
(142,143,247)
#9E9EF8
(158,158,248)
#AEADF9
(174,173,249)
#BEBCFA
(190,188,250)
#CECBFB
(206,203,251)
#DEDAFC
(222,218,252)
#EEE9FD
(238,233,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E53F3; }

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

This text font color is #4E53F3.


Background Color

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

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

This div background color is #4E53F3.


Border color

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

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

This div border color is #4E53F3.


Opacity

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

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

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

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

This text has shadow with #4E53F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E53F3 on black background.


Color preview on white background

This text has color #4E53F3 on white background.



Black color preview on #4E53F3 background

This text has black color on #4E53F3 background.


White color preview on #4E53F3 background

This text has white color on #4E53F3 background.