COLOR #4D5B6E

HEX: #4D5B6E
RGB: (77,91,110)

Color info

#4D5B6E contains red, green and blue colors in about the same proportion. Web safe color of #4D5B6E is #336666 (or #366).

RGB color model

#4D5B6E color RGB value is (77,91,110).

  • red value is 77;
  • green value is 91;
  • blue value is 110.
RGB:
(77,91,110)
(30%,36%,43%)

RGB channels and saturation

R 77 of 255 = 30%
G 91 of 255 = 36%
B 110 of 255 = 43%

77
91
110

R + G + B ~ 36%. #4D5B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 91 + 110 = 278 (100%)
R 77 of 278 ~ 27.7%
G 91 of 278 ~ 32.73%
B 110 of 278 ~ 39.57%

%27.7
%32.73
%39.57

CMYK color model

#4D5B6E color CMYK value is (30,17,0,57).

  • cyan value is 30.00%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(30,17,0,57)
C30M17Y0K57 
(30%,17%,0%,57%)
(0.30/0.17/0.00/0.57)	

CMYK percentages

%30
%17.27
%0
%56.86

Codes

Color #4D5B6E in popluar color models

4D5B6E
RGB7791110
HSL215°17.65%36.67%
HSB/HSV215°30.00%43.14%
CMYK30.00%17.27%0.00%
56.86%

Color #4D5B6E in popluar number systems.

HEX4D5B6E
Decimal7791110
Binary100110110110111101110
Octal115133156

Shades and tints

Shades of #4D5B6E

#4D5B6E
(77,91,110)
#465364
(70,83,100)
#3F4B5A
(63,75,90)
#384350
(56,67,80)
#313B46
(49,59,70)
#2A333C
(42,51,60)
#232B32
(35,43,50)
#1C2328
(28,35,40)
#151B1E
(21,27,30)
#0E1314
(14,19,20)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #4D5B6E

#4D5B6E
(77,91,110)
#5D697B
(93,105,123)
#6D7788
(109,119,136)
#7D8595
(125,133,149)
#8D93A2
(141,147,162)
#9DA1AF
(157,161,175)
#ADAFBC
(173,175,188)
#BDBDC9
(189,189,201)
#CDCBD6
(205,203,214)
#DDD9E3
(221,217,227)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5B6E color. Also use rgb(77,91,110) instead hex code.

Text Font Color

.myTextColor { color: #4D5B6E; }

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

This text font color is #4D5B6E.


Background Color

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

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

This div background color is #4D5B6E.


Border color

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

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

This div border color is #4D5B6E.


Opacity

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

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

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

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

This text has shadow with #4D5B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5B6E on black background.


Color preview on white background

This text has color #4D5B6E on white background.



Black color preview on #4D5B6E background

This text has black color on #4D5B6E background.


White color preview on #4D5B6E background

This text has white color on #4D5B6E background.