COLOR #493DCD

HEX: #493DCD
RGB: (73,61,205)

Color info

#493DCD contains mainly blue color. Web safe color of #493DCD is #3333CC (or #33C).

RGB color model

#493DCD color RGB value is (73,61,205).

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

RGB channels and saturation

R 73 of 255 = 29%
G 61 of 255 = 24%
B 205 of 255 = 80%

73
61
205

R + G + B ~ 44%. #493DCD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 61 + 205 = 339 (100%)
R 73 of 339 ~ 21.53%
G 61 of 339 ~ 17.99%
B 205 of 339 ~ 60.47%

%21.53
%17.99
%60.47

CMYK color model

#493DCD color CMYK value is (64,70,0,20).

  • cyan value is 64.39%
  • magenta value is 70.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(64,70,0,20)
C64M70Y0K20 
(64%,70%,0%,20%)
(0.64/0.70/0.00/0.20)	

CMYK percentages

%64.39
%70.24
%0
%19.61

Codes

Color #493DCD in popluar color models

493DCD
RGB7361205
HSL245°59.02%52.16%
HSB/HSV245°70.24%80.39%
CMYK64.39%70.24%0.00%
19.61%

Color #493DCD in popluar number systems.

HEX493DCD
Decimal7361205
Binary100100111110111001101
Octal11175315

Shades and tints

Shades of #493DCD

#493DCD
(73,61,205)
#4338BB
(67,56,187)
#3D33A9
(61,51,169)
#372E97
(55,46,151)
#312985
(49,41,133)
#2B2473
(43,36,115)
#251F61
(37,31,97)
#1F1A4F
(31,26,79)
#19153D
(25,21,61)
#13102B
(19,16,43)
#0D0B19
(13,11,25)
#000000
(0,0,0)

Tints of #493DCD

#493DCD
(73,61,205)
#594ED1
(89,78,209)
#695FD5
(105,95,213)
#7970D9
(121,112,217)
#8981DD
(137,129,221)
#9992E1
(153,146,225)
#A9A3E5
(169,163,229)
#B9B4E9
(185,180,233)
#C9C5ED
(201,197,237)
#D9D6F1
(217,214,241)
#E9E7F5
(233,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493DCD; }

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

This text font color is #493DCD.


Background Color

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

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

This div background color is #493DCD.


Border color

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

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

This div border color is #493DCD.


Opacity

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

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

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

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

This text has shadow with #493DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493DCD on black background.


Color preview on white background

This text has color #493DCD on white background.



Black color preview on #493DCD background

This text has black color on #493DCD background.


White color preview on #493DCD background

This text has white color on #493DCD background.