COLOR #4B5884

HEX: #4B5884
RGB: (75,88,132)

Color info

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

RGB color model

#4B5884 color RGB value is (75,88,132).

  • red value is 75;
  • green value is 88;
  • blue value is 132.
RGB:
(75,88,132)
(29%,35%,52%)

RGB channels and saturation

R 75 of 255 = 29%
G 88 of 255 = 35%
B 132 of 255 = 52%

75
88
132

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

Portions of RGB colors in percentages

R + G + B =
75 + 88 + 132 = 295 (100%)
R 75 of 295 ~ 25.42%
G 88 of 295 ~ 29.83%
B 132 of 295 ~ 44.75%

%25.42
%29.83
%44.75

CMYK color model

#4B5884 color CMYK value is (43,33,0,48).

  • cyan value is 43.18%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(43,33,0,48)
C43M33Y0K48 
(43%,33%,0%,48%)
(0.43/0.33/0.00/0.48)	

CMYK percentages

%43.18
%33.33
%0
%48.24

Codes

Color #4B5884 in popluar color models

4B5884
RGB7588132
HSL226°27.54%40.59%
HSB/HSV226°43.18%51.76%
CMYK43.18%33.33%0.00%
48.24%

Color #4B5884 in popluar number systems.

HEX4B5884
Decimal7588132
Binary1001011101100010000100
Octal113130204

Shades and tints

Shades of #4B5884

#4B5884
(75,88,132)
#455078
(69,80,120)
#3F486C
(63,72,108)
#394060
(57,64,96)
#333854
(51,56,84)
#2D3048
(45,48,72)
#27283C
(39,40,60)
#212030
(33,32,48)
#1B1824
(27,24,36)
#151018
(21,16,24)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #4B5884

#4B5884
(75,88,132)
#5B678F
(91,103,143)
#6B769A
(107,118,154)
#7B85A5
(123,133,165)
#8B94B0
(139,148,176)
#9BA3BB
(155,163,187)
#ABB2C6
(171,178,198)
#BBC1D1
(187,193,209)
#CBD0DC
(203,208,220)
#DBDFE7
(219,223,231)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5884 color. Also use rgb(75,88,132) instead hex code.

Text Font Color

.myTextColor { color: #4B5884; }

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

This text font color is #4B5884.


Background Color

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

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

This div background color is #4B5884.


Border color

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

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

This div border color is #4B5884.


Opacity

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

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

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

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

This text has shadow with #4B5884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5884 on black background.


Color preview on white background

This text has color #4B5884 on white background.



Black color preview on #4B5884 background

This text has black color on #4B5884 background.


White color preview on #4B5884 background

This text has white color on #4B5884 background.