COLOR #4D195E

HEX: #4D195E RGB: (77,25,94)

Color info

#4D195E contains mainly red and blue colors. Web safe color of #4D195E is #330066 (or #306).

RGB color model

#4D195E color RGB value is (77,25,94).

RGB: (77,25,94) (30%, 10%, 37%)

RGB channels and saturation

R 77 of 255 = 30%
G 25 of 255 = 10%
B 94 of 255 = 37%

77
25
94

R + G + B ~ 26%. #4D195E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 25 + 94 = 196 (100%)
R 77 of 196 ~ 39.29%
G 25 of 196 ~ 12.76%
B 94 of 196 ~ 47.96'%

%39.29
%12.76
%47.96

CMYK color model

#4D195E color CMYK value is (18,73,0,63).

  • cyan value is 18.09%
  • magenta value is 73.40%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (18,73,0,63)
C18M73Y0K63 (18%, 73%, 0%, 63%)
(0.18 / 0.73 / 0.00 / 0.63)

CMYK percentages

%18.09
%73.4
%0
%63.14

Codes

Color #4D195E in popluar color models

4D 19 5E
RGB 77 25 94
HSL 285° 57.98% 23.33%
HSB/HSV 285° 73.40% 36.86%
CMYK 18.09% 73.40% 0.00%
63.14%

Color #4D195E in popluar number systems.

HEX 4D 19 5E
Decimal 77 25 94
Binary 1001101 11001 1011110
Octal 115 31 136

Shades and tints

Shades of #4D195E

#4D195E
(77,25,94)
#461756
(70,23,86)
#3F154E
(63,21,78)
#381346
(56,19,70)
#31113E
(49,17,62)
#2A0F36
(42,15,54)
#230D2E
(35,13,46)
#1C0B26
(28,11,38)
#15091E
(21,9,30)
#0E0716
(14,7,22)
#07050E
(7,5,14)
#000000
(0,0,0)

Tints of #4D195E

#4D195E
(77,25,94)
#5D2D6C
(93,45,108)
#6D417A
(109,65,122)
#7D5588
(125,85,136)
#8D6996
(141,105,150)
#9D7DA4
(157,125,164)
#AD91B2
(173,145,178)
#BDA5C0
(189,165,192)
#CDB9CE
(205,185,206)
#DDCDDC
(221,205,220)
#EDE1EA
(237,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D195E color. Also use rgb(77,25,94) instead hex code.

Text Font Color

.myTextColor { color: #4D195E; }

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

This text font color is #4D195E.

Background Color

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

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

This div background color is #4D195E.

Border color

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

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

This div border color is #4D195E.

Opacity

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

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

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

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

This text has shadow with #4D195E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D195E.

Preview

Color preview on black background

This text has color #4D195E on black background.


Color preview on white background

This text has color #4D195E on white background.


Black color preview on #4D195E background

This text has black color on #4D195E background.


White color preview on #4D195E background

This text has white color on #4D195E background.


Related colors

Complementary color

Complementary color for #hex is #B2E6A1.


I love getcolorcode.com

Triadic colors

1 #5E4D19 and #195E4D with #4D195E are triadic colors.

2 #5E194D and #194D5E with #4D195E are triadic colors.