COLOR #4D349E

HEX: #4D349E
RGB: (77,52,158)

Color info

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

RGB color model

#4D349E color RGB value is (77,52,158).

  • red value is 77;
  • green value is 52;
  • blue value is 158.
RGB:
(77,52,158)
(30%,20%,62%)

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 158 of 255 = 62%

77
52
158

R + G + B ~ 37%. #4D349E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 52 + 158 = 287 (100%)
R 77 of 287 ~ 26.83%
G 52 of 287 ~ 18.12%
B 158 of 287 ~ 55.05%

%26.83
%18.12
%55.05

CMYK color model

#4D349E color CMYK value is (51,67,0,38).

  • cyan value is 51.27%
  • magenta value is 67.09%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(51,67,0,38)
C51M67Y0K38 
(51%,67%,0%,38%)
(0.51/0.67/0.00/0.38)	

CMYK percentages

%51.27
%67.09
%0
%38.04

Codes

Color #4D349E in popluar color models

4D349E
RGB7752158
HSL254°50.48%41.18%
HSB/HSV254°67.09%61.96%
CMYK51.27%67.09%0.00%
38.04%

Color #4D349E in popluar number systems.

HEX4D349E
Decimal7752158
Binary100110111010010011110
Octal11564236

Shades and tints

Shades of #4D349E

#4D349E
(77,52,158)
#463090
(70,48,144)
#3F2C82
(63,44,130)
#382874
(56,40,116)
#312466
(49,36,102)
#2A2058
(42,32,88)
#231C4A
(35,28,74)
#1C183C
(28,24,60)
#15142E
(21,20,46)
#0E1020
(14,16,32)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #4D349E

#4D349E
(77,52,158)
#5D46A6
(93,70,166)
#6D58AE
(109,88,174)
#7D6AB6
(125,106,182)
#8D7CBE
(141,124,190)
#9D8EC6
(157,142,198)
#ADA0CE
(173,160,206)
#BDB2D6
(189,178,214)
#CDC4DE
(205,196,222)
#DDD6E6
(221,214,230)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D349E color. Also use rgb(77,52,158) instead hex code.

Text Font Color

.myTextColor { color: #4D349E; }

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

This text font color is #4D349E.


Background Color

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

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

This div background color is #4D349E.


Border color

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

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

This div border color is #4D349E.


Opacity

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

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

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

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

This text has shadow with #4D349E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D349E on black background.


Color preview on white background

This text has color #4D349E on white background.



Black color preview on #4D349E background

This text has black color on #4D349E background.


White color preview on #4D349E background

This text has white color on #4D349E background.