COLOR #4B5491

HEX: #4B5491
RGB: (75,84,145)

Color info

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

RGB color model

#4B5491 color RGB value is (75,84,145).

  • red value is 75;
  • green value is 84;
  • blue value is 145.
RGB:
(75,84,145)
(29%,33%,57%)

RGB channels and saturation

R 75 of 255 = 29%
G 84 of 255 = 33%
B 145 of 255 = 57%

75
84
145

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

Portions of RGB colors in percentages

R + G + B =
75 + 84 + 145 = 304 (100%)
R 75 of 304 ~ 24.67%
G 84 of 304 ~ 27.63%
B 145 of 304 ~ 47.7%

%24.67
%27.63
%47.7

CMYK color model

#4B5491 color CMYK value is (48,42,0,43).

  • cyan value is 48.28%
  • magenta value is 42.07%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(48,42,0,43)
C48M42Y0K43 
(48%,42%,0%,43%)
(0.48/0.42/0.00/0.43)	

CMYK percentages

%48.28
%42.07
%0
%43.14

Codes

Color #4B5491 in popluar color models

4B5491
RGB7584145
HSL232°31.82%43.14%
HSB/HSV232°48.28%56.86%
CMYK48.28%42.07%0.00%
43.14%

Color #4B5491 in popluar number systems.

HEX4B5491
Decimal7584145
Binary1001011101010010010001
Octal113124221

Shades and tints

Shades of #4B5491

#4B5491
(75,84,145)
#454D84
(69,77,132)
#3F4677
(63,70,119)
#393F6A
(57,63,106)
#33385D
(51,56,93)
#2D3150
(45,49,80)
#272A43
(39,42,67)
#212336
(33,35,54)
#1B1C29
(27,28,41)
#15151C
(21,21,28)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #4B5491

#4B5491
(75,84,145)
#5B639B
(91,99,155)
#6B72A5
(107,114,165)
#7B81AF
(123,129,175)
#8B90B9
(139,144,185)
#9B9FC3
(155,159,195)
#ABAECD
(171,174,205)
#BBBDD7
(187,189,215)
#CBCCE1
(203,204,225)
#DBDBEB
(219,219,235)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5491 color. Also use rgb(75,84,145) instead hex code.

Text Font Color

.myTextColor { color: #4B5491; }

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

This text font color is #4B5491.


Background Color

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

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

This div background color is #4B5491.


Border color

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

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

This div border color is #4B5491.


Opacity

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

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

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

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

This text has shadow with #4B5491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5491 on black background.


Color preview on white background

This text has color #4B5491 on white background.



Black color preview on #4B5491 background

This text has black color on #4B5491 background.


White color preview on #4B5491 background

This text has white color on #4B5491 background.