COLOR #4D608D

HEX: #4D608D
RGB: (77,96,141)

Color info

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

RGB color model

#4D608D color RGB value is (77,96,141).

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

RGB channels and saturation

R 77 of 255 = 30%
G 96 of 255 = 38%
B 141 of 255 = 55%

77
96
141

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

Portions of RGB colors in percentages

R + G + B =
77 + 96 + 141 = 314 (100%)
R 77 of 314 ~ 24.52%
G 96 of 314 ~ 30.57%
B 141 of 314 ~ 44.9%

%24.52
%30.57
%44.9

CMYK color model

#4D608D color CMYK value is (45,32,0,45).

  • cyan value is 45.39%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(45,32,0,45)
C45M32Y0K45 
(45%,32%,0%,45%)
(0.45/0.32/0.00/0.45)	

CMYK percentages

%45.39
%31.91
%0
%44.71

Codes

Color #4D608D in popluar color models

4D608D
RGB7796141
HSL222°29.36%42.75%
HSB/HSV222°45.39%55.29%
CMYK45.39%31.91%0.00%
44.71%

Color #4D608D in popluar number systems.

HEX4D608D
Decimal7796141
Binary1001101110000010001101
Octal115140215

Shades and tints

Shades of #4D608D

#4D608D
(77,96,141)
#465881
(70,88,129)
#3F5075
(63,80,117)
#384869
(56,72,105)
#31405D
(49,64,93)
#2A3851
(42,56,81)
#233045
(35,48,69)
#1C2839
(28,40,57)
#15202D
(21,32,45)
#0E1821
(14,24,33)
#071015
(7,16,21)
#000000
(0,0,0)

Tints of #4D608D

#4D608D
(77,96,141)
#5D6E97
(93,110,151)
#6D7CA1
(109,124,161)
#7D8AAB
(125,138,171)
#8D98B5
(141,152,181)
#9DA6BF
(157,166,191)
#ADB4C9
(173,180,201)
#BDC2D3
(189,194,211)
#CDD0DD
(205,208,221)
#DDDEE7
(221,222,231)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D608D; }

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

This text font color is #4D608D.


Background Color

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

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

This div background color is #4D608D.


Border color

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

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

This div border color is #4D608D.


Opacity

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

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

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

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

This text has shadow with #4D608D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D608D on black background.


Color preview on white background

This text has color #4D608D on white background.



Black color preview on #4D608D background

This text has black color on #4D608D background.


White color preview on #4D608D background

This text has white color on #4D608D background.