COLOR #4D3FA6

HEX: #4D3FA6
RGB: (77,63,166)

Color info

#4D3FA6 contains mainly blue color. Web safe color of #4D3FA6 is #333399 (or #339).

RGB color model

#4D3FA6 color RGB value is (77,63,166).

  • red value is 77;
  • green value is 63;
  • blue value is 166.
RGB:
(77,63,166)
(30%,25%,65%)

RGB channels and saturation

R 77 of 255 = 30%
G 63 of 255 = 25%
B 166 of 255 = 65%

77
63
166

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

Portions of RGB colors in percentages

R + G + B =
77 + 63 + 166 = 306 (100%)
R 77 of 306 ~ 25.16%
G 63 of 306 ~ 20.59%
B 166 of 306 ~ 54.25%

%25.16
%20.59
%54.25

CMYK color model

#4D3FA6 color CMYK value is (54,62,0,35).

  • cyan value is 53.61%
  • magenta value is 62.05%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(54,62,0,35)
C54M62Y0K35 
(54%,62%,0%,35%)
(0.54/0.62/0.00/0.35)	

CMYK percentages

%53.61
%62.05
%0
%34.9

Codes

Color #4D3FA6 in popluar color models

4D3FA6
RGB7763166
HSL248°44.98%44.90%
HSB/HSV248°62.05%65.10%
CMYK53.61%62.05%0.00%
34.90%

Color #4D3FA6 in popluar number systems.

HEX4D3FA6
Decimal7763166
Binary100110111111110100110
Octal11577246

Shades and tints

Shades of #4D3FA6

#4D3FA6
(77,63,166)
#463A97
(70,58,151)
#3F3588
(63,53,136)
#383079
(56,48,121)
#312B6A
(49,43,106)
#2A265B
(42,38,91)
#23214C
(35,33,76)
#1C1C3D
(28,28,61)
#15172E
(21,23,46)
#0E121F
(14,18,31)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #4D3FA6

#4D3FA6
(77,63,166)
#5D50AE
(93,80,174)
#6D61B6
(109,97,182)
#7D72BE
(125,114,190)
#8D83C6
(141,131,198)
#9D94CE
(157,148,206)
#ADA5D6
(173,165,214)
#BDB6DE
(189,182,222)
#CDC7E6
(205,199,230)
#DDD8EE
(221,216,238)
#EDE9F6
(237,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3FA6 color. Also use rgb(77,63,166) instead hex code.

Text Font Color

.myTextColor { color: #4D3FA6; }

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

This text font color is #4D3FA6.


Background Color

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

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

This div background color is #4D3FA6.


Border color

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

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

This div border color is #4D3FA6.


Opacity

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

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

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

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

This text has shadow with #4D3FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3FA6 on black background.


Color preview on white background

This text has color #4D3FA6 on white background.



Black color preview on #4D3FA6 background

This text has black color on #4D3FA6 background.


White color preview on #4D3FA6 background

This text has white color on #4D3FA6 background.