COLOR #4D466B

HEX: #4D466B
RGB: (77,70,107)

Color info

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

RGB color model

#4D466B color RGB value is (77,70,107).

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

RGB channels and saturation

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

77
70
107

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

Portions of RGB colors in percentages

R + G + B =
77 + 70 + 107 = 254 (100%)
R 77 of 254 ~ 30.31%
G 70 of 254 ~ 27.56%
B 107 of 254 ~ 42.13%

%30.31
%27.56
%42.13

CMYK color model

#4D466B color CMYK value is (28,35,0,58).

  • cyan value is 28.04%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(28,35,0,58)
C28M35Y0K58 
(28%,35%,0%,58%)
(0.28/0.35/0.00/0.58)	

CMYK percentages

%28.04
%34.58
%0
%58.04

Codes

Color #4D466B in popluar color models

4D466B
RGB7770107
HSL251°20.90%34.71%
HSB/HSV251°34.58%41.96%
CMYK28.04%34.58%0.00%
58.04%

Color #4D466B in popluar number systems.

HEX4D466B
Decimal7770107
Binary100110110001101101011
Octal115106153

Shades and tints

Shades of #4D466B

#4D466B
(77,70,107)
#464062
(70,64,98)
#3F3A59
(63,58,89)
#383450
(56,52,80)
#312E47
(49,46,71)
#2A283E
(42,40,62)
#232235
(35,34,53)
#1C1C2C
(28,28,44)
#151623
(21,22,35)
#0E101A
(14,16,26)
#070A11
(7,10,17)
#000000
(0,0,0)

Tints of #4D466B

#4D466B
(77,70,107)
#5D5678
(93,86,120)
#6D6685
(109,102,133)
#7D7692
(125,118,146)
#8D869F
(141,134,159)
#9D96AC
(157,150,172)
#ADA6B9
(173,166,185)
#BDB6C6
(189,182,198)
#CDC6D3
(205,198,211)
#DDD6E0
(221,214,224)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D466B; }

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

This text font color is #4D466B.


Background Color

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

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

This div background color is #4D466B.


Border color

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

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

This div border color is #4D466B.


Opacity

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

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

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

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

This text has shadow with #4D466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D466B on black background.


Color preview on white background

This text has color #4D466B on white background.



Black color preview on #4D466B background

This text has black color on #4D466B background.


White color preview on #4D466B background

This text has white color on #4D466B background.