COLOR #4D5481

HEX: #4D5481
RGB: (77,84,129)

Color info

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

RGB color model

#4D5481 color RGB value is (77,84,129).

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

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 129 of 255 = 51%

77
84
129

R + G + B ~ 38%. #4D5481 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 84 + 129 = 290 (100%)
R 77 of 290 ~ 26.55%
G 84 of 290 ~ 28.97%
B 129 of 290 ~ 44.48%

%26.55
%28.97
%44.48

CMYK color model

#4D5481 color CMYK value is (40,35,0,49).

  • cyan value is 40.31%
  • magenta value is 34.88%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(40,35,0,49)
C40M35Y0K49 
(40%,35%,0%,49%)
(0.40/0.35/0.00/0.49)	

CMYK percentages

%40.31
%34.88
%0
%49.41

Codes

Color #4D5481 in popluar color models

4D5481
RGB7784129
HSL232°25.24%40.39%
HSB/HSV232°40.31%50.59%
CMYK40.31%34.88%0.00%
49.41%

Color #4D5481 in popluar number systems.

HEX4D5481
Decimal7784129
Binary1001101101010010000001
Octal115124201

Shades and tints

Shades of #4D5481

#4D5481
(77,84,129)
#464D76
(70,77,118)
#3F466B
(63,70,107)
#383F60
(56,63,96)
#313855
(49,56,85)
#2A314A
(42,49,74)
#232A3F
(35,42,63)
#1C2334
(28,35,52)
#151C29
(21,28,41)
#0E151E
(14,21,30)
#070E13
(7,14,19)
#000000
(0,0,0)

Tints of #4D5481

#4D5481
(77,84,129)
#5D638C
(93,99,140)
#6D7297
(109,114,151)
#7D81A2
(125,129,162)
#8D90AD
(141,144,173)
#9D9FB8
(157,159,184)
#ADAEC3
(173,174,195)
#BDBDCE
(189,189,206)
#CDCCD9
(205,204,217)
#DDDBE4
(221,219,228)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5481; }

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

This text font color is #4D5481.


Background Color

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

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

This div background color is #4D5481.


Border color

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

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

This div border color is #4D5481.


Opacity

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

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

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

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

This text has shadow with #4D5481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5481 on black background.


Color preview on white background

This text has color #4D5481 on white background.



Black color preview on #4D5481 background

This text has black color on #4D5481 background.


White color preview on #4D5481 background

This text has white color on #4D5481 background.