COLOR #4D4F94

HEX: #4D4F94
RGB: (77,79,148)

Color info

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

RGB color model

#4D4F94 color RGB value is (77,79,148).

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

RGB channels and saturation

R 77 of 255 = 30%
G 79 of 255 = 31%
B 148 of 255 = 58%

77
79
148

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

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 148 = 304 (100%)
R 77 of 304 ~ 25.33%
G 79 of 304 ~ 25.99%
B 148 of 304 ~ 48.68%

%25.33
%25.99
%48.68

CMYK color model

#4D4F94 color CMYK value is (48,47,0,42).

  • cyan value is 47.97%
  • magenta value is 46.62%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (48,47,0,42) C48M47Y0K42 (48%,47%,0%,42%) (0.48/0.47/0.00/0.42)

CMYK percentages

%47.97
%46.62
%0
%41.96

Codes

Color #4D4F94 in popluar color models

4D4F94
RGB7779148
HSL238°31.56%44.12%
HSB/HSV238°47.97%58.04%
CMYK47.97%46.62%0.00%
41.96%

Color #4D4F94 in popluar number systems.

HEX4D4F94
Decimal7779148
Binary1001101100111110010100
Octal115117224

Shades and tints

Shades of #4D4F94

#4D4F94
(77,79,148)
#464887
(70,72,135)
#3F417A
(63,65,122)
#383A6D
(56,58,109)
#313360
(49,51,96)
#2A2C53
(42,44,83)
#232546
(35,37,70)
#1C1E39
(28,30,57)
#15172C
(21,23,44)
#0E101F
(14,16,31)
#070912
(7,9,18)
#000000
(0,0,0)

Tints of #4D4F94

#4D4F94
(77,79,148)
#5D5F9D
(93,95,157)
#6D6FA6
(109,111,166)
#7D7FAF
(125,127,175)
#8D8FB8
(141,143,184)
#9D9FC1
(157,159,193)
#ADAFCA
(173,175,202)
#BDBFD3
(189,191,211)
#CDCFDC
(205,207,220)
#DDDFE5
(221,223,229)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4F94; }

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

This text font color is #4D4F94.


Background Color

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

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

This div background color is #4D4F94.


Border color

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

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

This div border color is #4D4F94.


Opacity

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

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

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

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

This text has shadow with #4D4F94 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4D4F94 on black background.


Color preview on white background

This text has color #4D4F94 on white background.



Black color preview on #4D4F94 background

This text has black color on #4D4F94 background.


White color preview on #4D4F94 background

This text has white color on #4D4F94 background.