COLOR #4D5992

HEX: #4D5992
RGB: (77,89,146)

Color info

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

RGB color model

#4D5992 color RGB value is (77,89,146).

  • red value is 77;
  • green value is 89;
  • blue value is 146.
RGB:
(77,89,146)
(30%,35%,57%)

RGB channels and saturation

R 77 of 255 = 30%
G 89 of 255 = 35%
B 146 of 255 = 57%

77
89
146

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

Portions of RGB colors in percentages

R + G + B =
77 + 89 + 146 = 312 (100%)
R 77 of 312 ~ 24.68%
G 89 of 312 ~ 28.53%
B 146 of 312 ~ 46.79%

%24.68
%28.53
%46.79

CMYK color model

#4D5992 color CMYK value is (47,39,0,43).

  • cyan value is 47.26%
  • magenta value is 39.04%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(47,39,0,43)
C47M39Y0K43 
(47%,39%,0%,43%)
(0.47/0.39/0.00/0.43)	

CMYK percentages

%47.26
%39.04
%0
%42.75

Codes

Color #4D5992 in popluar color models

4D5992
RGB7789146
HSL230°30.94%43.73%
HSB/HSV230°47.26%57.25%
CMYK47.26%39.04%0.00%
42.75%

Color #4D5992 in popluar number systems.

HEX4D5992
Decimal7789146
Binary1001101101100110010010
Octal115131222

Shades and tints

Shades of #4D5992

#4D5992
(77,89,146)
#465185
(70,81,133)
#3F4978
(63,73,120)
#38416B
(56,65,107)
#31395E
(49,57,94)
#2A3151
(42,49,81)
#232944
(35,41,68)
#1C2137
(28,33,55)
#15192A
(21,25,42)
#0E111D
(14,17,29)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #4D5992

#4D5992
(77,89,146)
#5D689B
(93,104,155)
#6D77A4
(109,119,164)
#7D86AD
(125,134,173)
#8D95B6
(141,149,182)
#9DA4BF
(157,164,191)
#ADB3C8
(173,179,200)
#BDC2D1
(189,194,209)
#CDD1DA
(205,209,218)
#DDE0E3
(221,224,227)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5992 color. Also use rgb(77,89,146) instead hex code.

Text Font Color

.myTextColor { color: #4D5992; }

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

This text font color is #4D5992.


Background Color

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

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

This div background color is #4D5992.


Border color

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

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

This div border color is #4D5992.


Opacity

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

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

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

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

This text has shadow with #4D5992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5992 on black background.


Color preview on white background

This text has color #4D5992 on white background.



Black color preview on #4D5992 background

This text has black color on #4D5992 background.


White color preview on #4D5992 background

This text has white color on #4D5992 background.