COLOR #4D5BA1

HEX: #4D5BA1 RGB: (77,91,161)

Color info

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

RGB color model

#4D5BA1 color RGB value is (77,91,161).

RGB: (77,91,161) (30%, 36%, 63%)

RGB channels and saturation

R 77 of 255 = 30%
G 91 of 255 = 36%
B 161 of 255 = 63%

77
91
161

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

Portions of RGB colors in percentages

R + G + B = 77 + 91 + 161 = 329 (100%)
R 77 of 329 ~ 23.4%
G 91 of 329 ~ 27.66%
B 161 of 329 ~ 48.94'%

%23.4
%27.66
%48.94

CMYK color model

#4D5BA1 color CMYK value is (52,43,0,37).

  • cyan value is 52.17%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (52,43,0,37)
C52M43Y0K37 (52%, 43%, 0%, 37%)
(0.52 / 0.43 / 0.00 / 0.37)

CMYK percentages

%52.17
%43.48
%0
%36.86

Codes

Color #4D5BA1 in popluar color models

4D 5B A1
RGB 77 91 161
HSL 230° 35.29% 46.67%
HSB/HSV 230° 52.17% 63.14%
CMYK 52.17% 43.48% 0.00%
36.86%

Color #4D5BA1 in popluar number systems.

HEX 4D 5B A1
Decimal 77 91 161
Binary 1001101 1011011 10100001
Octal 115 133 241

Shades and tints

Shades of #4D5BA1

#4D5BA1
(77,91,161)
#465393
(70,83,147)
#3F4B85
(63,75,133)
#384377
(56,67,119)
#313B69
(49,59,105)
#2A335B
(42,51,91)
#232B4D
(35,43,77)
#1C233F
(28,35,63)
#151B31
(21,27,49)
#0E1323
(14,19,35)
#070B15
(7,11,21)
#000000
(0,0,0)

Tints of #4D5BA1

#4D5BA1
(77,91,161)
#5D69A9
(93,105,169)
#6D77B1
(109,119,177)
#7D85B9
(125,133,185)
#8D93C1
(141,147,193)
#9DA1C9
(157,161,201)
#ADAFD1
(173,175,209)
#BDBDD9
(189,189,217)
#CDCBE1
(205,203,225)
#DDD9E9
(221,217,233)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5BA1; }

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

This text font color is #4D5BA1.

Background Color

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

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

This div background color is #4D5BA1.

Border color

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

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

This div border color is #4D5BA1.

Opacity

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

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

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

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

This text has shadow with #4D5BA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5BA1.

Preview

Color preview on black background

This text has color #4D5BA1 on black background.


Color preview on white background

This text has color #4D5BA1 on white background.


Black color preview on #4D5BA1 background

This text has black color on #4D5BA1 background.


White color preview on #4D5BA1 background

This text has white color on #4D5BA1 background.


Related colors

Complementary color

Complementary color for #hex is #B2A45E.


I love getcolorcode.com

Triadic colors

1 #A14D5B and #5BA14D with #4D5BA1 are triadic colors.

2 #A15B4D and #5B4DA1 with #4D5BA1 are triadic colors.