COLOR #4A62E1

HEX: #4A62E1
RGB: (74,98,225)

Color info

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

RGB color model

#4A62E1 color RGB value is (74,98,225).

  • red value is 74;
  • green value is 98;
  • blue value is 225.
RGB:
(74,98,225)
(29%,38%,88%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 225 of 255 = 88%

74
98
225

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

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 225 = 397 (100%)
R 74 of 397 ~ 18.64%
G 98 of 397 ~ 24.69%
B 225 of 397 ~ 56.68%

%18.64
%24.69
%56.68

CMYK color model

#4A62E1 color CMYK value is (67,56,0,12).

  • cyan value is 67.11%
  • magenta value is 56.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(67,56,0,12)
C67M56Y0K12 
(67%,56%,0%,12%)
(0.67/0.56/0.00/0.12)	

CMYK percentages

%67.11
%56.44
%0
%11.76

Codes

Color #4A62E1 in popluar color models

4A62E1
RGB7498225
HSL230°71.56%58.63%
HSB/HSV230°67.11%88.24%
CMYK67.11%56.44%0.00%
11.76%

Color #4A62E1 in popluar number systems.

HEX4A62E1
Decimal7498225
Binary1001010110001011100001
Octal112142341

Shades and tints

Shades of #4A62E1

#4A62E1
(74,98,225)
#445ACD
(68,90,205)
#3E52B9
(62,82,185)
#384AA5
(56,74,165)
#324291
(50,66,145)
#2C3A7D
(44,58,125)
#263269
(38,50,105)
#202A55
(32,42,85)
#1A2241
(26,34,65)
#141A2D
(20,26,45)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #4A62E1

#4A62E1
(74,98,225)
#5A70E3
(90,112,227)
#6A7EE5
(106,126,229)
#7A8CE7
(122,140,231)
#8A9AE9
(138,154,233)
#9AA8EB
(154,168,235)
#AAB6ED
(170,182,237)
#BAC4EF
(186,196,239)
#CAD2F1
(202,210,241)
#DAE0F3
(218,224,243)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A62E1 color. Also use rgb(74,98,225) instead hex code.

Text Font Color

.myTextColor { color: #4A62E1; }

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

This text font color is #4A62E1.


Background Color

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

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

This div background color is #4A62E1.


Border color

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

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

This div border color is #4A62E1.


Opacity

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

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

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

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

This text has shadow with #4A62E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A62E1 on black background.


Color preview on white background

This text has color #4A62E1 on white background.



Black color preview on #4A62E1 background

This text has black color on #4A62E1 background.


White color preview on #4A62E1 background

This text has white color on #4A62E1 background.