COLOR #4B5388

HEX: #4B5388
RGB: (75,83,136)

Color info

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

RGB color model

#4B5388 color RGB value is (75,83,136).

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

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 136 of 255 = 53%

75
83
136

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

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 136 = 294 (100%)
R 75 of 294 ~ 25.51%
G 83 of 294 ~ 28.23%
B 136 of 294 ~ 46.26%

%25.51
%28.23
%46.26

CMYK color model

#4B5388 color CMYK value is (45,39,0,47).

  • cyan value is 44.85%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(45,39,0,47)
C45M39Y0K47 
(45%,39%,0%,47%)
(0.45/0.39/0.00/0.47)	

CMYK percentages

%44.85
%38.97
%0
%46.67

Codes

Color #4B5388 in popluar color models

4B5388
RGB7583136
HSL232°28.91%41.37%
HSB/HSV232°44.85%53.33%
CMYK44.85%38.97%0.00%
46.67%

Color #4B5388 in popluar number systems.

HEX4B5388
Decimal7583136
Binary1001011101001110001000
Octal113123210

Shades and tints

Shades of #4B5388

#4B5388
(75,83,136)
#454C7C
(69,76,124)
#3F4570
(63,69,112)
#393E64
(57,62,100)
#333758
(51,55,88)
#2D304C
(45,48,76)
#272940
(39,41,64)
#212234
(33,34,52)
#1B1B28
(27,27,40)
#15141C
(21,20,28)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #4B5388

#4B5388
(75,83,136)
#5B6292
(91,98,146)
#6B719C
(107,113,156)
#7B80A6
(123,128,166)
#8B8FB0
(139,143,176)
#9B9EBA
(155,158,186)
#ABADC4
(171,173,196)
#BBBCCE
(187,188,206)
#CBCBD8
(203,203,216)
#DBDAE2
(219,218,226)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5388; }

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

This text font color is #4B5388.


Background Color

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

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

This div background color is #4B5388.


Border color

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

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

This div border color is #4B5388.


Opacity

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

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

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

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

This text has shadow with #4B5388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5388 on black background.


Color preview on white background

This text has color #4B5388 on white background.



Black color preview on #4B5388 background

This text has black color on #4B5388 background.


White color preview on #4B5388 background

This text has white color on #4B5388 background.