COLOR #4852EC

HEX: #4852EC
RGB: (72,82,236)

Color info

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

RGB color model

#4852EC color RGB value is (72,82,236).

  • red value is 72;
  • green value is 82;
  • blue value is 236.
RGB:
(72,82,236)
(28%,32%,93%)

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 236 of 255 = 93%

72
82
236

R + G + B ~ 51%. #4852EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 236 = 390 (100%)
R 72 of 390 ~ 18.46%
G 82 of 390 ~ 21.03%
B 236 of 390 ~ 60.51%

%18.46
%21.03
%60.51

CMYK color model

#4852EC color CMYK value is (69,65,0,7).

  • cyan value is 69.49%
  • magenta value is 65.25%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(69,65,0,7)
C69M65Y0K7 
(69%,65%,0%,7%)
(0.69/0.65/0.00/0.07)	

CMYK percentages

%69.49
%65.25
%0
%7.45

Codes

Color #4852EC in popluar color models

4852EC
RGB7282236
HSL236°81.19%60.39%
HSB/HSV236°69.49%92.55%
CMYK69.49%65.25%0.00%
7.45%

Color #4852EC in popluar number systems.

HEX4852EC
Decimal7282236
Binary1001000101001011101100
Octal110122354

Shades and tints

Shades of #4852EC

#4852EC
(72,82,236)
#424BD7
(66,75,215)
#3C44C2
(60,68,194)
#363DAD
(54,61,173)
#303698
(48,54,152)
#2A2F83
(42,47,131)
#24286E
(36,40,110)
#1E2159
(30,33,89)
#181A44
(24,26,68)
#12132F
(18,19,47)
#0C0C1A
(12,12,26)
#000000
(0,0,0)

Tints of #4852EC

#4852EC
(72,82,236)
#5861ED
(88,97,237)
#6870EE
(104,112,238)
#787FEF
(120,127,239)
#888EF0
(136,142,240)
#989DF1
(152,157,241)
#A8ACF2
(168,172,242)
#B8BBF3
(184,187,243)
#C8CAF4
(200,202,244)
#D8D9F5
(216,217,245)
#E8E8F6
(232,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4852EC color. Also use rgb(72,82,236) instead hex code.

Text Font Color

.myTextColor { color: #4852EC; }

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

This text font color is #4852EC.


Background Color

.myBgColor { background-color: #4852EC; }

<div style="background-color:#4852EC">Inner text</div>

This div background color is #4852EC.


Border color

.myBorderColor { border: 1px solid #4852EC; }

<div style="border:3px solid #4852EC">Div</div>

This div border color is #4852EC.


Opacity

.myOpacity80 { color: #4852EC; opacity: 0.8; }

<p style="color:#4852EC;opacity:0.8;">80%</p>

Text with #4852EC 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 #4852EC;}

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

This text has shadow with #4852EC color.

.textShadow {text-shadow: 3px 3px 1px #4852EC, 3px 3px 1px red;}

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

This text has shadow with #4852EC primary color and red secondary color.


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

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

This text has shadow with #4852EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4852EC on black background.


Color preview on white background

This text has color #4852EC on white background.



Black color preview on #4852EC background

This text has black color on #4852EC background.


White color preview on #4852EC background

This text has white color on #4852EC background.