COLOR #4954AD

HEX: #4954AD
RGB: (73,84,173)

Color info

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

RGB color model

#4954AD color RGB value is (73,84,173).

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

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 173 of 255 = 68%

73
84
173

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

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 173 = 330 (100%)
R 73 of 330 ~ 22.12%
G 84 of 330 ~ 25.45%
B 173 of 330 ~ 52.42%

%22.12
%25.45
%52.42

CMYK color model

#4954AD color CMYK value is (58,51,0,32).

  • cyan value is 57.80%
  • magenta value is 51.45%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(58,51,0,32)
C58M51Y0K32 
(58%,51%,0%,32%)
(0.58/0.51/0.00/0.32)	

CMYK percentages

%57.8
%51.45
%0
%32.16

Codes

Color #4954AD in popluar color models

4954AD
RGB7384173
HSL233°40.65%48.24%
HSB/HSV233°57.80%67.84%
CMYK57.80%51.45%0.00%
32.16%

Color #4954AD in popluar number systems.

HEX4954AD
Decimal7384173
Binary1001001101010010101101
Octal111124255

Shades and tints

Shades of #4954AD

#4954AD
(73,84,173)
#434D9E
(67,77,158)
#3D468F
(61,70,143)
#373F80
(55,63,128)
#313871
(49,56,113)
#2B3162
(43,49,98)
#252A53
(37,42,83)
#1F2344
(31,35,68)
#191C35
(25,28,53)
#131526
(19,21,38)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #4954AD

#4954AD
(73,84,173)
#5963B4
(89,99,180)
#6972BB
(105,114,187)
#7981C2
(121,129,194)
#8990C9
(137,144,201)
#999FD0
(153,159,208)
#A9AED7
(169,174,215)
#B9BDDE
(185,189,222)
#C9CCE5
(201,204,229)
#D9DBEC
(217,219,236)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4954AD; }

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

This text font color is #4954AD.


Background Color

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

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

This div background color is #4954AD.


Border color

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

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

This div border color is #4954AD.


Opacity

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

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

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

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

This text has shadow with #4954AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4954AD on black background.


Color preview on white background

This text has color #4954AD on white background.



Black color preview on #4954AD background

This text has black color on #4954AD background.


White color preview on #4954AD background

This text has white color on #4954AD background.