COLOR #4A5BE4

HEX: #4A5BE4
RGB: (74,91,228)

Color info

#4A5BE4 contains mainly blue color. Web safe color of #4A5BE4 is #3366CC (or #36C).

RGB color model

#4A5BE4 color RGB value is (74,91,228).

  • red value is 74;
  • green value is 91;
  • blue value is 228.
RGB:
(74,91,228)
(29%,36%,89%)

RGB channels and saturation

R 74 of 255 = 29%
G 91 of 255 = 36%
B 228 of 255 = 89%

74
91
228

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

Portions of RGB colors in percentages

R + G + B =
74 + 91 + 228 = 393 (100%)
R 74 of 393 ~ 18.83%
G 91 of 393 ~ 23.16%
B 228 of 393 ~ 58.02%

%18.83
%23.16
%58.02

CMYK color model

#4A5BE4 color CMYK value is (68,60,0,11).

  • cyan value is 67.54%
  • magenta value is 60.09%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(68,60,0,11)
C68M60Y0K11 
(68%,60%,0%,11%)
(0.68/0.60/0.00/0.11)	

CMYK percentages

%67.54
%60.09
%0
%10.59

Codes

Color #4A5BE4 in popluar color models

4A5BE4
RGB7491228
HSL233°74.04%59.22%
HSB/HSV233°67.54%89.41%
CMYK67.54%60.09%0.00%
10.59%

Color #4A5BE4 in popluar number systems.

HEX4A5BE4
Decimal7491228
Binary1001010101101111100100
Octal112133344

Shades and tints

Shades of #4A5BE4

#4A5BE4
(74,91,228)
#4453D0
(68,83,208)
#3E4BBC
(62,75,188)
#3843A8
(56,67,168)
#323B94
(50,59,148)
#2C3380
(44,51,128)
#262B6C
(38,43,108)
#202358
(32,35,88)
#1A1B44
(26,27,68)
#141330
(20,19,48)
#0E0B1C
(14,11,28)
#000000
(0,0,0)

Tints of #4A5BE4

#4A5BE4
(74,91,228)
#5A69E6
(90,105,230)
#6A77E8
(106,119,232)
#7A85EA
(122,133,234)
#8A93EC
(138,147,236)
#9AA1EE
(154,161,238)
#AAAFF0
(170,175,240)
#BABDF2
(186,189,242)
#CACBF4
(202,203,244)
#DAD9F6
(218,217,246)
#EAE7F8
(234,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5BE4 color. Also use rgb(74,91,228) instead hex code.

Text Font Color

.myTextColor { color: #4A5BE4; }

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

This text font color is #4A5BE4.


Background Color

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

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

This div background color is #4A5BE4.


Border color

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

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

This div border color is #4A5BE4.


Opacity

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

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

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

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

This text has shadow with #4A5BE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5BE4 on black background.


Color preview on white background

This text has color #4A5BE4 on white background.



Black color preview on #4A5BE4 background

This text has black color on #4A5BE4 background.


White color preview on #4A5BE4 background

This text has white color on #4A5BE4 background.