COLOR #4D5494

HEX: #4D5494
RGB: (77,84,148)

Color info

#4D5494 contains mainly blue color. Web safe color of #4D5494 is #336699 (or #369).

RGB color model

#4D5494 color RGB value is (77,84,148).

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

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 148 of 255 = 58%

77
84
148

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

Portions of RGB colors in percentages

R + G + B =
77 + 84 + 148 = 309 (100%)
R 77 of 309 ~ 24.92%
G 84 of 309 ~ 27.18%
B 148 of 309 ~ 47.9%

%24.92
%27.18
%47.9

CMYK color model

#4D5494 color CMYK value is (48,43,0,42).

  • cyan value is 47.97%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(48,43,0,42)
C48M43Y0K42 
(48%,43%,0%,42%)
(0.48/0.43/0.00/0.42)	

CMYK percentages

%47.97
%43.24
%0
%41.96

Codes

Color #4D5494 in popluar color models

4D5494
RGB7784148
HSL234°31.56%44.12%
HSB/HSV234°47.97%58.04%
CMYK47.97%43.24%0.00%
41.96%

Color #4D5494 in popluar number systems.

HEX4D5494
Decimal7784148
Binary1001101101010010010100
Octal115124224

Shades and tints

Shades of #4D5494

#4D5494
(77,84,148)
#464D87
(70,77,135)
#3F467A
(63,70,122)
#383F6D
(56,63,109)
#313860
(49,56,96)
#2A3153
(42,49,83)
#232A46
(35,42,70)
#1C2339
(28,35,57)
#151C2C
(21,28,44)
#0E151F
(14,21,31)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #4D5494

#4D5494
(77,84,148)
#5D639D
(93,99,157)
#6D72A6
(109,114,166)
#7D81AF
(125,129,175)
#8D90B8
(141,144,184)
#9D9FC1
(157,159,193)
#ADAECA
(173,174,202)
#BDBDD3
(189,189,211)
#CDCCDC
(205,204,220)
#DDDBE5
(221,219,229)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5494; }

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

This text font color is #4D5494.


Background Color

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

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

This div background color is #4D5494.


Border color

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

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

This div border color is #4D5494.


Opacity

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

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

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

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

This text has shadow with #4D5494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5494 on black background.


Color preview on white background

This text has color #4D5494 on white background.



Black color preview on #4D5494 background

This text has black color on #4D5494 background.


White color preview on #4D5494 background

This text has white color on #4D5494 background.