COLOR #4D73A4

HEX: #4D73A4
RGB: (77,115,164)

Color info

#4D73A4 contains mainly green and blue colors. Web safe color of #4D73A4 is #336699 (or #369).

RGB color model

#4D73A4 color RGB value is (77,115,164).

  • red value is 77;
  • green value is 115;
  • blue value is 164.
RGB:
(77,115,164)
(30%,45%,64%)

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 164 of 255 = 64%

77
115
164

R + G + B ~ 46%. #4D73A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 164 = 356 (100%)
R 77 of 356 ~ 21.63%
G 115 of 356 ~ 32.3%
B 164 of 356 ~ 46.07%

%21.63
%32.3
%46.07

CMYK color model

#4D73A4 color CMYK value is (53,30,0,36).

  • cyan value is 53.05%
  • magenta value is 29.88%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(53,30,0,36)
C53M30Y0K36 
(53%,30%,0%,36%)
(0.53/0.30/0.00/0.36)	

CMYK percentages

%53.05
%29.88
%0
%35.69

Codes

Color #4D73A4 in popluar color models

4D73A4
RGB77115164
HSL214°36.10%47.25%
HSB/HSV214°53.05%64.31%
CMYK53.05%29.88%0.00%
35.69%

Color #4D73A4 in popluar number systems.

HEX4D73A4
Decimal77115164
Binary1001101111001110100100
Octal115163244

Shades and tints

Shades of #4D73A4

#4D73A4
(77,115,164)
#466996
(70,105,150)
#3F5F88
(63,95,136)
#38557A
(56,85,122)
#314B6C
(49,75,108)
#2A415E
(42,65,94)
#233750
(35,55,80)
#1C2D42
(28,45,66)
#152334
(21,35,52)
#0E1926
(14,25,38)
#070F18
(7,15,24)
#000000
(0,0,0)

Tints of #4D73A4

#4D73A4
(77,115,164)
#5D7FAC
(93,127,172)
#6D8BB4
(109,139,180)
#7D97BC
(125,151,188)
#8DA3C4
(141,163,196)
#9DAFCC
(157,175,204)
#ADBBD4
(173,187,212)
#BDC7DC
(189,199,220)
#CDD3E4
(205,211,228)
#DDDFEC
(221,223,236)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D73A4 color. Also use rgb(77,115,164) instead hex code.

Text Font Color

.myTextColor { color: #4D73A4; }

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

This text font color is #4D73A4.


Background Color

.myBgColor { background-color: #4D73A4; }

<div style="background-color:#4D73A4">Inner text</div>

This div background color is #4D73A4.


Border color

.myBorderColor { border: 1px solid #4D73A4; }

<div style="border:3px solid #4D73A4">Div</div>

This div border color is #4D73A4.


Opacity

.myOpacity80 { color: #4D73A4; opacity: 0.8; }

<p style="color:#4D73A4;opacity:0.8;">80%</p>

Text with #4D73A4 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 #4D73A4;}

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

This text has shadow with #4D73A4 color.

.textShadow {text-shadow: 3px 3px 1px #4D73A4, 3px 3px 1px red;}

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

This text has shadow with #4D73A4 primary color and red secondary color.


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

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

This text has shadow with #4D73A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D73A4 on black background.


Color preview on white background

This text has color #4D73A4 on white background.



Black color preview on #4D73A4 background

This text has black color on #4D73A4 background.


White color preview on #4D73A4 background

This text has white color on #4D73A4 background.