COLOR #4D507B

HEX: #4D507B
RGB: (77,80,123)

Color info

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

RGB color model

#4D507B color RGB value is (77,80,123).

  • red value is 77;
  • green value is 80;
  • blue value is 123.
RGB:
(77,80,123)
(30%,31%,48%)

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 123 of 255 = 48%

77
80
123

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

Portions of RGB colors in percentages

R + G + B =
77 + 80 + 123 = 280 (100%)
R 77 of 280 ~ 27.5%
G 80 of 280 ~ 28.57%
B 123 of 280 ~ 43.93%

%27.5
%28.57
%43.93

CMYK color model

#4D507B color CMYK value is (37,35,0,52).

  • cyan value is 37.40%
  • magenta value is 34.96%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(37,35,0,52)
C37M35Y0K52 
(37%,35%,0%,52%)
(0.37/0.35/0.00/0.52)	

CMYK percentages

%37.4
%34.96
%0
%51.76

Codes

Color #4D507B in popluar color models

4D507B
RGB7780123
HSL236°23.00%39.22%
HSB/HSV236°37.40%48.24%
CMYK37.40%34.96%0.00%
51.76%

Color #4D507B in popluar number systems.

HEX4D507B
Decimal7780123
Binary100110110100001111011
Octal115120173

Shades and tints

Shades of #4D507B

#4D507B
(77,80,123)
#464970
(70,73,112)
#3F4265
(63,66,101)
#383B5A
(56,59,90)
#31344F
(49,52,79)
#2A2D44
(42,45,68)
#232639
(35,38,57)
#1C1F2E
(28,31,46)
#151823
(21,24,35)
#0E1118
(14,17,24)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #4D507B

#4D507B
(77,80,123)
#5D5F87
(93,95,135)
#6D6E93
(109,110,147)
#7D7D9F
(125,125,159)
#8D8CAB
(141,140,171)
#9D9BB7
(157,155,183)
#ADAAC3
(173,170,195)
#BDB9CF
(189,185,207)
#CDC8DB
(205,200,219)
#DDD7E7
(221,215,231)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D507B color. Also use rgb(77,80,123) instead hex code.

Text Font Color

.myTextColor { color: #4D507B; }

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

This text font color is #4D507B.


Background Color

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

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

This div background color is #4D507B.


Border color

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

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

This div border color is #4D507B.


Opacity

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

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

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

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

This text has shadow with #4D507B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D507B on black background.


Color preview on white background

This text has color #4D507B on white background.



Black color preview on #4D507B background

This text has black color on #4D507B background.


White color preview on #4D507B background

This text has white color on #4D507B background.