COLOR #4850E7

HEX: #4850E7
RGB: (72,80,231)

Color info

#4850E7 contains mainly blue color. Web safe color of #4850E7 is #3366FF (or #36F).

RGB color model

#4850E7 color RGB value is (72,80,231).

  • red value is 72;
  • green value is 80;
  • blue value is 231.
RGB:
(72,80,231)
(28%,31%,91%)

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 231 of 255 = 91%

72
80
231

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

Portions of RGB colors in percentages

R + G + B =
72 + 80 + 231 = 383 (100%)
R 72 of 383 ~ 18.8%
G 80 of 383 ~ 20.89%
B 231 of 383 ~ 60.31%

%18.8
%20.89
%60.31

CMYK color model

#4850E7 color CMYK value is (69,65,0,9).

  • cyan value is 68.83%
  • magenta value is 65.37%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(69,65,0,9)
C69M65Y0K9 
(69%,65%,0%,9%)
(0.69/0.65/0.00/0.09)	

CMYK percentages

%68.83
%65.37
%0
%9.41

Codes

Color #4850E7 in popluar color models

4850E7
RGB7280231
HSL237°76.81%59.41%
HSB/HSV237°68.83%90.59%
CMYK68.83%65.37%0.00%
9.41%

Color #4850E7 in popluar number systems.

HEX4850E7
Decimal7280231
Binary1001000101000011100111
Octal110120347

Shades and tints

Shades of #4850E7

#4850E7
(72,80,231)
#4249D2
(66,73,210)
#3C42BD
(60,66,189)
#363BA8
(54,59,168)
#303493
(48,52,147)
#2A2D7E
(42,45,126)
#242669
(36,38,105)
#1E1F54
(30,31,84)
#18183F
(24,24,63)
#12112A
(18,17,42)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #4850E7

#4850E7
(72,80,231)
#585FE9
(88,95,233)
#686EEB
(104,110,235)
#787DED
(120,125,237)
#888CEF
(136,140,239)
#989BF1
(152,155,241)
#A8AAF3
(168,170,243)
#B8B9F5
(184,185,245)
#C8C8F7
(200,200,247)
#D8D7F9
(216,215,249)
#E8E6FB
(232,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4850E7 color. Also use rgb(72,80,231) instead hex code.

Text Font Color

.myTextColor { color: #4850E7; }

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

This text font color is #4850E7.


Background Color

.myBgColor { background-color: #4850E7; }

<div style="background-color:#4850E7">Inner text</div>

This div background color is #4850E7.


Border color

.myBorderColor { border: 1px solid #4850E7; }

<div style="border:3px solid #4850E7">Div</div>

This div border color is #4850E7.


Opacity

.myOpacity80 { color: #4850E7; opacity: 0.8; }

<p style="color:#4850E7;opacity:0.8;">80%</p>

Text with #4850E7 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 #4850E7;}

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

This text has shadow with #4850E7 color.

.textShadow {text-shadow: 3px 3px 1px #4850E7, 3px 3px 1px red;}

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

This text has shadow with #4850E7 primary color and red secondary color.


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

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

This text has shadow with #4850E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4850E7 on black background.


Color preview on white background

This text has color #4850E7 on white background.



Black color preview on #4850E7 background

This text has black color on #4850E7 background.


White color preview on #4850E7 background

This text has white color on #4850E7 background.