COLOR #4950F1

HEX: #4950F1
RGB: (73,80,241)

Color info

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

RGB color model

#4950F1 color RGB value is (73,80,241).

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

RGB channels and saturation

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

73
80
241

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

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 241 = 394 (100%)
R 73 of 394 ~ 18.53%
G 80 of 394 ~ 20.3%
B 241 of 394 ~ 61.17%

%18.53
%20.3
%61.17

CMYK color model

#4950F1 color CMYK value is (70,67,0,5).

  • cyan value is 69.71%
  • magenta value is 66.80%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(70,67,0,5)
C70M67Y0K5 
(70%,67%,0%,5%)
(0.70/0.67/0.00/0.05)	

CMYK percentages

%69.71
%66.8
%0
%5.49

Codes

Color #4950F1 in popluar color models

4950F1
RGB7380241
HSL238°85.71%61.57%
HSB/HSV238°69.71%94.51%
CMYK69.71%66.80%0.00%
5.49%

Color #4950F1 in popluar number systems.

HEX4950F1
Decimal7380241
Binary1001001101000011110001
Octal111120361

Shades and tints

Shades of #4950F1

#4950F1
(73,80,241)
#4349DC
(67,73,220)
#3D42C7
(61,66,199)
#373BB2
(55,59,178)
#31349D
(49,52,157)
#2B2D88
(43,45,136)
#252673
(37,38,115)
#1F1F5E
(31,31,94)
#191849
(25,24,73)
#131134
(19,17,52)
#0D0A1F
(13,10,31)
#000000
(0,0,0)

Tints of #4950F1

#4950F1
(73,80,241)
#595FF2
(89,95,242)
#696EF3
(105,110,243)
#797DF4
(121,125,244)
#898CF5
(137,140,245)
#999BF6
(153,155,246)
#A9AAF7
(169,170,247)
#B9B9F8
(185,185,248)
#C9C8F9
(201,200,249)
#D9D7FA
(217,215,250)
#E9E6FB
(233,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4950F1 color. Also use rgb(73,80,241) instead hex code.

Text Font Color

.myTextColor { color: #4950F1; }

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

This text font color is #4950F1.


Background Color

.myBgColor { background-color: #4950F1; }

<div style="background-color:#4950F1">Inner text</div>

This div background color is #4950F1.


Border color

.myBorderColor { border: 1px solid #4950F1; }

<div style="border:3px solid #4950F1">Div</div>

This div border color is #4950F1.


Opacity

.myOpacity80 { color: #4950F1; opacity: 0.8; }

<p style="color:#4950F1;opacity:0.8;">80%</p>

Text with #4950F1 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 #4950F1;}

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

This text has shadow with #4950F1 color.

.textShadow {text-shadow: 3px 3px 1px #4950F1, 3px 3px 1px red;}

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

This text has shadow with #4950F1 primary color and red secondary color.


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

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

This text has shadow with #4950F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4950F1 on black background.


Color preview on white background

This text has color #4950F1 on white background.



Black color preview on #4950F1 background

This text has black color on #4950F1 background.


White color preview on #4950F1 background

This text has white color on #4950F1 background.