COLOR #490EBA

HEX: #490EBA
RGB: (73,14,186)

Color info

#490EBA contains mainly blue color. Web safe color of #490EBA is #3300CC (or #30C).

RGB color model

#490EBA color RGB value is (73,14,186).

  • red value is 73;
  • green value is 14;
  • blue value is 186.
RGB:
(73,14,186)
(29%,5%,73%)

RGB channels and saturation

R 73 of 255 = 29%
G 14 of 255 = 5%
B 186 of 255 = 73%

73
14
186

R + G + B ~ 36%. #490EBA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 14 + 186 = 273 (100%)
R 73 of 273 ~ 26.74%
G 14 of 273 ~ 5.13%
B 186 of 273 ~ 68.13%

%26.74
%68.13

CMYK color model

#490EBA color CMYK value is (61,92,0,27).

  • cyan value is 60.75%
  • magenta value is 92.47%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(61,92,0,27)
C61M92Y0K27 
(61%,92%,0%,27%)
(0.61/0.92/0.00/0.27)	

CMYK percentages

%60.75
%92.47
%0
%27.06

Codes

Color #490EBA in popluar color models

490EBA
RGB7314186
HSL261°86.00%39.22%
HSB/HSV261°92.47%72.94%
CMYK60.75%92.47%0.00%
27.06%

Color #490EBA in popluar number systems.

HEX490EBA
Decimal7314186
Binary1001001111010111010
Octal11116272

Shades and tints

Shades of #490EBA

#490EBA
(73,14,186)
#430DAA
(67,13,170)
#3D0C9A
(61,12,154)
#370B8A
(55,11,138)
#310A7A
(49,10,122)
#2B096A
(43,9,106)
#25085A
(37,8,90)
#1F074A
(31,7,74)
#19063A
(25,6,58)
#13052A
(19,5,42)
#0D041A
(13,4,26)
#000000
(0,0,0)

Tints of #490EBA

#490EBA
(73,14,186)
#5923C0
(89,35,192)
#6938C6
(105,56,198)
#794DCC
(121,77,204)
#8962D2
(137,98,210)
#9977D8
(153,119,216)
#A98CDE
(169,140,222)
#B9A1E4
(185,161,228)
#C9B6EA
(201,182,234)
#D9CBF0
(217,203,240)
#E9E0F6
(233,224,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490EBA color. Also use rgb(73,14,186) instead hex code.

Text Font Color

.myTextColor { color: #490EBA; }

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

This text font color is #490EBA.


Background Color

.myBgColor { background-color: #490EBA; }

<div style="background-color:#490EBA">Inner text</div>

This div background color is #490EBA.


Border color

.myBorderColor { border: 1px solid #490EBA; }

<div style="border:3px solid #490EBA">Div</div>

This div border color is #490EBA.


Opacity

.myOpacity80 { color: #490EBA; opacity: 0.8; }

<p style="color:#490EBA;opacity:0.8;">80%</p>

Text with #490EBA 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 #490EBA;}

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

This text has shadow with #490EBA color.

.textShadow {text-shadow: 3px 3px 1px #490EBA, 3px 3px 1px red;}

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

This text has shadow with #490EBA primary color and red secondary color.


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

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

This text has shadow with #490EBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490EBA on black background.


Color preview on white background

This text has color #490EBA on white background.



Black color preview on #490EBA background

This text has black color on #490EBA background.


White color preview on #490EBA background

This text has white color on #490EBA background.