COLOR #4D739B

HEX: #4D739B
RGB: (77,115,155)

Color info

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

RGB color model

#4D739B color RGB value is (77,115,155).

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

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 155 of 255 = 61%

77
115
155

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

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 155 = 347 (100%)
R 77 of 347 ~ 22.19%
G 115 of 347 ~ 33.14%
B 155 of 347 ~ 44.67%

%22.19
%33.14
%44.67

CMYK color model

#4D739B color CMYK value is (50,26,0,39).

  • cyan value is 50.32%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(50,26,0,39)
C50M26Y0K39 
(50%,26%,0%,39%)
(0.50/0.26/0.00/0.39)	

CMYK percentages

%50.32
%25.81
%0
%39.22

Codes

Color #4D739B in popluar color models

4D739B
RGB77115155
HSL211°33.62%45.49%
HSB/HSV211°50.32%60.78%
CMYK50.32%25.81%0.00%
39.22%

Color #4D739B in popluar number systems.

HEX4D739B
Decimal77115155
Binary1001101111001110011011
Octal115163233

Shades and tints

Shades of #4D739B

#4D739B
(77,115,155)
#46698D
(70,105,141)
#3F5F7F
(63,95,127)
#385571
(56,85,113)
#314B63
(49,75,99)
#2A4155
(42,65,85)
#233747
(35,55,71)
#1C2D39
(28,45,57)
#15232B
(21,35,43)
#0E191D
(14,25,29)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #4D739B

#4D739B
(77,115,155)
#5D7FA4
(93,127,164)
#6D8BAD
(109,139,173)
#7D97B6
(125,151,182)
#8DA3BF
(141,163,191)
#9DAFC8
(157,175,200)
#ADBBD1
(173,187,209)
#BDC7DA
(189,199,218)
#CDD3E3
(205,211,227)
#DDDFEC
(221,223,236)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D739B; }

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

This text font color is #4D739B.


Background Color

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

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

This div background color is #4D739B.


Border color

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

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

This div border color is #4D739B.


Opacity

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

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

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

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

This text has shadow with #4D739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D739B on black background.


Color preview on white background

This text has color #4D739B on white background.



Black color preview on #4D739B background

This text has black color on #4D739B background.


White color preview on #4D739B background

This text has white color on #4D739B background.