COLOR #491EFE

HEX: #491EFE
RGB: (73,30,254)

Color info

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

RGB color model

#491EFE color RGB value is (73,30,254).

  • red value is 73;
  • green value is 30;
  • blue value is 254.
RGB:
(73,30,254)
(29%,12%,100%)

RGB channels and saturation

R 73 of 255 = 29%
G 30 of 255 = 12%
B 254 of 255 = 100%

73
30
254

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

Portions of RGB colors in percentages

R + G + B =
73 + 30 + 254 = 357 (100%)
R 73 of 357 ~ 20.45%
G 30 of 357 ~ 8.4%
B 254 of 357 ~ 71.15%

%20.45
%71.15

CMYK color model

#491EFE color CMYK value is (71,88,0,0).

  • cyan value is 71.26%
  • magenta value is 88.19%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(71,88,0,0)
C71M88Y0K0 
(71%,88%,0%,0%)
(0.71/0.88/0.00/0.00)	

CMYK percentages

%71.26
%88.19
%0
%0.39

Codes

Color #491EFE in popluar color models

491EFE
RGB7330254
HSL252°99.12%55.69%
HSB/HSV252°88.19%99.61%
CMYK71.26%88.19%0.00%
0.39%

Color #491EFE in popluar number systems.

HEX491EFE
Decimal7330254
Binary10010011111011111110
Octal11136376

Shades and tints

Shades of #491EFE

#491EFE
(73,30,254)
#431CE7
(67,28,231)
#3D1AD0
(61,26,208)
#3718B9
(55,24,185)
#3116A2
(49,22,162)
#2B148B
(43,20,139)
#251274
(37,18,116)
#1F105D
(31,16,93)
#190E46
(25,14,70)
#130C2F
(19,12,47)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #491EFE

#491EFE
(73,30,254)
#5932FE
(89,50,254)
#6946FE
(105,70,254)
#795AFE
(121,90,254)
#896EFE
(137,110,254)
#9982FE
(153,130,254)
#A996FE
(169,150,254)
#B9AAFE
(185,170,254)
#C9BEFE
(201,190,254)
#D9D2FE
(217,210,254)
#E9E6FE
(233,230,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491EFE color. Also use rgb(73,30,254) instead hex code.

Text Font Color

.myTextColor { color: #491EFE; }

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

This text font color is #491EFE.


Background Color

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

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

This div background color is #491EFE.


Border color

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

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

This div border color is #491EFE.


Opacity

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

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

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

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

This text has shadow with #491EFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491EFE on black background.


Color preview on white background

This text has color #491EFE on white background.



Black color preview on #491EFE background

This text has black color on #491EFE background.


White color preview on #491EFE background

This text has white color on #491EFE background.