COLOR #4D417B

HEX: #4D417B
RGB: (77,65,123)

Color info

#4D417B contains red, green and blue colors in about the same proportion. Web safe color of #4D417B is #333366 (or #336).

RGB color model

#4D417B color RGB value is (77,65,123).

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

RGB channels and saturation

R 77 of 255 = 30%
G 65 of 255 = 25%
B 123 of 255 = 48%

77
65
123

R + G + B ~ 34%. #4D417B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 65 + 123 = 265 (100%)
R 77 of 265 ~ 29.06%
G 65 of 265 ~ 24.53%
B 123 of 265 ~ 46.42%

%29.06
%24.53
%46.42

CMYK color model

#4D417B color CMYK value is (37,47,0,52).

  • cyan value is 37.40%
  • magenta value is 47.15%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(37,47,0,52)
C37M47Y0K52 
(37%,47%,0%,52%)
(0.37/0.47/0.00/0.52)	

CMYK percentages

%37.4
%47.15
%0
%51.76

Codes

Color #4D417B in popluar color models

4D417B
RGB7765123
HSL252°30.85%36.86%
HSB/HSV252°47.15%48.24%
CMYK37.40%47.15%0.00%
51.76%

Color #4D417B in popluar number systems.

HEX4D417B
Decimal7765123
Binary100110110000011111011
Octal115101173

Shades and tints

Shades of #4D417B

#4D417B
(77,65,123)
#463C70
(70,60,112)
#3F3765
(63,55,101)
#38325A
(56,50,90)
#312D4F
(49,45,79)
#2A2844
(42,40,68)
#232339
(35,35,57)
#1C1E2E
(28,30,46)
#151923
(21,25,35)
#0E1418
(14,20,24)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #4D417B

#4D417B
(77,65,123)
#5D5287
(93,82,135)
#6D6393
(109,99,147)
#7D749F
(125,116,159)
#8D85AB
(141,133,171)
#9D96B7
(157,150,183)
#ADA7C3
(173,167,195)
#BDB8CF
(189,184,207)
#CDC9DB
(205,201,219)
#DDDAE7
(221,218,231)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D417B color. Also use rgb(77,65,123) instead hex code.

Text Font Color

.myTextColor { color: #4D417B; }

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

This text font color is #4D417B.


Background Color

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

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

This div background color is #4D417B.


Border color

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

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

This div border color is #4D417B.


Opacity

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

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

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

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

This text has shadow with #4D417B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D417B on black background.


Color preview on white background

This text has color #4D417B on white background.



Black color preview on #4D417B background

This text has black color on #4D417B background.


White color preview on #4D417B background

This text has white color on #4D417B background.