COLOR #4B5986

HEX: #4B5986
RGB: (75,89,134)

Color info

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

RGB color model

#4B5986 color RGB value is (75,89,134).

  • red value is 75;
  • green value is 89;
  • blue value is 134.
RGB:
(75,89,134)
(29%,35%,53%)

RGB channels and saturation

R 75 of 255 = 29%
G 89 of 255 = 35%
B 134 of 255 = 53%

75
89
134

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

Portions of RGB colors in percentages

R + G + B =
75 + 89 + 134 = 298 (100%)
R 75 of 298 ~ 25.17%
G 89 of 298 ~ 29.87%
B 134 of 298 ~ 44.97%

%25.17
%29.87
%44.97

CMYK color model

#4B5986 color CMYK value is (44,34,0,47).

  • cyan value is 44.03%
  • magenta value is 33.58%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(44,34,0,47)
C44M34Y0K47 
(44%,34%,0%,47%)
(0.44/0.34/0.00/0.47)	

CMYK percentages

%44.03
%33.58
%0
%47.45

Codes

Color #4B5986 in popluar color models

4B5986
RGB7589134
HSL226°28.23%40.98%
HSB/HSV226°44.03%52.55%
CMYK44.03%33.58%0.00%
47.45%

Color #4B5986 in popluar number systems.

HEX4B5986
Decimal7589134
Binary1001011101100110000110
Octal113131206

Shades and tints

Shades of #4B5986

#4B5986
(75,89,134)
#45517A
(69,81,122)
#3F496E
(63,73,110)
#394162
(57,65,98)
#333956
(51,57,86)
#2D314A
(45,49,74)
#27293E
(39,41,62)
#212132
(33,33,50)
#1B1926
(27,25,38)
#15111A
(21,17,26)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #4B5986

#4B5986
(75,89,134)
#5B6891
(91,104,145)
#6B779C
(107,119,156)
#7B86A7
(123,134,167)
#8B95B2
(139,149,178)
#9BA4BD
(155,164,189)
#ABB3C8
(171,179,200)
#BBC2D3
(187,194,211)
#CBD1DE
(203,209,222)
#DBE0E9
(219,224,233)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5986 color. Also use rgb(75,89,134) instead hex code.

Text Font Color

.myTextColor { color: #4B5986; }

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

This text font color is #4B5986.


Background Color

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

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

This div background color is #4B5986.


Border color

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

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

This div border color is #4B5986.


Opacity

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

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

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

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

This text has shadow with #4B5986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5986 on black background.


Color preview on white background

This text has color #4B5986 on white background.



Black color preview on #4B5986 background

This text has black color on #4B5986 background.


White color preview on #4B5986 background

This text has white color on #4B5986 background.