COLOR #5048F4

HEX: #5048F4
RGB: (80,72,244)

Color info

#5048F4 contains mainly blue color. Web safe color of #5048F4 is #6633FF (or #63F).

RGB color model

#5048F4 color RGB value is (80,72,244).

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

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 244 of 255 = 96%

80
72
244

R + G + B ~ 52%. #5048F4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 244 = 396 (100%)
R 80 of 396 ~ 20.2%
G 72 of 396 ~ 18.18%
B 244 of 396 ~ 61.62%

%20.2
%18.18
%61.62

CMYK color model

#5048F4 color CMYK value is (67,70,0,4).

  • cyan value is 67.21%
  • magenta value is 70.49%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(67,70,0,4)
C67M70Y0K4 
(67%,70%,0%,4%)
(0.67/0.70/0.00/0.04)	

CMYK percentages

%67.21
%70.49
%0
%4.31

Codes

Color #5048F4 in popluar color models

5048F4
RGB8072244
HSL243°88.66%61.96%
HSB/HSV243°70.49%95.69%
CMYK67.21%70.49%0.00%
4.31%

Color #5048F4 in popluar number systems.

HEX5048F4
Decimal8072244
Binary1010000100100011110100
Octal120110364

Shades and tints

Shades of #5048F4

#5048F4
(80,72,244)
#4942DE
(73,66,222)
#423CC8
(66,60,200)
#3B36B2
(59,54,178)
#34309C
(52,48,156)
#2D2A86
(45,42,134)
#262470
(38,36,112)
#1F1E5A
(31,30,90)
#181844
(24,24,68)
#11122E
(17,18,46)
#0A0C18
(10,12,24)
#000000
(0,0,0)

Tints of #5048F4

#5048F4
(80,72,244)
#5F58F5
(95,88,245)
#6E68F6
(110,104,246)
#7D78F7
(125,120,247)
#8C88F8
(140,136,248)
#9B98F9
(155,152,249)
#AAA8FA
(170,168,250)
#B9B8FB
(185,184,251)
#C8C8FC
(200,200,252)
#D7D8FD
(215,216,253)
#E6E8FE
(230,232,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5048F4 color. Also use rgb(80,72,244) instead hex code.

Text Font Color

.myTextColor { color: #5048F4; }

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

This text font color is #5048F4.


Background Color

.myBgColor { background-color: #5048F4; }

<div style="background-color:#5048F4">Inner text</div>

This div background color is #5048F4.


Border color

.myBorderColor { border: 1px solid #5048F4; }

<div style="border:3px solid #5048F4">Div</div>

This div border color is #5048F4.


Opacity

.myOpacity80 { color: #5048F4; opacity: 0.8; }

<p style="color:#5048F4;opacity:0.8;">80%</p>

Text with #5048F4 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 #5048F4;}

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

This text has shadow with #5048F4 color.

.textShadow {text-shadow: 3px 3px 1px #5048F4, 3px 3px 1px red;}

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

This text has shadow with #5048F4 primary color and red secondary color.


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

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

This text has shadow with #5048F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5048F4 on black background.


Color preview on white background

This text has color #5048F4 on white background.



Black color preview on #5048F4 background

This text has black color on #5048F4 background.


White color preview on #5048F4 background

This text has white color on #5048F4 background.