COLOR #4D4B7D

HEX: #4D4B7D
RGB: (77,75,125)

Color info

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

RGB color model

#4D4B7D color RGB value is (77,75,125).

  • red value is 77;
  • green value is 75;
  • blue value is 125.
RGB:
(77,75,125)
(30%,29%,49%)

RGB channels and saturation

R 77 of 255 = 30%
G 75 of 255 = 29%
B 125 of 255 = 49%

77
75
125

R + G + B ~ 36%. #4D4B7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 75 + 125 = 277 (100%)
R 77 of 277 ~ 27.8%
G 75 of 277 ~ 27.08%
B 125 of 277 ~ 45.13%

%27.8
%27.08
%45.13

CMYK color model

#4D4B7D color CMYK value is (38,40,0,51).

  • cyan value is 38.40%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(38,40,0,51)
C38M40Y0K51 
(38%,40%,0%,51%)
(0.38/0.40/0.00/0.51)	

CMYK percentages

%38.4
%40
%0
%50.98

Codes

Color #4D4B7D in popluar color models

4D4B7D
RGB7775125
HSL242°25.00%39.22%
HSB/HSV242°40.00%49.02%
CMYK38.40%40.00%0.00%
50.98%

Color #4D4B7D in popluar number systems.

HEX4D4B7D
Decimal7775125
Binary100110110010111111101
Octal115113175

Shades and tints

Shades of #4D4B7D

#4D4B7D
(77,75,125)
#464572
(70,69,114)
#3F3F67
(63,63,103)
#38395C
(56,57,92)
#313351
(49,51,81)
#2A2D46
(42,45,70)
#23273B
(35,39,59)
#1C2130
(28,33,48)
#151B25
(21,27,37)
#0E151A
(14,21,26)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #4D4B7D

#4D4B7D
(77,75,125)
#5D5B88
(93,91,136)
#6D6B93
(109,107,147)
#7D7B9E
(125,123,158)
#8D8BA9
(141,139,169)
#9D9BB4
(157,155,180)
#ADABBF
(173,171,191)
#BDBBCA
(189,187,202)
#CDCBD5
(205,203,213)
#DDDBE0
(221,219,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4B7D color. Also use rgb(77,75,125) instead hex code.

Text Font Color

.myTextColor { color: #4D4B7D; }

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

This text font color is #4D4B7D.


Background Color

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

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

This div background color is #4D4B7D.


Border color

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

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

This div border color is #4D4B7D.


Opacity

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

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

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

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

This text has shadow with #4D4B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4B7D on black background.


Color preview on white background

This text has color #4D4B7D on white background.



Black color preview on #4D4B7D background

This text has black color on #4D4B7D background.


White color preview on #4D4B7D background

This text has white color on #4D4B7D background.