COLOR #490B90

HEX: #490B90 RGB: (73,11,144)

Color info

#490B90 contains mainly blue color. Web safe color of #490B90 is #330099 (or #309).

RGB color model

#490B90 color RGB value is (73,11,144).

RGB: (73,11,144) (29%, 4%, 56%)

RGB channels and saturation

R 73 of 255 = 29%
G 11 of 255 = 4%
B 144 of 255 = 56%

73
11
144

R + G + B ~ 30%. #490B90 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 11 + 144 = 228 (100%)
R 73 of 228 ~ 32.02%
G 11 of 228 ~ 4.82%
B 144 of 228 ~ 63.16'%

%32.02
%63.16

CMYK color model

#490B90 color CMYK value is (49,92,0,44).

  • cyan value is 49.31%
  • magenta value is 92.36%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (49,92,0,44)
C49M92Y0K44 (49%, 92%, 0%, 44%)
(0.49 / 0.92 / 0.00 / 0.44)

CMYK percentages

%49.31
%92.36
%0
%43.53

Codes

Color #490B90 in popluar color models

49 0B 90
RGB 73 11 144
HSL 268° 85.81% 30.39%
HSB/HSV 268° 92.36% 56.47%
CMYK 49.31% 92.36% 0.00%
43.53%

Color #490B90 in popluar number systems.

HEX 49 0B 90
Decimal 73 11 144
Binary 1001001 1011 10010000
Octal 111 13 220

Shades and tints

Shades of #490B90

#490B90
(73,11,144)
#430A83
(67,10,131)
#3D0976
(61,9,118)
#370869
(55,8,105)
#31075C
(49,7,92)
#2B064F
(43,6,79)
#250542
(37,5,66)
#1F0435
(31,4,53)
#190328
(25,3,40)
#13021B
(19,2,27)
#0D010E
(13,1,14)
#000000
(0,0,0)

Tints of #490B90

#490B90
(73,11,144)
#59219A
(89,33,154)
#6937A4
(105,55,164)
#794DAE
(121,77,174)
#8963B8
(137,99,184)
#9979C2
(153,121,194)
#A98FCC
(169,143,204)
#B9A5D6
(185,165,214)
#C9BBE0
(201,187,224)
#D9D1EA
(217,209,234)
#E9E7F4
(233,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490B90 color. Also use rgb(73,11,144) instead hex code.

Text Font Color

.myTextColor { color: #490B90; }

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

This text font color is #490B90.

Background Color

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

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

This div background color is #490B90.

Border color

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

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

This div border color is #490B90.

Opacity

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

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

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

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

This text has shadow with #490B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #490B90.

Preview

Color preview on black background

This text has color #490B90 on black background.


Color preview on white background

This text has color #490B90 on white background.


Black color preview on #490B90 background

This text has black color on #490B90 background.


White color preview on #490B90 background

This text has white color on #490B90 background.


Related colors

Complementary color

Complementary color for #hex is #B6F46F.


I love getcolorcode.com

Triadic colors

1 #90490B and #0B9049 with #490B90 are triadic colors.

2 #900B49 and #0B4990 with #490B90 are triadic colors.