COLOR #4D4468

HEX: #4D4468
RGB: (77,68,104)

Color info

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

RGB color model

#4D4468 color RGB value is (77,68,104).

  • red value is 77;
  • green value is 68;
  • blue value is 104.
RGB:
(77,68,104)
(30%,27%,41%)

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 104 of 255 = 41%

77
68
104

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

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 104 = 249 (100%)
R 77 of 249 ~ 30.92%
G 68 of 249 ~ 27.31%
B 104 of 249 ~ 41.77%

%30.92
%27.31
%41.77

CMYK color model

#4D4468 color CMYK value is (26,35,0,59).

  • cyan value is 25.96%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(26,35,0,59)
C26M35Y0K59 
(26%,35%,0%,59%)
(0.26/0.35/0.00/0.59)	

CMYK percentages

%25.96
%34.62
%0
%59.22

Codes

Color #4D4468 in popluar color models

4D4468
RGB7768104
HSL255°20.93%33.73%
HSB/HSV255°34.62%40.78%
CMYK25.96%34.62%0.00%
59.22%

Color #4D4468 in popluar number systems.

HEX4D4468
Decimal7768104
Binary100110110001001101000
Octal115104150

Shades and tints

Shades of #4D4468

#4D4468
(77,68,104)
#463E5F
(70,62,95)
#3F3856
(63,56,86)
#38324D
(56,50,77)
#312C44
(49,44,68)
#2A263B
(42,38,59)
#232032
(35,32,50)
#1C1A29
(28,26,41)
#151420
(21,20,32)
#0E0E17
(14,14,23)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #4D4468

#4D4468
(77,68,104)
#5D5575
(93,85,117)
#6D6682
(109,102,130)
#7D778F
(125,119,143)
#8D889C
(141,136,156)
#9D99A9
(157,153,169)
#ADAAB6
(173,170,182)
#BDBBC3
(189,187,195)
#CDCCD0
(205,204,208)
#DDDDDD
(221,221,221)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4468 color. Also use rgb(77,68,104) instead hex code.

Text Font Color

.myTextColor { color: #4D4468; }

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

This text font color is #4D4468.


Background Color

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

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

This div background color is #4D4468.


Border color

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

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

This div border color is #4D4468.


Opacity

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

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

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

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

This text has shadow with #4D4468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4468 on black background.


Color preview on white background

This text has color #4D4468 on white background.



Black color preview on #4D4468 background

This text has black color on #4D4468 background.


White color preview on #4D4468 background

This text has white color on #4D4468 background.