COLOR #4D7D9B

HEX: #4D7D9B
RGB: (77,125,155)

Color info

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

RGB color model

#4D7D9B color RGB value is (77,125,155).

  • red value is 77;
  • green value is 125;
  • blue value is 155.
RGB:
(77,125,155)
(30%,49%,61%)

RGB channels and saturation

R 77 of 255 = 30%
G 125 of 255 = 49%
B 155 of 255 = 61%

77
125
155

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

Portions of RGB colors in percentages

R + G + B =
77 + 125 + 155 = 357 (100%)
R 77 of 357 ~ 21.57%
G 125 of 357 ~ 35.01%
B 155 of 357 ~ 43.42%

%21.57
%35.01
%43.42

CMYK color model

#4D7D9B color CMYK value is (50,19,0,39).

  • cyan value is 50.32%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(50,19,0,39)
C50M19Y0K39 
(50%,19%,0%,39%)
(0.50/0.19/0.00/0.39)	

CMYK percentages

%50.32
%19.35
%0
%39.22

Codes

Color #4D7D9B in popluar color models

4D7D9B
RGB77125155
HSL203°33.62%45.49%
HSB/HSV203°50.32%60.78%
CMYK50.32%19.35%0.00%
39.22%

Color #4D7D9B in popluar number systems.

HEX4D7D9B
Decimal77125155
Binary1001101111110110011011
Octal115175233

Shades and tints

Shades of #4D7D9B

#4D7D9B
(77,125,155)
#46728D
(70,114,141)
#3F677F
(63,103,127)
#385C71
(56,92,113)
#315163
(49,81,99)
#2A4655
(42,70,85)
#233B47
(35,59,71)
#1C3039
(28,48,57)
#15252B
(21,37,43)
#0E1A1D
(14,26,29)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #4D7D9B

#4D7D9B
(77,125,155)
#5D88A4
(93,136,164)
#6D93AD
(109,147,173)
#7D9EB6
(125,158,182)
#8DA9BF
(141,169,191)
#9DB4C8
(157,180,200)
#ADBFD1
(173,191,209)
#BDCADA
(189,202,218)
#CDD5E3
(205,213,227)
#DDE0EC
(221,224,236)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7D9B color. Also use rgb(77,125,155) instead hex code.

Text Font Color

.myTextColor { color: #4D7D9B; }

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

This text font color is #4D7D9B.


Background Color

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

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

This div background color is #4D7D9B.


Border color

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

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

This div border color is #4D7D9B.


Opacity

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

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

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

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

This text has shadow with #4D7D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7D9B on black background.


Color preview on white background

This text has color #4D7D9B on white background.



Black color preview on #4D7D9B background

This text has black color on #4D7D9B background.


White color preview on #4D7D9B background

This text has white color on #4D7D9B background.