COLOR #4D5796

HEX: #4D5796
RGB: (77,87,150)

Color info

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

RGB color model

#4D5796 color RGB value is (77,87,150).

  • red value is 77;
  • green value is 87;
  • blue value is 150.
RGB:
(77,87,150)
(30%,34%,59%)

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 150 of 255 = 59%

77
87
150

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

Portions of RGB colors in percentages

R + G + B =
77 + 87 + 150 = 314 (100%)
R 77 of 314 ~ 24.52%
G 87 of 314 ~ 27.71%
B 150 of 314 ~ 47.77%

%24.52
%27.71
%47.77

CMYK color model

#4D5796 color CMYK value is (49,42,0,41).

  • cyan value is 48.67%
  • magenta value is 42.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(49,42,0,41)
C49M42Y0K41 
(49%,42%,0%,41%)
(0.49/0.42/0.00/0.41)	

CMYK percentages

%48.67
%42
%0
%41.18

Codes

Color #4D5796 in popluar color models

4D5796
RGB7787150
HSL232°32.16%44.51%
HSB/HSV232°48.67%58.82%
CMYK48.67%42.00%0.00%
41.18%

Color #4D5796 in popluar number systems.

HEX4D5796
Decimal7787150
Binary1001101101011110010110
Octal115127226

Shades and tints

Shades of #4D5796

#4D5796
(77,87,150)
#465089
(70,80,137)
#3F497C
(63,73,124)
#38426F
(56,66,111)
#313B62
(49,59,98)
#2A3455
(42,52,85)
#232D48
(35,45,72)
#1C263B
(28,38,59)
#151F2E
(21,31,46)
#0E1821
(14,24,33)
#071114
(7,17,20)
#000000
(0,0,0)

Tints of #4D5796

#4D5796
(77,87,150)
#5D669F
(93,102,159)
#6D75A8
(109,117,168)
#7D84B1
(125,132,177)
#8D93BA
(141,147,186)
#9DA2C3
(157,162,195)
#ADB1CC
(173,177,204)
#BDC0D5
(189,192,213)
#CDCFDE
(205,207,222)
#DDDEE7
(221,222,231)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5796 color. Also use rgb(77,87,150) instead hex code.

Text Font Color

.myTextColor { color: #4D5796; }

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

This text font color is #4D5796.


Background Color

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

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

This div background color is #4D5796.


Border color

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

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

This div border color is #4D5796.


Opacity

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

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

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

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

This text has shadow with #4D5796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5796 on black background.


Color preview on white background

This text has color #4D5796 on white background.



Black color preview on #4D5796 background

This text has black color on #4D5796 background.


White color preview on #4D5796 background

This text has white color on #4D5796 background.