COLOR #4B5CA9

HEX: #4B5CA9
RGB: (75,92,169)

Color info

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

RGB color model

#4B5CA9 color RGB value is (75,92,169).

  • red value is 75;
  • green value is 92;
  • blue value is 169.
RGB:
(75,92,169)
(29%,36%,66%)

RGB channels and saturation

R 75 of 255 = 29%
G 92 of 255 = 36%
B 169 of 255 = 66%

75
92
169

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

Portions of RGB colors in percentages

R + G + B =
75 + 92 + 169 = 336 (100%)
R 75 of 336 ~ 22.32%
G 92 of 336 ~ 27.38%
B 169 of 336 ~ 50.3%

%22.32
%27.38
%50.3

CMYK color model

#4B5CA9 color CMYK value is (56,46,0,34).

  • cyan value is 55.62%
  • magenta value is 45.56%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(56,46,0,34)
C56M46Y0K34 
(56%,46%,0%,34%)
(0.56/0.46/0.00/0.34)	

CMYK percentages

%55.62
%45.56
%0
%33.73

Codes

Color #4B5CA9 in popluar color models

4B5CA9
RGB7592169
HSL229°38.52%47.84%
HSB/HSV229°55.62%66.27%
CMYK55.62%45.56%0.00%
33.73%

Color #4B5CA9 in popluar number systems.

HEX4B5CA9
Decimal7592169
Binary1001011101110010101001
Octal113134251

Shades and tints

Shades of #4B5CA9

#4B5CA9
(75,92,169)
#45549A
(69,84,154)
#3F4C8B
(63,76,139)
#39447C
(57,68,124)
#333C6D
(51,60,109)
#2D345E
(45,52,94)
#272C4F
(39,44,79)
#212440
(33,36,64)
#1B1C31
(27,28,49)
#151422
(21,20,34)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #4B5CA9

#4B5CA9
(75,92,169)
#5B6AB0
(91,106,176)
#6B78B7
(107,120,183)
#7B86BE
(123,134,190)
#8B94C5
(139,148,197)
#9BA2CC
(155,162,204)
#ABB0D3
(171,176,211)
#BBBEDA
(187,190,218)
#CBCCE1
(203,204,225)
#DBDAE8
(219,218,232)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5CA9 color. Also use rgb(75,92,169) instead hex code.

Text Font Color

.myTextColor { color: #4B5CA9; }

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

This text font color is #4B5CA9.


Background Color

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

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

This div background color is #4B5CA9.


Border color

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

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

This div border color is #4B5CA9.


Opacity

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

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

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

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

This text has shadow with #4B5CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5CA9 on black background.


Color preview on white background

This text has color #4B5CA9 on white background.



Black color preview on #4B5CA9 background

This text has black color on #4B5CA9 background.


White color preview on #4B5CA9 background

This text has white color on #4B5CA9 background.