COLOR #4963AD

HEX: #4963AD
RGB: (73,99,173)

Color info

#4963AD contains mainly blue color. Web safe color of #4963AD is #336699 (or #369).

RGB color model

#4963AD color RGB value is (73,99,173).

  • red value is 73;
  • green value is 99;
  • blue value is 173.
RGB:
(73,99,173)
(29%,39%,68%)

RGB channels and saturation

R 73 of 255 = 29%
G 99 of 255 = 39%
B 173 of 255 = 68%

73
99
173

R + G + B ~ 45%. #4963AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 99 + 173 = 345 (100%)
R 73 of 345 ~ 21.16%
G 99 of 345 ~ 28.7%
B 173 of 345 ~ 50.14%

%21.16
%28.7
%50.14

CMYK color model

#4963AD color CMYK value is (58,43,0,32).

  • cyan value is 57.80%
  • magenta value is 42.77%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(58,43,0,32)
C58M43Y0K32 
(58%,43%,0%,32%)
(0.58/0.43/0.00/0.32)	

CMYK percentages

%57.8
%42.77
%0
%32.16

Codes

Color #4963AD in popluar color models

4963AD
RGB7399173
HSL224°40.65%48.24%
HSB/HSV224°57.80%67.84%
CMYK57.80%42.77%0.00%
32.16%

Color #4963AD in popluar number systems.

HEX4963AD
Decimal7399173
Binary1001001110001110101101
Octal111143255

Shades and tints

Shades of #4963AD

#4963AD
(73,99,173)
#435A9E
(67,90,158)
#3D518F
(61,81,143)
#374880
(55,72,128)
#313F71
(49,63,113)
#2B3662
(43,54,98)
#252D53
(37,45,83)
#1F2444
(31,36,68)
#191B35
(25,27,53)
#131226
(19,18,38)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #4963AD

#4963AD
(73,99,173)
#5971B4
(89,113,180)
#697FBB
(105,127,187)
#798DC2
(121,141,194)
#899BC9
(137,155,201)
#99A9D0
(153,169,208)
#A9B7D7
(169,183,215)
#B9C5DE
(185,197,222)
#C9D3E5
(201,211,229)
#D9E1EC
(217,225,236)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4963AD color. Also use rgb(73,99,173) instead hex code.

Text Font Color

.myTextColor { color: #4963AD; }

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

This text font color is #4963AD.


Background Color

.myBgColor { background-color: #4963AD; }

<div style="background-color:#4963AD">Inner text</div>

This div background color is #4963AD.


Border color

.myBorderColor { border: 1px solid #4963AD; }

<div style="border:3px solid #4963AD">Div</div>

This div border color is #4963AD.


Opacity

.myOpacity80 { color: #4963AD; opacity: 0.8; }

<p style="color:#4963AD;opacity:0.8;">80%</p>

Text with #4963AD 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 #4963AD;}

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

This text has shadow with #4963AD color.

.textShadow {text-shadow: 3px 3px 1px #4963AD, 3px 3px 1px red;}

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

This text has shadow with #4963AD primary color and red secondary color.


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

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

This text has shadow with #4963AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4963AD on black background.


Color preview on white background

This text has color #4963AD on white background.



Black color preview on #4963AD background

This text has black color on #4963AD background.


White color preview on #4963AD background

This text has white color on #4963AD background.