COLOR #493183

HEX: #493183
RGB: (73,49,131)

Color info

#493183 contains mainly red and blue colors. Web safe color of #493183 is #333399 (or #339).

RGB color model

#493183 color RGB value is (73,49,131).

  • red value is 73;
  • green value is 49;
  • blue value is 131.
RGB:
(73,49,131)
(29%,19%,51%)

RGB channels and saturation

R 73 of 255 = 29%
G 49 of 255 = 19%
B 131 of 255 = 51%

73
49
131

R + G + B ~ 33%. #493183 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 131 = 253 (100%)
R 73 of 253 ~ 28.85%
G 49 of 253 ~ 19.37%
B 131 of 253 ~ 51.78%

%28.85
%19.37
%51.78

CMYK color model

#493183 color CMYK value is (44,63,0,49).

  • cyan value is 44.27%
  • magenta value is 62.60%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(44,63,0,49)
C44M63Y0K49 
(44%,63%,0%,49%)
(0.44/0.63/0.00/0.49)	

CMYK percentages

%44.27
%62.6
%0
%48.63

Codes

Color #493183 in popluar color models

493183
RGB7349131
HSL258°45.56%35.29%
HSB/HSV258°62.60%51.37%
CMYK44.27%62.60%0.00%
48.63%

Color #493183 in popluar number systems.

HEX493183
Decimal7349131
Binary100100111000110000011
Octal11161203

Shades and tints

Shades of #493183

#493183
(73,49,131)
#432D78
(67,45,120)
#3D296D
(61,41,109)
#372562
(55,37,98)
#312157
(49,33,87)
#2B1D4C
(43,29,76)
#251941
(37,25,65)
#1F1536
(31,21,54)
#19112B
(25,17,43)
#130D20
(19,13,32)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #493183

#493183
(73,49,131)
#59438E
(89,67,142)
#695599
(105,85,153)
#7967A4
(121,103,164)
#8979AF
(137,121,175)
#998BBA
(153,139,186)
#A99DC5
(169,157,197)
#B9AFD0
(185,175,208)
#C9C1DB
(201,193,219)
#D9D3E6
(217,211,230)
#E9E5F1
(233,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493183 color. Also use rgb(73,49,131) instead hex code.

Text Font Color

.myTextColor { color: #493183; }

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

This text font color is #493183.


Background Color

.myBgColor { background-color: #493183; }

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

This div background color is #493183.


Border color

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

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

This div border color is #493183.


Opacity

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

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

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

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

This text has shadow with #493183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493183 on black background.


Color preview on white background

This text has color #493183 on white background.



Black color preview on #493183 background

This text has black color on #493183 background.


White color preview on #493183 background

This text has white color on #493183 background.