COLOR #493A7E

HEX: #493A7E
RGB: (73,58,126)

Color info

#493A7E contains mainly red and blue colors. Web safe color of #493A7E is #333366 (or #336).

RGB color model

#493A7E color RGB value is (73,58,126).

  • red value is 73;
  • green value is 58;
  • blue value is 126.
RGB:
(73,58,126)
(29%,23%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 126 of 255 = 49%

73
58
126

R + G + B ~ 34%. #493A7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 58 + 126 = 257 (100%)
R 73 of 257 ~ 28.4%
G 58 of 257 ~ 22.57%
B 126 of 257 ~ 49.03%

%28.4
%22.57
%49.03

CMYK color model

#493A7E color CMYK value is (42,54,0,51).

  • cyan value is 42.06%
  • magenta value is 53.97%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(42,54,0,51)
C42M54Y0K51 
(42%,54%,0%,51%)
(0.42/0.54/0.00/0.51)	

CMYK percentages

%42.06
%53.97
%0
%50.59

Codes

Color #493A7E in popluar color models

493A7E
RGB7358126
HSL253°36.96%36.08%
HSB/HSV253°53.97%49.41%
CMYK42.06%53.97%0.00%
50.59%

Color #493A7E in popluar number systems.

HEX493A7E
Decimal7358126
Binary10010011110101111110
Octal11172176

Shades and tints

Shades of #493A7E

#493A7E
(73,58,126)
#433573
(67,53,115)
#3D3068
(61,48,104)
#372B5D
(55,43,93)
#312652
(49,38,82)
#2B2147
(43,33,71)
#251C3C
(37,28,60)
#1F1731
(31,23,49)
#191226
(25,18,38)
#130D1B
(19,13,27)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #493A7E

#493A7E
(73,58,126)
#594B89
(89,75,137)
#695C94
(105,92,148)
#796D9F
(121,109,159)
#897EAA
(137,126,170)
#998FB5
(153,143,181)
#A9A0C0
(169,160,192)
#B9B1CB
(185,177,203)
#C9C2D6
(201,194,214)
#D9D3E1
(217,211,225)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493A7E color. Also use rgb(73,58,126) instead hex code.

Text Font Color

.myTextColor { color: #493A7E; }

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

This text font color is #493A7E.


Background Color

.myBgColor { background-color: #493A7E; }

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

This div background color is #493A7E.


Border color

.myBorderColor { border: 1px solid #493A7E; }

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

This div border color is #493A7E.


Opacity

.myOpacity80 { color: #493A7E; opacity: 0.8; }

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

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

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

This text has shadow with #493A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A7E on black background.


Color preview on white background

This text has color #493A7E on white background.



Black color preview on #493A7E background

This text has black color on #493A7E background.


White color preview on #493A7E background

This text has white color on #493A7E background.