COLOR #4D568D

HEX: #4D568D
RGB: (77,86,141)

Color info

#4D568D contains mainly green and blue colors. Web safe color of #4D568D is #336699 (or #369).

RGB color model

#4D568D color RGB value is (77,86,141).

  • red value is 77;
  • green value is 86;
  • blue value is 141.
RGB:
(77,86,141)
(30%,34%,55%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 141 of 255 = 55%

77
86
141

R + G + B ~ 40%. #4D568D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 141 = 304 (100%)
R 77 of 304 ~ 25.33%
G 86 of 304 ~ 28.29%
B 141 of 304 ~ 46.38%

%25.33
%28.29
%46.38

CMYK color model

#4D568D color CMYK value is (45,39,0,45).

  • cyan value is 45.39%
  • magenta value is 39.01%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(45,39,0,45)
C45M39Y0K45 
(45%,39%,0%,45%)
(0.45/0.39/0.00/0.45)	

CMYK percentages

%45.39
%39.01
%0
%44.71

Codes

Color #4D568D in popluar color models

4D568D
RGB7786141
HSL232°29.36%42.75%
HSB/HSV232°45.39%55.29%
CMYK45.39%39.01%0.00%
44.71%

Color #4D568D in popluar number systems.

HEX4D568D
Decimal7786141
Binary1001101101011010001101
Octal115126215

Shades and tints

Shades of #4D568D

#4D568D
(77,86,141)
#464F81
(70,79,129)
#3F4875
(63,72,117)
#384169
(56,65,105)
#313A5D
(49,58,93)
#2A3351
(42,51,81)
#232C45
(35,44,69)
#1C2539
(28,37,57)
#151E2D
(21,30,45)
#0E1721
(14,23,33)
#071015
(7,16,21)
#000000
(0,0,0)

Tints of #4D568D

#4D568D
(77,86,141)
#5D6597
(93,101,151)
#6D74A1
(109,116,161)
#7D83AB
(125,131,171)
#8D92B5
(141,146,181)
#9DA1BF
(157,161,191)
#ADB0C9
(173,176,201)
#BDBFD3
(189,191,211)
#CDCEDD
(205,206,221)
#DDDDE7
(221,221,231)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D568D color. Also use rgb(77,86,141) instead hex code.

Text Font Color

.myTextColor { color: #4D568D; }

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

This text font color is #4D568D.


Background Color

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

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

This div background color is #4D568D.


Border color

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

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

This div border color is #4D568D.


Opacity

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

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

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

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

This text has shadow with #4D568D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D568D on black background.


Color preview on white background

This text has color #4D568D on white background.



Black color preview on #4D568D background

This text has black color on #4D568D background.


White color preview on #4D568D background

This text has white color on #4D568D background.