COLOR #494DD3

HEX: #494DD3
RGB: (73,77,211)

Color info

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

RGB color model

#494DD3 color RGB value is (73,77,211).

  • red value is 73;
  • green value is 77;
  • blue value is 211.
RGB:
(73,77,211)
(29%,30%,83%)

RGB channels and saturation

R 73 of 255 = 29%
G 77 of 255 = 30%
B 211 of 255 = 83%

73
77
211

R + G + B ~ 47%. #494DD3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 77 + 211 = 361 (100%)
R 73 of 361 ~ 20.22%
G 77 of 361 ~ 21.33%
B 211 of 361 ~ 58.45%

%20.22
%21.33
%58.45

CMYK color model

#494DD3 color CMYK value is (65,64,0,17).

  • cyan value is 65.40%
  • magenta value is 63.51%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(65,64,0,17)
C65M64Y0K17 
(65%,64%,0%,17%)
(0.65/0.64/0.00/0.17)	

CMYK percentages

%65.4
%63.51
%0
%17.25

Codes

Color #494DD3 in popluar color models

494DD3
RGB7377211
HSL238°61.06%55.69%
HSB/HSV238°65.40%82.75%
CMYK65.40%63.51%0.00%
17.25%

Color #494DD3 in popluar number systems.

HEX494DD3
Decimal7377211
Binary1001001100110111010011
Octal111115323

Shades and tints

Shades of #494DD3

#494DD3
(73,77,211)
#4346C0
(67,70,192)
#3D3FAD
(61,63,173)
#37389A
(55,56,154)
#313187
(49,49,135)
#2B2A74
(43,42,116)
#252361
(37,35,97)
#1F1C4E
(31,28,78)
#19153B
(25,21,59)
#130E28
(19,14,40)
#0D0715
(13,7,21)
#000000
(0,0,0)

Tints of #494DD3

#494DD3
(73,77,211)
#595DD7
(89,93,215)
#696DDB
(105,109,219)
#797DDF
(121,125,223)
#898DE3
(137,141,227)
#999DE7
(153,157,231)
#A9ADEB
(169,173,235)
#B9BDEF
(185,189,239)
#C9CDF3
(201,205,243)
#D9DDF7
(217,221,247)
#E9EDFB
(233,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494DD3 color. Also use rgb(73,77,211) instead hex code.

Text Font Color

.myTextColor { color: #494DD3; }

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

This text font color is #494DD3.


Background Color

.myBgColor { background-color: #494DD3; }

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

This div background color is #494DD3.


Border color

.myBorderColor { border: 1px solid #494DD3; }

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

This div border color is #494DD3.


Opacity

.myOpacity80 { color: #494DD3; opacity: 0.8; }

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

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

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

This text has shadow with #494DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494DD3 on black background.


Color preview on white background

This text has color #494DD3 on white background.



Black color preview on #494DD3 background

This text has black color on #494DD3 background.


White color preview on #494DD3 background

This text has white color on #494DD3 background.