COLOR #4B5788

HEX: #4B5788
RGB: (75,87,136)

Color info

#4B5788 contains mainly green and blue colors. Web safe color of #4B5788 is #336699 (or #369).

RGB color model

#4B5788 color RGB value is (75,87,136).

  • red value is 75;
  • green value is 87;
  • blue value is 136.
RGB:
(75,87,136)
(29%,34%,53%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 136 of 255 = 53%

75
87
136

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

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 136 = 298 (100%)
R 75 of 298 ~ 25.17%
G 87 of 298 ~ 29.19%
B 136 of 298 ~ 45.64%

%25.17
%29.19
%45.64

CMYK color model

#4B5788 color CMYK value is (45,36,0,47).

  • cyan value is 44.85%
  • magenta value is 36.03%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(45,36,0,47)
C45M36Y0K47 
(45%,36%,0%,47%)
(0.45/0.36/0.00/0.47)	

CMYK percentages

%44.85
%36.03
%0
%46.67

Codes

Color #4B5788 in popluar color models

4B5788
RGB7587136
HSL228°28.91%41.37%
HSB/HSV228°44.85%53.33%
CMYK44.85%36.03%0.00%
46.67%

Color #4B5788 in popluar number systems.

HEX4B5788
Decimal7587136
Binary1001011101011110001000
Octal113127210

Shades and tints

Shades of #4B5788

#4B5788
(75,87,136)
#45507C
(69,80,124)
#3F4970
(63,73,112)
#394264
(57,66,100)
#333B58
(51,59,88)
#2D344C
(45,52,76)
#272D40
(39,45,64)
#212634
(33,38,52)
#1B1F28
(27,31,40)
#15181C
(21,24,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #4B5788

#4B5788
(75,87,136)
#5B6692
(91,102,146)
#6B759C
(107,117,156)
#7B84A6
(123,132,166)
#8B93B0
(139,147,176)
#9BA2BA
(155,162,186)
#ABB1C4
(171,177,196)
#BBC0CE
(187,192,206)
#CBCFD8
(203,207,216)
#DBDEE2
(219,222,226)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5788 color. Also use rgb(75,87,136) instead hex code.

Text Font Color

.myTextColor { color: #4B5788; }

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

This text font color is #4B5788.


Background Color

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

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

This div background color is #4B5788.


Border color

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

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

This div border color is #4B5788.


Opacity

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

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

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

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

This text has shadow with #4B5788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5788 on black background.


Color preview on white background

This text has color #4B5788 on white background.



Black color preview on #4B5788 background

This text has black color on #4B5788 background.


White color preview on #4B5788 background

This text has white color on #4B5788 background.