COLOR #4D486E

HEX: #4D486E
RGB: (77,72,110)

Color info

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

RGB color model

#4D486E color RGB value is (77,72,110).

  • red value is 77;
  • green value is 72;
  • blue value is 110.
RGB:
(77,72,110)
(30%,28%,43%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 110 of 255 = 43%

77
72
110

R + G + B ~ 34%. #4D486E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 110 = 259 (100%)
R 77 of 259 ~ 29.73%
G 72 of 259 ~ 27.8%
B 110 of 259 ~ 42.47%

%29.73
%27.8
%42.47

CMYK color model

#4D486E color CMYK value is (30,35,0,57).

  • cyan value is 30.00%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(30,35,0,57)
C30M35Y0K57 
(30%,35%,0%,57%)
(0.30/0.35/0.00/0.57)	

CMYK percentages

%30
%34.55
%0
%56.86

Codes

Color #4D486E in popluar color models

4D486E
RGB7772110
HSL248°20.88%35.69%
HSB/HSV248°34.55%43.14%
CMYK30.00%34.55%0.00%
56.86%

Color #4D486E in popluar number systems.

HEX4D486E
Decimal7772110
Binary100110110010001101110
Octal115110156

Shades and tints

Shades of #4D486E

#4D486E
(77,72,110)
#464264
(70,66,100)
#3F3C5A
(63,60,90)
#383650
(56,54,80)
#313046
(49,48,70)
#2A2A3C
(42,42,60)
#232432
(35,36,50)
#1C1E28
(28,30,40)
#15181E
(21,24,30)
#0E1214
(14,18,20)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D486E

#4D486E
(77,72,110)
#5D587B
(93,88,123)
#6D6888
(109,104,136)
#7D7895
(125,120,149)
#8D88A2
(141,136,162)
#9D98AF
(157,152,175)
#ADA8BC
(173,168,188)
#BDB8C9
(189,184,201)
#CDC8D6
(205,200,214)
#DDD8E3
(221,216,227)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D486E color. Also use rgb(77,72,110) instead hex code.

Text Font Color

.myTextColor { color: #4D486E; }

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

This text font color is #4D486E.


Background Color

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

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

This div background color is #4D486E.


Border color

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

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

This div border color is #4D486E.


Opacity

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

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

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

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

This text has shadow with #4D486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D486E on black background.


Color preview on white background

This text has color #4D486E on white background.



Black color preview on #4D486E background

This text has black color on #4D486E background.


White color preview on #4D486E background

This text has white color on #4D486E background.