COLOR #4B56A5

HEX: #4B56A5
RGB: (75,86,165)

Color info

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

RGB color model

#4B56A5 color RGB value is (75,86,165).

  • red value is 75;
  • green value is 86;
  • blue value is 165.
RGB:
(75,86,165)
(29%,34%,65%)

RGB channels and saturation

R 75 of 255 = 29%
G 86 of 255 = 34%
B 165 of 255 = 65%

75
86
165

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

Portions of RGB colors in percentages

R + G + B =
75 + 86 + 165 = 326 (100%)
R 75 of 326 ~ 23.01%
G 86 of 326 ~ 26.38%
B 165 of 326 ~ 50.61%

%23.01
%26.38
%50.61

CMYK color model

#4B56A5 color CMYK value is (55,48,0,35).

  • cyan value is 54.55%
  • magenta value is 47.88%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(55,48,0,35)
C55M48Y0K35 
(55%,48%,0%,35%)
(0.55/0.48/0.00/0.35)	

CMYK percentages

%54.55
%47.88
%0
%35.29

Codes

Color #4B56A5 in popluar color models

4B56A5
RGB7586165
HSL233°37.50%47.06%
HSB/HSV233°54.55%64.71%
CMYK54.55%47.88%0.00%
35.29%

Color #4B56A5 in popluar number systems.

HEX4B56A5
Decimal7586165
Binary1001011101011010100101
Octal113126245

Shades and tints

Shades of #4B56A5

#4B56A5
(75,86,165)
#454F96
(69,79,150)
#3F4887
(63,72,135)
#394178
(57,65,120)
#333A69
(51,58,105)
#2D335A
(45,51,90)
#272C4B
(39,44,75)
#21253C
(33,37,60)
#1B1E2D
(27,30,45)
#15171E
(21,23,30)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #4B56A5

#4B56A5
(75,86,165)
#5B65AD
(91,101,173)
#6B74B5
(107,116,181)
#7B83BD
(123,131,189)
#8B92C5
(139,146,197)
#9BA1CD
(155,161,205)
#ABB0D5
(171,176,213)
#BBBFDD
(187,191,221)
#CBCEE5
(203,206,229)
#DBDDED
(219,221,237)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B56A5 color. Also use rgb(75,86,165) instead hex code.

Text Font Color

.myTextColor { color: #4B56A5; }

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

This text font color is #4B56A5.


Background Color

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

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

This div background color is #4B56A5.


Border color

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

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

This div border color is #4B56A5.


Opacity

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

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

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

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

This text has shadow with #4B56A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B56A5 on black background.


Color preview on white background

This text has color #4B56A5 on white background.



Black color preview on #4B56A5 background

This text has black color on #4B56A5 background.


White color preview on #4B56A5 background

This text has white color on #4B56A5 background.