COLOR #4D5C81

HEX: #4D5C81
RGB: (77,92,129)

Color info

#4D5C81 contains red, green and blue colors in about the same proportion. Web safe color of #4D5C81 is #336699 (or #369).

RGB color model

#4D5C81 color RGB value is (77,92,129).

  • red value is 77;
  • green value is 92;
  • blue value is 129.
RGB:
(77,92,129)
(30%,36%,51%)

RGB channels and saturation

R 77 of 255 = 30%
G 92 of 255 = 36%
B 129 of 255 = 51%

77
92
129

R + G + B ~ 39%. #4D5C81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 92 + 129 = 298 (100%)
R 77 of 298 ~ 25.84%
G 92 of 298 ~ 30.87%
B 129 of 298 ~ 43.29%

%25.84
%30.87
%43.29

CMYK color model

#4D5C81 color CMYK value is (40,29,0,49).

  • cyan value is 40.31%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(40,29,0,49)
C40M29Y0K49 
(40%,29%,0%,49%)
(0.40/0.29/0.00/0.49)	

CMYK percentages

%40.31
%28.68
%0
%49.41

Codes

Color #4D5C81 in popluar color models

4D5C81
RGB7792129
HSL223°25.24%40.39%
HSB/HSV223°40.31%50.59%
CMYK40.31%28.68%0.00%
49.41%

Color #4D5C81 in popluar number systems.

HEX4D5C81
Decimal7792129
Binary1001101101110010000001
Octal115134201

Shades and tints

Shades of #4D5C81

#4D5C81
(77,92,129)
#465476
(70,84,118)
#3F4C6B
(63,76,107)
#384460
(56,68,96)
#313C55
(49,60,85)
#2A344A
(42,52,74)
#232C3F
(35,44,63)
#1C2434
(28,36,52)
#151C29
(21,28,41)
#0E141E
(14,20,30)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #4D5C81

#4D5C81
(77,92,129)
#5D6A8C
(93,106,140)
#6D7897
(109,120,151)
#7D86A2
(125,134,162)
#8D94AD
(141,148,173)
#9DA2B8
(157,162,184)
#ADB0C3
(173,176,195)
#BDBECE
(189,190,206)
#CDCCD9
(205,204,217)
#DDDAE4
(221,218,228)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5C81 color. Also use rgb(77,92,129) instead hex code.

Text Font Color

.myTextColor { color: #4D5C81; }

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

This text font color is #4D5C81.


Background Color

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

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

This div background color is #4D5C81.


Border color

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

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

This div border color is #4D5C81.


Opacity

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

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

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

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

This text has shadow with #4D5C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5C81 on black background.


Color preview on white background

This text has color #4D5C81 on white background.



Black color preview on #4D5C81 background

This text has black color on #4D5C81 background.


White color preview on #4D5C81 background

This text has white color on #4D5C81 background.