COLOR #4D4867

HEX: #4D4867
RGB: (77,72,103)

Color info

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

RGB color model

#4D4867 color RGB value is (77,72,103).

  • red value is 77;
  • green value is 72;
  • blue value is 103.
RGB:
(77,72,103)
(30%,28%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 103 of 255 = 40%

77
72
103

R + G + B ~ 33%. #4D4867 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 103 = 252 (100%)
R 77 of 252 ~ 30.56%
G 72 of 252 ~ 28.57%
B 103 of 252 ~ 40.87%

%30.56
%28.57
%40.87

CMYK color model

#4D4867 color CMYK value is (25,30,0,60).

  • cyan value is 25.24%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(25,30,0,60)
C25M30Y0K60 
(25%,30%,0%,60%)
(0.25/0.30/0.00/0.60)	

CMYK percentages

%25.24
%30.1
%0
%59.61

Codes

Color #4D4867 in popluar color models

4D4867
RGB7772103
HSL250°17.71%34.31%
HSB/HSV250°30.10%40.39%
CMYK25.24%30.10%0.00%
59.61%

Color #4D4867 in popluar number systems.

HEX4D4867
Decimal7772103
Binary100110110010001100111
Octal115110147

Shades and tints

Shades of #4D4867

#4D4867
(77,72,103)
#46425E
(70,66,94)
#3F3C55
(63,60,85)
#38364C
(56,54,76)
#313043
(49,48,67)
#2A2A3A
(42,42,58)
#232431
(35,36,49)
#1C1E28
(28,30,40)
#15181F
(21,24,31)
#0E1216
(14,18,22)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D4867

#4D4867
(77,72,103)
#5D5874
(93,88,116)
#6D6881
(109,104,129)
#7D788E
(125,120,142)
#8D889B
(141,136,155)
#9D98A8
(157,152,168)
#ADA8B5
(173,168,181)
#BDB8C2
(189,184,194)
#CDC8CF
(205,200,207)
#DDD8DC
(221,216,220)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4867 color. Also use rgb(77,72,103) instead hex code.

Text Font Color

.myTextColor { color: #4D4867; }

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

This text font color is #4D4867.


Background Color

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

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

This div background color is #4D4867.


Border color

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

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

This div border color is #4D4867.


Opacity

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

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

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

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

This text has shadow with #4D4867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4867 on black background.


Color preview on white background

This text has color #4D4867 on white background.



Black color preview on #4D4867 background

This text has black color on #4D4867 background.


White color preview on #4D4867 background

This text has white color on #4D4867 background.