COLOR #493DA4

HEX: #493DA4
RGB: (73,61,164)

Color info

#493DA4 contains mainly blue color. Web safe color of #493DA4 is #333399 (or #339).

RGB color model

#493DA4 color RGB value is (73,61,164).

  • red value is 73;
  • green value is 61;
  • blue value is 164.
RGB:
(73,61,164)
(29%,24%,64%)

RGB channels and saturation

R 73 of 255 = 29%
G 61 of 255 = 24%
B 164 of 255 = 64%

73
61
164

R + G + B ~ 39%. #493DA4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 61 + 164 = 298 (100%)
R 73 of 298 ~ 24.5%
G 61 of 298 ~ 20.47%
B 164 of 298 ~ 55.03%

%24.5
%20.47
%55.03

CMYK color model

#493DA4 color CMYK value is (55,63,0,36).

  • cyan value is 55.49%
  • magenta value is 62.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(55,63,0,36)
C55M63Y0K36 
(55%,63%,0%,36%)
(0.55/0.63/0.00/0.36)	

CMYK percentages

%55.49
%62.8
%0
%35.69

Codes

Color #493DA4 in popluar color models

493DA4
RGB7361164
HSL247°45.78%44.12%
HSB/HSV247°62.80%64.31%
CMYK55.49%62.80%0.00%
35.69%

Color #493DA4 in popluar number systems.

HEX493DA4
Decimal7361164
Binary100100111110110100100
Octal11175244

Shades and tints

Shades of #493DA4

#493DA4
(73,61,164)
#433896
(67,56,150)
#3D3388
(61,51,136)
#372E7A
(55,46,122)
#31296C
(49,41,108)
#2B245E
(43,36,94)
#251F50
(37,31,80)
#1F1A42
(31,26,66)
#191534
(25,21,52)
#131026
(19,16,38)
#0D0B18
(13,11,24)
#000000
(0,0,0)

Tints of #493DA4

#493DA4
(73,61,164)
#594EAC
(89,78,172)
#695FB4
(105,95,180)
#7970BC
(121,112,188)
#8981C4
(137,129,196)
#9992CC
(153,146,204)
#A9A3D4
(169,163,212)
#B9B4DC
(185,180,220)
#C9C5E4
(201,197,228)
#D9D6EC
(217,214,236)
#E9E7F4
(233,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493DA4 color. Also use rgb(73,61,164) instead hex code.

Text Font Color

.myTextColor { color: #493DA4; }

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

This text font color is #493DA4.


Background Color

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

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

This div background color is #493DA4.


Border color

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

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

This div border color is #493DA4.


Opacity

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

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

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

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

This text has shadow with #493DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493DA4 on black background.


Color preview on white background

This text has color #493DA4 on white background.



Black color preview on #493DA4 background

This text has black color on #493DA4 background.


White color preview on #493DA4 background

This text has white color on #493DA4 background.