COLOR #4D77BA

HEX: #4D77BA
RGB: (77,119,186)

Color info

#4D77BA contains mainly blue color. Web safe color of #4D77BA is #3366CC (or #36C).

RGB color model

#4D77BA color RGB value is (77,119,186).

  • red value is 77;
  • green value is 119;
  • blue value is 186.
RGB:
(77,119,186)
(30%,47%,73%)

RGB channels and saturation

R 77 of 255 = 30%
G 119 of 255 = 47%
B 186 of 255 = 73%

77
119
186

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

Portions of RGB colors in percentages

R + G + B =
77 + 119 + 186 = 382 (100%)
R 77 of 382 ~ 20.16%
G 119 of 382 ~ 31.15%
B 186 of 382 ~ 48.69%

%20.16
%31.15
%48.69

CMYK color model

#4D77BA color CMYK value is (59,36,0,27).

  • cyan value is 58.60%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(59,36,0,27)
C59M36Y0K27 
(59%,36%,0%,27%)
(0.59/0.36/0.00/0.27)	

CMYK percentages

%58.6
%36.02
%0
%27.06

Codes

Color #4D77BA in popluar color models

4D77BA
RGB77119186
HSL217°44.13%51.57%
HSB/HSV217°58.60%72.94%
CMYK58.60%36.02%0.00%
27.06%

Color #4D77BA in popluar number systems.

HEX4D77BA
Decimal77119186
Binary1001101111011110111010
Octal115167272

Shades and tints

Shades of #4D77BA

#4D77BA
(77,119,186)
#466DAA
(70,109,170)
#3F639A
(63,99,154)
#38598A
(56,89,138)
#314F7A
(49,79,122)
#2A456A
(42,69,106)
#233B5A
(35,59,90)
#1C314A
(28,49,74)
#15273A
(21,39,58)
#0E1D2A
(14,29,42)
#07131A
(7,19,26)
#000000
(0,0,0)

Tints of #4D77BA

#4D77BA
(77,119,186)
#5D83C0
(93,131,192)
#6D8FC6
(109,143,198)
#7D9BCC
(125,155,204)
#8DA7D2
(141,167,210)
#9DB3D8
(157,179,216)
#ADBFDE
(173,191,222)
#BDCBE4
(189,203,228)
#CDD7EA
(205,215,234)
#DDE3F0
(221,227,240)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D77BA color. Also use rgb(77,119,186) instead hex code.

Text Font Color

.myTextColor { color: #4D77BA; }

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

This text font color is #4D77BA.


Background Color

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

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

This div background color is #4D77BA.


Border color

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

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

This div border color is #4D77BA.


Opacity

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

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

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

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

This text has shadow with #4D77BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D77BA on black background.


Color preview on white background

This text has color #4D77BA on white background.



Black color preview on #4D77BA background

This text has black color on #4D77BA background.


White color preview on #4D77BA background

This text has white color on #4D77BA background.