COLOR #493163

HEX: #493163
RGB: (73,49,99)

Color info

#493163 contains red, green and blue colors in about the same proportion. Web safe color of #493163 is #333366 (or #336).

RGB color model

#493163 color RGB value is (73,49,99).

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

RGB channels and saturation

R 73 of 255 = 29%
G 49 of 255 = 19%
B 99 of 255 = 39%

73
49
99

R + G + B ~ 29%. #493163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 99 = 221 (100%)
R 73 of 221 ~ 33.03%
G 49 of 221 ~ 22.17%
B 99 of 221 ~ 44.8%

%33.03
%22.17
%44.8

CMYK color model

#493163 color CMYK value is (26,51,0,61).

  • cyan value is 26.26%
  • magenta value is 50.51%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(26,51,0,61)
C26M51Y0K61 
(26%,51%,0%,61%)
(0.26/0.51/0.00/0.61)	

CMYK percentages

%26.26
%50.51
%0
%61.18

Codes

Color #493163 in popluar color models

493163
RGB734999
HSL269°33.78%29.02%
HSB/HSV269°50.51%38.82%
CMYK26.26%50.51%0.00%
61.18%

Color #493163 in popluar number systems.

HEX493163
Decimal734999
Binary10010011100011100011
Octal11161143

Shades and tints

Shades of #493163

#493163
(73,49,99)
#432D5A
(67,45,90)
#3D2951
(61,41,81)
#372548
(55,37,72)
#31213F
(49,33,63)
#2B1D36
(43,29,54)
#25192D
(37,25,45)
#1F1524
(31,21,36)
#19111B
(25,17,27)
#130D12
(19,13,18)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #493163

#493163
(73,49,99)
#594371
(89,67,113)
#69557F
(105,85,127)
#79678D
(121,103,141)
#89799B
(137,121,155)
#998BA9
(153,139,169)
#A99DB7
(169,157,183)
#B9AFC5
(185,175,197)
#C9C1D3
(201,193,211)
#D9D3E1
(217,211,225)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493163; }

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

This text font color is #493163.


Background Color

.myBgColor { background-color: #493163; }

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

This div background color is #493163.


Border color

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

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

This div border color is #493163.


Opacity

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

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

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

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

This text has shadow with #493163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493163 on black background.


Color preview on white background

This text has color #493163 on white background.



Black color preview on #493163 background

This text has black color on #493163 background.


White color preview on #493163 background

This text has white color on #493163 background.