COLOR #4D547B

HEX: #4D547B
RGB: (77,84,123)

Color info

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

RGB color model

#4D547B color RGB value is (77,84,123).

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

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 123 of 255 = 48%

77
84
123

R + G + B ~ 37%. #4D547B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 84 + 123 = 284 (100%)
R 77 of 284 ~ 27.11%
G 84 of 284 ~ 29.58%
B 123 of 284 ~ 43.31%

%27.11
%29.58
%43.31

CMYK color model

#4D547B color CMYK value is (37,32,0,52).

  • cyan value is 37.40%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(37,32,0,52)
C37M32Y0K52 
(37%,32%,0%,52%)
(0.37/0.32/0.00/0.52)	

CMYK percentages

%37.4
%31.71
%0
%51.76

Codes

Color #4D547B in popluar color models

4D547B
RGB7784123
HSL231°23.00%39.22%
HSB/HSV231°37.40%48.24%
CMYK37.40%31.71%0.00%
51.76%

Color #4D547B in popluar number systems.

HEX4D547B
Decimal7784123
Binary100110110101001111011
Octal115124173

Shades and tints

Shades of #4D547B

#4D547B
(77,84,123)
#464D70
(70,77,112)
#3F4665
(63,70,101)
#383F5A
(56,63,90)
#31384F
(49,56,79)
#2A3144
(42,49,68)
#232A39
(35,42,57)
#1C232E
(28,35,46)
#151C23
(21,28,35)
#0E1518
(14,21,24)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #4D547B

#4D547B
(77,84,123)
#5D6387
(93,99,135)
#6D7293
(109,114,147)
#7D819F
(125,129,159)
#8D90AB
(141,144,171)
#9D9FB7
(157,159,183)
#ADAEC3
(173,174,195)
#BDBDCF
(189,189,207)
#CDCCDB
(205,204,219)
#DDDBE7
(221,219,231)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D547B; }

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

This text font color is #4D547B.


Background Color

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

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

This div background color is #4D547B.


Border color

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

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

This div border color is #4D547B.


Opacity

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

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

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

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

This text has shadow with #4D547B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D547B on black background.


Color preview on white background

This text has color #4D547B on white background.



Black color preview on #4D547B background

This text has black color on #4D547B background.


White color preview on #4D547B background

This text has white color on #4D547B background.