COLOR #4D477D

HEX: #4D477D
RGB: (77,71,125)

Color info

#4D477D contains red, green and blue colors in about the same proportion. Web safe color of #4D477D is #333366 (or #336).

RGB color model

#4D477D color RGB value is (77,71,125).

  • red value is 77;
  • green value is 71;
  • blue value is 125.
RGB:
(77,71,125)
(30%,28%,49%)

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 125 of 255 = 49%

77
71
125

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

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 125 = 273 (100%)
R 77 of 273 ~ 28.21%
G 71 of 273 ~ 26.01%
B 125 of 273 ~ 45.79%

%28.21
%26.01
%45.79

CMYK color model

#4D477D color CMYK value is (38,43,0,51).

  • cyan value is 38.40%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(38,43,0,51)
C38M43Y0K51 
(38%,43%,0%,51%)
(0.38/0.43/0.00/0.51)	

CMYK percentages

%38.4
%43.2
%0
%50.98

Codes

Color #4D477D in popluar color models

4D477D
RGB7771125
HSL247°27.55%38.43%
HSB/HSV247°43.20%49.02%
CMYK38.40%43.20%0.00%
50.98%

Color #4D477D in popluar number systems.

HEX4D477D
Decimal7771125
Binary100110110001111111101
Octal115107175

Shades and tints

Shades of #4D477D

#4D477D
(77,71,125)
#464172
(70,65,114)
#3F3B67
(63,59,103)
#38355C
(56,53,92)
#312F51
(49,47,81)
#2A2946
(42,41,70)
#23233B
(35,35,59)
#1C1D30
(28,29,48)
#151725
(21,23,37)
#0E111A
(14,17,26)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D477D

#4D477D
(77,71,125)
#5D5788
(93,87,136)
#6D6793
(109,103,147)
#7D779E
(125,119,158)
#8D87A9
(141,135,169)
#9D97B4
(157,151,180)
#ADA7BF
(173,167,191)
#BDB7CA
(189,183,202)
#CDC7D5
(205,199,213)
#DDD7E0
(221,215,224)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D477D color. Also use rgb(77,71,125) instead hex code.

Text Font Color

.myTextColor { color: #4D477D; }

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

This text font color is #4D477D.


Background Color

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

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

This div background color is #4D477D.


Border color

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

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

This div border color is #4D477D.


Opacity

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

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

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

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

This text has shadow with #4D477D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D477D on black background.


Color preview on white background

This text has color #4D477D on white background.



Black color preview on #4D477D background

This text has black color on #4D477D background.


White color preview on #4D477D background

This text has white color on #4D477D background.