COLOR #4D7394

HEX: #4D7394
RGB: (77,115,148)

Color info

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

RGB color model

#4D7394 color RGB value is (77,115,148).

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

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 148 of 255 = 58%

77
115
148

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

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 148 = 340 (100%)
R 77 of 340 ~ 22.65%
G 115 of 340 ~ 33.82%
B 148 of 340 ~ 43.53%

%22.65
%33.82
%43.53

CMYK color model

#4D7394 color CMYK value is (48,22,0,42).

  • cyan value is 47.97%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(48,22,0,42)
C48M22Y0K42 
(48%,22%,0%,42%)
(0.48/0.22/0.00/0.42)	

CMYK percentages

%47.97
%22.3
%0
%41.96

Codes

Color #4D7394 in popluar color models

4D7394
RGB77115148
HSL208°31.56%44.12%
HSB/HSV208°47.97%58.04%
CMYK47.97%22.30%0.00%
41.96%

Color #4D7394 in popluar number systems.

HEX4D7394
Decimal77115148
Binary1001101111001110010100
Octal115163224

Shades and tints

Shades of #4D7394

#4D7394
(77,115,148)
#466987
(70,105,135)
#3F5F7A
(63,95,122)
#38556D
(56,85,109)
#314B60
(49,75,96)
#2A4153
(42,65,83)
#233746
(35,55,70)
#1C2D39
(28,45,57)
#15232C
(21,35,44)
#0E191F
(14,25,31)
#070F12
(7,15,18)
#000000
(0,0,0)

Tints of #4D7394

#4D7394
(77,115,148)
#5D7F9D
(93,127,157)
#6D8BA6
(109,139,166)
#7D97AF
(125,151,175)
#8DA3B8
(141,163,184)
#9DAFC1
(157,175,193)
#ADBBCA
(173,187,202)
#BDC7D3
(189,199,211)
#CDD3DC
(205,211,220)
#DDDFE5
(221,223,229)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7394; }

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

This text font color is #4D7394.


Background Color

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

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

This div background color is #4D7394.


Border color

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

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

This div border color is #4D7394.


Opacity

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

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

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

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

This text has shadow with #4D7394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7394 on black background.


Color preview on white background

This text has color #4D7394 on white background.



Black color preview on #4D7394 background

This text has black color on #4D7394 background.


White color preview on #4D7394 background

This text has white color on #4D7394 background.