COLOR #491CF1

HEX: #491CF1
RGB: (73,28,241)

Color info

#491CF1 contains mainly blue color. Web safe color of #491CF1 is #3333FF (or #33F).

RGB color model

#491CF1 color RGB value is (73,28,241).

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

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 241 of 255 = 95%

73
28
241

R + G + B ~ 45%. #491CF1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 28 + 241 = 342 (100%)
R 73 of 342 ~ 21.35%
G 28 of 342 ~ 8.19%
B 241 of 342 ~ 70.47%

%21.35
%70.47

CMYK color model

#491CF1 color CMYK value is (70,88,0,5).

  • cyan value is 69.71%
  • magenta value is 88.38%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(70,88,0,5)
C70M88Y0K5 
(70%,88%,0%,5%)
(0.70/0.88/0.00/0.05)	

CMYK percentages

%69.71
%88.38
%0
%5.49

Codes

Color #491CF1 in popluar color models

491CF1
RGB7328241
HSL253°88.38%52.75%
HSB/HSV253°88.38%94.51%
CMYK69.71%88.38%0.00%
5.49%

Color #491CF1 in popluar number systems.

HEX491CF1
Decimal7328241
Binary10010011110011110001
Octal11134361

Shades and tints

Shades of #491CF1

#491CF1
(73,28,241)
#431ADC
(67,26,220)
#3D18C7
(61,24,199)
#3716B2
(55,22,178)
#31149D
(49,20,157)
#2B1288
(43,18,136)
#251073
(37,16,115)
#1F0E5E
(31,14,94)
#190C49
(25,12,73)
#130A34
(19,10,52)
#0D081F
(13,8,31)
#000000
(0,0,0)

Tints of #491CF1

#491CF1
(73,28,241)
#5930F2
(89,48,242)
#6944F3
(105,68,243)
#7958F4
(121,88,244)
#896CF5
(137,108,245)
#9980F6
(153,128,246)
#A994F7
(169,148,247)
#B9A8F8
(185,168,248)
#C9BCF9
(201,188,249)
#D9D0FA
(217,208,250)
#E9E4FB
(233,228,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491CF1 color. Also use rgb(73,28,241) instead hex code.

Text Font Color

.myTextColor { color: #491CF1; }

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

This text font color is #491CF1.


Background Color

.myBgColor { background-color: #491CF1; }

<div style="background-color:#491CF1">Inner text</div>

This div background color is #491CF1.


Border color

.myBorderColor { border: 1px solid #491CF1; }

<div style="border:3px solid #491CF1">Div</div>

This div border color is #491CF1.


Opacity

.myOpacity80 { color: #491CF1; opacity: 0.8; }

<p style="color:#491CF1;opacity:0.8;">80%</p>

Text with #491CF1 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 #491CF1;}

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

This text has shadow with #491CF1 color.

.textShadow {text-shadow: 3px 3px 1px #491CF1, 3px 3px 1px red;}

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

This text has shadow with #491CF1 primary color and red secondary color.


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

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

This text has shadow with #491CF1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491CF1 on black background.


Color preview on white background

This text has color #491CF1 on white background.



Black color preview on #491CF1 background

This text has black color on #491CF1 background.


White color preview on #491CF1 background

This text has white color on #491CF1 background.