COLOR #4D7991

HEX: #4D7991
RGB: (77,121,145)

Color info

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

RGB color model

#4D7991 color RGB value is (77,121,145).

  • red value is 77;
  • green value is 121;
  • blue value is 145.
RGB:
(77,121,145)
(30%,47%,57%)

RGB channels and saturation

R 77 of 255 = 30%
G 121 of 255 = 47%
B 145 of 255 = 57%

77
121
145

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

Portions of RGB colors in percentages

R + G + B =
77 + 121 + 145 = 343 (100%)
R 77 of 343 ~ 22.45%
G 121 of 343 ~ 35.28%
B 145 of 343 ~ 42.27%

%22.45
%35.28
%42.27

CMYK color model

#4D7991 color CMYK value is (47,17,0,43).

  • cyan value is 46.90%
  • magenta value is 16.55%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(47,17,0,43)
C47M17Y0K43 
(47%,17%,0%,43%)
(0.47/0.17/0.00/0.43)	

CMYK percentages

%46.9
%16.55
%0
%43.14

Codes

Color #4D7991 in popluar color models

4D7991
RGB77121145
HSL201°30.63%43.53%
HSB/HSV201°46.90%56.86%
CMYK46.90%16.55%0.00%
43.14%

Color #4D7991 in popluar number systems.

HEX4D7991
Decimal77121145
Binary1001101111100110010001
Octal115171221

Shades and tints

Shades of #4D7991

#4D7991
(77,121,145)
#466E84
(70,110,132)
#3F6377
(63,99,119)
#38586A
(56,88,106)
#314D5D
(49,77,93)
#2A4250
(42,66,80)
#233743
(35,55,67)
#1C2C36
(28,44,54)
#152129
(21,33,41)
#0E161C
(14,22,28)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D7991

#4D7991
(77,121,145)
#5D859B
(93,133,155)
#6D91A5
(109,145,165)
#7D9DAF
(125,157,175)
#8DA9B9
(141,169,185)
#9DB5C3
(157,181,195)
#ADC1CD
(173,193,205)
#BDCDD7
(189,205,215)
#CDD9E1
(205,217,225)
#DDE5EB
(221,229,235)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7991 color. Also use rgb(77,121,145) instead hex code.

Text Font Color

.myTextColor { color: #4D7991; }

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

This text font color is #4D7991.


Background Color

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

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

This div background color is #4D7991.


Border color

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

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

This div border color is #4D7991.


Opacity

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

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

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

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

This text has shadow with #4D7991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7991 on black background.


Color preview on white background

This text has color #4D7991 on white background.



Black color preview on #4D7991 background

This text has black color on #4D7991 background.


White color preview on #4D7991 background

This text has white color on #4D7991 background.