COLOR #4D456B

HEX: #4D456B
RGB: (77,69,107)

Color info

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

RGB color model

#4D456B color RGB value is (77,69,107).

  • red value is 77;
  • green value is 69;
  • blue value is 107.
RGB:
(77,69,107)
(30%,27%,42%)

RGB channels and saturation

R 77 of 255 = 30%
G 69 of 255 = 27%
B 107 of 255 = 42%

77
69
107

R + G + B ~ 33%. #4D456B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 69 + 107 = 253 (100%)
R 77 of 253 ~ 30.43%
G 69 of 253 ~ 27.27%
B 107 of 253 ~ 42.29%

%30.43
%27.27
%42.29

CMYK color model

#4D456B color CMYK value is (28,36,0,58).

  • cyan value is 28.04%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(28,36,0,58)
C28M36Y0K58 
(28%,36%,0%,58%)
(0.28/0.36/0.00/0.58)	

CMYK percentages

%28.04
%35.51
%0
%58.04

Codes

Color #4D456B in popluar color models

4D456B
RGB7769107
HSL253°21.59%34.51%
HSB/HSV253°35.51%41.96%
CMYK28.04%35.51%0.00%
58.04%

Color #4D456B in popluar number systems.

HEX4D456B
Decimal7769107
Binary100110110001011101011
Octal115105153

Shades and tints

Shades of #4D456B

#4D456B
(77,69,107)
#463F62
(70,63,98)
#3F3959
(63,57,89)
#383350
(56,51,80)
#312D47
(49,45,71)
#2A273E
(42,39,62)
#232135
(35,33,53)
#1C1B2C
(28,27,44)
#151523
(21,21,35)
#0E0F1A
(14,15,26)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #4D456B

#4D456B
(77,69,107)
#5D5578
(93,85,120)
#6D6585
(109,101,133)
#7D7592
(125,117,146)
#8D859F
(141,133,159)
#9D95AC
(157,149,172)
#ADA5B9
(173,165,185)
#BDB5C6
(189,181,198)
#CDC5D3
(205,197,211)
#DDD5E0
(221,213,224)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D456B color. Also use rgb(77,69,107) instead hex code.

Text Font Color

.myTextColor { color: #4D456B; }

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

This text font color is #4D456B.


Background Color

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

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

This div background color is #4D456B.


Border color

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

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

This div border color is #4D456B.


Opacity

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

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

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

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

This text has shadow with #4D456B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D456B on black background.


Color preview on white background

This text has color #4D456B on white background.



Black color preview on #4D456B background

This text has black color on #4D456B background.


White color preview on #4D456B background

This text has white color on #4D456B background.