COLOR #4D427E

HEX: #4D427E
RGB: (77,66,126)

Color info

#4D427E contains mainly red and blue colors. Web safe color of #4D427E is #333366 (or #336).

RGB color model

#4D427E color RGB value is (77,66,126).

  • red value is 77;
  • green value is 66;
  • blue value is 126.
RGB:
(77,66,126)
(30%,26%,49%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 126 of 255 = 49%

77
66
126

R + G + B ~ 35%. #4D427E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 126 = 269 (100%)
R 77 of 269 ~ 28.62%
G 66 of 269 ~ 24.54%
B 126 of 269 ~ 46.84%

%28.62
%24.54
%46.84

CMYK color model

#4D427E color CMYK value is (39,48,0,51).

  • cyan value is 38.89%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(39,48,0,51)
C39M48Y0K51 
(39%,48%,0%,51%)
(0.39/0.48/0.00/0.51)	

CMYK percentages

%38.89
%47.62
%0
%50.59

Codes

Color #4D427E in popluar color models

4D427E
RGB7766126
HSL251°31.25%37.65%
HSB/HSV251°47.62%49.41%
CMYK38.89%47.62%0.00%
50.59%

Color #4D427E in popluar number systems.

HEX4D427E
Decimal7766126
Binary100110110000101111110
Octal115102176

Shades and tints

Shades of #4D427E

#4D427E
(77,66,126)
#463C73
(70,60,115)
#3F3668
(63,54,104)
#38305D
(56,48,93)
#312A52
(49,42,82)
#2A2447
(42,36,71)
#231E3C
(35,30,60)
#1C1831
(28,24,49)
#151226
(21,18,38)
#0E0C1B
(14,12,27)
#070610
(7,6,16)
#000000
(0,0,0)

Tints of #4D427E

#4D427E
(77,66,126)
#5D5389
(93,83,137)
#6D6494
(109,100,148)
#7D759F
(125,117,159)
#8D86AA
(141,134,170)
#9D97B5
(157,151,181)
#ADA8C0
(173,168,192)
#BDB9CB
(189,185,203)
#CDCAD6
(205,202,214)
#DDDBE1
(221,219,225)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D427E color. Also use rgb(77,66,126) instead hex code.

Text Font Color

.myTextColor { color: #4D427E; }

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

This text font color is #4D427E.


Background Color

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

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

This div background color is #4D427E.


Border color

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

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

This div border color is #4D427E.


Opacity

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

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

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

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

This text has shadow with #4D427E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D427E on black background.


Color preview on white background

This text has color #4D427E on white background.



Black color preview on #4D427E background

This text has black color on #4D427E background.


White color preview on #4D427E background

This text has white color on #4D427E background.