COLOR #490785

HEX: #490785
RGB: (73,7,133)

Color info

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

RGB color model

#490785 color RGB value is (73,7,133).

  • red value is 73;
  • green value is 7;
  • blue value is 133.
RGB:
(73,7,133)
(29%,3%,52%)

RGB channels and saturation

R 73 of 255 = 29%
G 7 of 255 = 3%
B 133 of 255 = 52%

73
7
133

R + G + B ~ 28%. #490785 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 7 + 133 = 213 (100%)
R 73 of 213 ~ 34.27%
G 7 of 213 ~ 3.29%
B 133 of 213 ~ 62.44%

%34.27
%62.44

CMYK color model

#490785 color CMYK value is (45,95,0,48).

  • cyan value is 45.11%
  • magenta value is 94.74%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(45,95,0,48)
C45M95Y0K48 
(45%,95%,0%,48%)
(0.45/0.95/0.00/0.48)	

CMYK percentages

%45.11
%94.74
%0
%47.84

Codes

Color #490785 in popluar color models

490785
RGB737133
HSL271°90.00%27.45%
HSB/HSV271°94.74%52.16%
CMYK45.11%94.74%0.00%
47.84%

Color #490785 in popluar number systems.

HEX490785
Decimal737133
Binary100100111110000101
Octal1117205

Shades and tints

Shades of #490785

#490785
(73,7,133)
#430779
(67,7,121)
#3D076D
(61,7,109)
#370761
(55,7,97)
#310755
(49,7,85)
#2B0749
(43,7,73)
#25073D
(37,7,61)
#1F0731
(31,7,49)
#190725
(25,7,37)
#130719
(19,7,25)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #490785

#490785
(73,7,133)
#591D90
(89,29,144)
#69339B
(105,51,155)
#7949A6
(121,73,166)
#895FB1
(137,95,177)
#9975BC
(153,117,188)
#A98BC7
(169,139,199)
#B9A1D2
(185,161,210)
#C9B7DD
(201,183,221)
#D9CDE8
(217,205,232)
#E9E3F3
(233,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490785 color. Also use rgb(73,7,133) instead hex code.

Text Font Color

.myTextColor { color: #490785; }

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

This text font color is #490785.


Background Color

.myBgColor { background-color: #490785; }

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

This div background color is #490785.


Border color

.myBorderColor { border: 1px solid #490785; }

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

This div border color is #490785.


Opacity

.myOpacity80 { color: #490785; opacity: 0.8; }

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

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

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

This text has shadow with #490785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490785 on black background.


Color preview on white background

This text has color #490785 on white background.



Black color preview on #490785 background

This text has black color on #490785 background.


White color preview on #490785 background

This text has white color on #490785 background.