COLOR #5049F2

HEX: #5049F2
RGB: (80,73,242)

Color info

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

RGB color model

#5049F2 color RGB value is (80,73,242).

  • red value is 80;
  • green value is 73;
  • blue value is 242.
RGB:
(80,73,242)
(31%,29%,95%)

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 242 of 255 = 95%

80
73
242

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

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 242 = 395 (100%)
R 80 of 395 ~ 20.25%
G 73 of 395 ~ 18.48%
B 242 of 395 ~ 61.27%

%20.25
%18.48
%61.27

CMYK color model

#5049F2 color CMYK value is (67,70,0,5).

  • cyan value is 66.94%
  • magenta value is 69.83%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(67,70,0,5)
C67M70Y0K5 
(67%,70%,0%,5%)
(0.67/0.70/0.00/0.05)	

CMYK percentages

%66.94
%69.83
%0
%5.1

Codes

Color #5049F2 in popluar color models

5049F2
RGB8073242
HSL242°86.67%61.76%
HSB/HSV242°69.83%94.90%
CMYK66.94%69.83%0.00%
5.10%

Color #5049F2 in popluar number systems.

HEX5049F2
Decimal8073242
Binary1010000100100111110010
Octal120111362

Shades and tints

Shades of #5049F2

#5049F2
(80,73,242)
#4943DC
(73,67,220)
#423DC6
(66,61,198)
#3B37B0
(59,55,176)
#34319A
(52,49,154)
#2D2B84
(45,43,132)
#26256E
(38,37,110)
#1F1F58
(31,31,88)
#181942
(24,25,66)
#11132C
(17,19,44)
#0A0D16
(10,13,22)
#000000
(0,0,0)

Tints of #5049F2

#5049F2
(80,73,242)
#5F59F3
(95,89,243)
#6E69F4
(110,105,244)
#7D79F5
(125,121,245)
#8C89F6
(140,137,246)
#9B99F7
(155,153,247)
#AAA9F8
(170,169,248)
#B9B9F9
(185,185,249)
#C8C9FA
(200,201,250)
#D7D9FB
(215,217,251)
#E6E9FC
(230,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5049F2 color. Also use rgb(80,73,242) instead hex code.

Text Font Color

.myTextColor { color: #5049F2; }

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

This text font color is #5049F2.


Background Color

.myBgColor { background-color: #5049F2; }

<div style="background-color:#5049F2">Inner text</div>

This div background color is #5049F2.


Border color

.myBorderColor { border: 1px solid #5049F2; }

<div style="border:3px solid #5049F2">Div</div>

This div border color is #5049F2.


Opacity

.myOpacity80 { color: #5049F2; opacity: 0.8; }

<p style="color:#5049F2;opacity:0.8;">80%</p>

Text with #5049F2 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 #5049F2;}

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

This text has shadow with #5049F2 color.

.textShadow {text-shadow: 3px 3px 1px #5049F2, 3px 3px 1px red;}

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

This text has shadow with #5049F2 primary color and red secondary color.


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

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

This text has shadow with #5049F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5049F2 on black background.


Color preview on white background

This text has color #5049F2 on white background.



Black color preview on #5049F2 background

This text has black color on #5049F2 background.


White color preview on #5049F2 background

This text has white color on #5049F2 background.