COLOR #4966A4

HEX: #4966A4
RGB: (73,102,164)

Color info

#4966A4 contains mainly blue color. Web safe color of #4966A4 is #336699 (or #369).

RGB color model

#4966A4 color RGB value is (73,102,164).

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

RGB channels and saturation

R 73 of 255 = 29%
G 102 of 255 = 40%
B 164 of 255 = 64%

73
102
164

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

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 164 = 339 (100%)
R 73 of 339 ~ 21.53%
G 102 of 339 ~ 30.09%
B 164 of 339 ~ 48.38%

%21.53
%30.09
%48.38

CMYK color model

#4966A4 color CMYK value is (55,38,0,36).

  • cyan value is 55.49%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(55,38,0,36)
C55M38Y0K36 
(55%,38%,0%,36%)
(0.55/0.38/0.00/0.36)	

CMYK percentages

%55.49
%37.8
%0
%35.69

Codes

Color #4966A4 in popluar color models

4966A4
RGB73102164
HSL221°38.40%46.47%
HSB/HSV221°55.49%64.31%
CMYK55.49%37.80%0.00%
35.69%

Color #4966A4 in popluar number systems.

HEX4966A4
Decimal73102164
Binary1001001110011010100100
Octal111146244

Shades and tints

Shades of #4966A4

#4966A4
(73,102,164)
#435D96
(67,93,150)
#3D5488
(61,84,136)
#374B7A
(55,75,122)
#31426C
(49,66,108)
#2B395E
(43,57,94)
#253050
(37,48,80)
#1F2742
(31,39,66)
#191E34
(25,30,52)
#131526
(19,21,38)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #4966A4

#4966A4
(73,102,164)
#5973AC
(89,115,172)
#6980B4
(105,128,180)
#798DBC
(121,141,188)
#899AC4
(137,154,196)
#99A7CC
(153,167,204)
#A9B4D4
(169,180,212)
#B9C1DC
(185,193,220)
#C9CEE4
(201,206,228)
#D9DBEC
(217,219,236)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4966A4 color. Also use rgb(73,102,164) instead hex code.

Text Font Color

.myTextColor { color: #4966A4; }

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

This text font color is #4966A4.


Background Color

.myBgColor { background-color: #4966A4; }

<div style="background-color:#4966A4">Inner text</div>

This div background color is #4966A4.


Border color

.myBorderColor { border: 1px solid #4966A4; }

<div style="border:3px solid #4966A4">Div</div>

This div border color is #4966A4.


Opacity

.myOpacity80 { color: #4966A4; opacity: 0.8; }

<p style="color:#4966A4;opacity:0.8;">80%</p>

Text with #4966A4 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 #4966A4;}

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

This text has shadow with #4966A4 color.

.textShadow {text-shadow: 3px 3px 1px #4966A4, 3px 3px 1px red;}

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

This text has shadow with #4966A4 primary color and red secondary color.


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

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

This text has shadow with #4966A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4966A4 on black background.


Color preview on white background

This text has color #4966A4 on white background.



Black color preview on #4966A4 background

This text has black color on #4966A4 background.


White color preview on #4966A4 background

This text has white color on #4966A4 background.