COLOR #493BCF

HEX: #493BCF
RGB: (73,59,207)

Color info

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

RGB color model

#493BCF color RGB value is (73,59,207).

  • red value is 73;
  • green value is 59;
  • blue value is 207.
RGB:
(73,59,207)
(29%,23%,81%)

RGB channels and saturation

R 73 of 255 = 29%
G 59 of 255 = 23%
B 207 of 255 = 81%

73
59
207

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

Portions of RGB colors in percentages

R + G + B =
73 + 59 + 207 = 339 (100%)
R 73 of 339 ~ 21.53%
G 59 of 339 ~ 17.4%
B 207 of 339 ~ 61.06%

%21.53
%17.4
%61.06

CMYK color model

#493BCF color CMYK value is (65,71,0,19).

  • cyan value is 64.73%
  • magenta value is 71.50%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(65,71,0,19)
C65M71Y0K19 
(65%,71%,0%,19%)
(0.65/0.71/0.00/0.19)	

CMYK percentages

%64.73
%71.5
%0
%18.82

Codes

Color #493BCF in popluar color models

493BCF
RGB7359207
HSL246°60.66%52.16%
HSB/HSV246°71.50%81.18%
CMYK64.73%71.50%0.00%
18.82%

Color #493BCF in popluar number systems.

HEX493BCF
Decimal7359207
Binary100100111101111001111
Octal11173317

Shades and tints

Shades of #493BCF

#493BCF
(73,59,207)
#4336BD
(67,54,189)
#3D31AB
(61,49,171)
#372C99
(55,44,153)
#312787
(49,39,135)
#2B2275
(43,34,117)
#251D63
(37,29,99)
#1F1851
(31,24,81)
#19133F
(25,19,63)
#130E2D
(19,14,45)
#0D091B
(13,9,27)
#000000
(0,0,0)

Tints of #493BCF

#493BCF
(73,59,207)
#594CD3
(89,76,211)
#695DD7
(105,93,215)
#796EDB
(121,110,219)
#897FDF
(137,127,223)
#9990E3
(153,144,227)
#A9A1E7
(169,161,231)
#B9B2EB
(185,178,235)
#C9C3EF
(201,195,239)
#D9D4F3
(217,212,243)
#E9E5F7
(233,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493BCF color. Also use rgb(73,59,207) instead hex code.

Text Font Color

.myTextColor { color: #493BCF; }

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

This text font color is #493BCF.


Background Color

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

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

This div background color is #493BCF.


Border color

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

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

This div border color is #493BCF.


Opacity

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

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

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

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

This text has shadow with #493BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493BCF on black background.


Color preview on white background

This text has color #493BCF on white background.



Black color preview on #493BCF background

This text has black color on #493BCF background.


White color preview on #493BCF background

This text has white color on #493BCF background.