COLOR #4B5495

HEX: #4B5495
RGB: (75,84,149)

Color info

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

RGB color model

#4B5495 color RGB value is (75,84,149).

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

RGB channels and saturation

R 75 of 255 = 29%
G 84 of 255 = 33%
B 149 of 255 = 58%

75
84
149

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

Portions of RGB colors in percentages

R + G + B =
75 + 84 + 149 = 308 (100%)
R 75 of 308 ~ 24.35%
G 84 of 308 ~ 27.27%
B 149 of 308 ~ 48.38%

%24.35
%27.27
%48.38

CMYK color model

#4B5495 color CMYK value is (50,44,0,42).

  • cyan value is 49.66%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(50,44,0,42)
C50M44Y0K42 
(50%,44%,0%,42%)
(0.50/0.44/0.00/0.42)	

CMYK percentages

%49.66
%43.62
%0
%41.57

Codes

Color #4B5495 in popluar color models

4B5495
RGB7584149
HSL233°33.04%43.92%
HSB/HSV233°49.66%58.43%
CMYK49.66%43.62%0.00%
41.57%

Color #4B5495 in popluar number systems.

HEX4B5495
Decimal7584149
Binary1001011101010010010101
Octal113124225

Shades and tints

Shades of #4B5495

#4B5495
(75,84,149)
#454D88
(69,77,136)
#3F467B
(63,70,123)
#393F6E
(57,63,110)
#333861
(51,56,97)
#2D3154
(45,49,84)
#272A47
(39,42,71)
#21233A
(33,35,58)
#1B1C2D
(27,28,45)
#151520
(21,21,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #4B5495

#4B5495
(75,84,149)
#5B639E
(91,99,158)
#6B72A7
(107,114,167)
#7B81B0
(123,129,176)
#8B90B9
(139,144,185)
#9B9FC2
(155,159,194)
#ABAECB
(171,174,203)
#BBBDD4
(187,189,212)
#CBCCDD
(203,204,221)
#DBDBE6
(219,219,230)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5495; }

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

This text font color is #4B5495.


Background Color

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

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

This div background color is #4B5495.


Border color

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

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

This div border color is #4B5495.


Opacity

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

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

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

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

This text has shadow with #4B5495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5495 on black background.


Color preview on white background

This text has color #4B5495 on white background.



Black color preview on #4B5495 background

This text has black color on #4B5495 background.


White color preview on #4B5495 background

This text has white color on #4B5495 background.