COLOR #4D4861

HEX: #4D4861
RGB: (77,72,97)

Color info

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

RGB color model

#4D4861 color RGB value is (77,72,97).

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

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 97 of 255 = 38%

77
72
97

R + G + B ~ 32%. #4D4861 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 97 = 246 (100%)
R 77 of 246 ~ 31.3%
G 72 of 246 ~ 29.27%
B 97 of 246 ~ 39.43%

%31.3
%29.27
%39.43

CMYK color model

#4D4861 color CMYK value is (21,26,0,62).

  • cyan value is 20.62%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(21,26,0,62)
C21M26Y0K62 
(21%,26%,0%,62%)
(0.21/0.26/0.00/0.62)	

CMYK percentages

%20.62
%25.77
%0
%61.96

Codes

Color #4D4861 in popluar color models

4D4861
RGB777297
HSL252°14.79%33.14%
HSB/HSV252°25.77%38.04%
CMYK20.62%25.77%0.00%
61.96%

Color #4D4861 in popluar number systems.

HEX4D4861
Decimal777297
Binary100110110010001100001
Octal115110141

Shades and tints

Shades of #4D4861

#4D4861
(77,72,97)
#464259
(70,66,89)
#3F3C51
(63,60,81)
#383649
(56,54,73)
#313041
(49,48,65)
#2A2A39
(42,42,57)
#232431
(35,36,49)
#1C1E29
(28,30,41)
#151821
(21,24,33)
#0E1219
(14,18,25)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #4D4861

#4D4861
(77,72,97)
#5D586F
(93,88,111)
#6D687D
(109,104,125)
#7D788B
(125,120,139)
#8D8899
(141,136,153)
#9D98A7
(157,152,167)
#ADA8B5
(173,168,181)
#BDB8C3
(189,184,195)
#CDC8D1
(205,200,209)
#DDD8DF
(221,216,223)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4861; }

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

This text font color is #4D4861.


Background Color

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

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

This div background color is #4D4861.


Border color

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

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

This div border color is #4D4861.


Opacity

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

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

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

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

This text has shadow with #4D4861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4861 on black background.


Color preview on white background

This text has color #4D4861 on white background.



Black color preview on #4D4861 background

This text has black color on #4D4861 background.


White color preview on #4D4861 background

This text has white color on #4D4861 background.