COLOR #4D5F94

HEX: #4D5F94
RGB: (77,95,148)

Color info

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

RGB color model

#4D5F94 color RGB value is (77,95,148).

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

RGB channels and saturation

R 77 of 255 = 30%
G 95 of 255 = 37%
B 148 of 255 = 58%

77
95
148

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

Portions of RGB colors in percentages

R + G + B =
77 + 95 + 148 = 320 (100%)
R 77 of 320 ~ 24.06%
G 95 of 320 ~ 29.69%
B 148 of 320 ~ 46.25%

%24.06
%29.69
%46.25

CMYK color model

#4D5F94 color CMYK value is (48,36,0,42).

  • cyan value is 47.97%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(48,36,0,42)
C48M36Y0K42 
(48%,36%,0%,42%)
(0.48/0.36/0.00/0.42)	

CMYK percentages

%47.97
%35.81
%0
%41.96

Codes

Color #4D5F94 in popluar color models

4D5F94
RGB7795148
HSL225°31.56%44.12%
HSB/HSV225°47.97%58.04%
CMYK47.97%35.81%0.00%
41.96%

Color #4D5F94 in popluar number systems.

HEX4D5F94
Decimal7795148
Binary1001101101111110010100
Octal115137224

Shades and tints

Shades of #4D5F94

#4D5F94
(77,95,148)
#465787
(70,87,135)
#3F4F7A
(63,79,122)
#38476D
(56,71,109)
#313F60
(49,63,96)
#2A3753
(42,55,83)
#232F46
(35,47,70)
#1C2739
(28,39,57)
#151F2C
(21,31,44)
#0E171F
(14,23,31)
#070F12
(7,15,18)
#000000
(0,0,0)

Tints of #4D5F94

#4D5F94
(77,95,148)
#5D6D9D
(93,109,157)
#6D7BA6
(109,123,166)
#7D89AF
(125,137,175)
#8D97B8
(141,151,184)
#9DA5C1
(157,165,193)
#ADB3CA
(173,179,202)
#BDC1D3
(189,193,211)
#CDCFDC
(205,207,220)
#DDDDE5
(221,221,229)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5F94; }

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

This text font color is #4D5F94.


Background Color

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

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

This div background color is #4D5F94.


Border color

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

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

This div border color is #4D5F94.


Opacity

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

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

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

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

This text has shadow with #4D5F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F94 on black background.


Color preview on white background

This text has color #4D5F94 on white background.



Black color preview on #4D5F94 background

This text has black color on #4D5F94 background.


White color preview on #4D5F94 background

This text has white color on #4D5F94 background.