COLOR #4B5AB1

HEX: #4B5AB1
RGB: (75,90,177)

Color info

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

RGB color model

#4B5AB1 color RGB value is (75,90,177).

  • red value is 75;
  • green value is 90;
  • blue value is 177.
RGB:
(75,90,177)
(29%,35%,69%)

RGB channels and saturation

R 75 of 255 = 29%
G 90 of 255 = 35%
B 177 of 255 = 69%

75
90
177

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

Portions of RGB colors in percentages

R + G + B =
75 + 90 + 177 = 342 (100%)
R 75 of 342 ~ 21.93%
G 90 of 342 ~ 26.32%
B 177 of 342 ~ 51.75%

%21.93
%26.32
%51.75

CMYK color model

#4B5AB1 color CMYK value is (58,49,0,31).

  • cyan value is 57.63%
  • magenta value is 49.15%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(58,49,0,31)
C58M49Y0K31 
(58%,49%,0%,31%)
(0.58/0.49/0.00/0.31)	

CMYK percentages

%57.63
%49.15
%0
%30.59

Codes

Color #4B5AB1 in popluar color models

4B5AB1
RGB7590177
HSL231°40.48%49.41%
HSB/HSV231°57.63%69.41%
CMYK57.63%49.15%0.00%
30.59%

Color #4B5AB1 in popluar number systems.

HEX4B5AB1
Decimal7590177
Binary1001011101101010110001
Octal113132261

Shades and tints

Shades of #4B5AB1

#4B5AB1
(75,90,177)
#4552A1
(69,82,161)
#3F4A91
(63,74,145)
#394281
(57,66,129)
#333A71
(51,58,113)
#2D3261
(45,50,97)
#272A51
(39,42,81)
#212241
(33,34,65)
#1B1A31
(27,26,49)
#151221
(21,18,33)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #4B5AB1

#4B5AB1
(75,90,177)
#5B69B8
(91,105,184)
#6B78BF
(107,120,191)
#7B87C6
(123,135,198)
#8B96CD
(139,150,205)
#9BA5D4
(155,165,212)
#ABB4DB
(171,180,219)
#BBC3E2
(187,195,226)
#CBD2E9
(203,210,233)
#DBE1F0
(219,225,240)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5AB1 color. Also use rgb(75,90,177) instead hex code.

Text Font Color

.myTextColor { color: #4B5AB1; }

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

This text font color is #4B5AB1.


Background Color

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

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

This div background color is #4B5AB1.


Border color

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

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

This div border color is #4B5AB1.


Opacity

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

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

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

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

This text has shadow with #4B5AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5AB1 on black background.


Color preview on white background

This text has color #4B5AB1 on white background.



Black color preview on #4B5AB1 background

This text has black color on #4B5AB1 background.


White color preview on #4B5AB1 background

This text has white color on #4B5AB1 background.