COLOR #4D5B97

HEX: #4D5B97
RGB: (77,91,151)

Color info

#4D5B97 contains mainly blue color. Web safe color of #4D5B97 is #336699 (or #369).

RGB color model

#4D5B97 color RGB value is (77,91,151).

  • red value is 77;
  • green value is 91;
  • blue value is 151.
RGB:
(77,91,151)
(30%,36%,59%)

RGB channels and saturation

R 77 of 255 = 30%
G 91 of 255 = 36%
B 151 of 255 = 59%

77
91
151

R + G + B ~ 42%. #4D5B97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 91 + 151 = 319 (100%)
R 77 of 319 ~ 24.14%
G 91 of 319 ~ 28.53%
B 151 of 319 ~ 47.34%

%24.14
%28.53
%47.34

CMYK color model

#4D5B97 color CMYK value is (49,40,0,41).

  • cyan value is 49.01%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(49,40,0,41)
C49M40Y0K41 
(49%,40%,0%,41%)
(0.49/0.40/0.00/0.41)	

CMYK percentages

%49.01
%39.74
%0
%40.78

Codes

Color #4D5B97 in popluar color models

4D5B97
RGB7791151
HSL229°32.46%44.71%
HSB/HSV229°49.01%59.22%
CMYK49.01%39.74%0.00%
40.78%

Color #4D5B97 in popluar number systems.

HEX4D5B97
Decimal7791151
Binary1001101101101110010111
Octal115133227

Shades and tints

Shades of #4D5B97

#4D5B97
(77,91,151)
#46538A
(70,83,138)
#3F4B7D
(63,75,125)
#384370
(56,67,112)
#313B63
(49,59,99)
#2A3356
(42,51,86)
#232B49
(35,43,73)
#1C233C
(28,35,60)
#151B2F
(21,27,47)
#0E1322
(14,19,34)
#070B15
(7,11,21)
#000000
(0,0,0)

Tints of #4D5B97

#4D5B97
(77,91,151)
#5D69A0
(93,105,160)
#6D77A9
(109,119,169)
#7D85B2
(125,133,178)
#8D93BB
(141,147,187)
#9DA1C4
(157,161,196)
#ADAFCD
(173,175,205)
#BDBDD6
(189,189,214)
#CDCBDF
(205,203,223)
#DDD9E8
(221,217,232)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5B97 color. Also use rgb(77,91,151) instead hex code.

Text Font Color

.myTextColor { color: #4D5B97; }

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

This text font color is #4D5B97.


Background Color

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

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

This div background color is #4D5B97.


Border color

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

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

This div border color is #4D5B97.


Opacity

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

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

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

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

This text has shadow with #4D5B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5B97 on black background.


Color preview on white background

This text has color #4D5B97 on white background.



Black color preview on #4D5B97 background

This text has black color on #4D5B97 background.


White color preview on #4D5B97 background

This text has white color on #4D5B97 background.