COLOR #4A6DE7

HEX: #4A6DE7
RGB: (74,109,231)

Color info

#4A6DE7 contains mainly blue color. Web safe color of #4A6DE7 is #3366FF (or #36F).

RGB color model

#4A6DE7 color RGB value is (74,109,231).

  • red value is 74;
  • green value is 109;
  • blue value is 231.
RGB:
(74,109,231)
(29%,43%,91%)

RGB channels and saturation

R 74 of 255 = 29%
G 109 of 255 = 43%
B 231 of 255 = 91%

74
109
231

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

Portions of RGB colors in percentages

R + G + B =
74 + 109 + 231 = 414 (100%)
R 74 of 414 ~ 17.87%
G 109 of 414 ~ 26.33%
B 231 of 414 ~ 55.8%

%17.87
%26.33
%55.8

CMYK color model

#4A6DE7 color CMYK value is (68,53,0,9).

  • cyan value is 67.97%
  • magenta value is 52.81%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(68,53,0,9)
C68M53Y0K9 
(68%,53%,0%,9%)
(0.68/0.53/0.00/0.09)	

CMYK percentages

%67.97
%52.81
%0
%9.41

Codes

Color #4A6DE7 in popluar color models

4A6DE7
RGB74109231
HSL227°76.59%59.80%
HSB/HSV227°67.97%90.59%
CMYK67.97%52.81%0.00%
9.41%

Color #4A6DE7 in popluar number systems.

HEX4A6DE7
Decimal74109231
Binary1001010110110111100111
Octal112155347

Shades and tints

Shades of #4A6DE7

#4A6DE7
(74,109,231)
#4464D2
(68,100,210)
#3E5BBD
(62,91,189)
#3852A8
(56,82,168)
#324993
(50,73,147)
#2C407E
(44,64,126)
#263769
(38,55,105)
#202E54
(32,46,84)
#1A253F
(26,37,63)
#141C2A
(20,28,42)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #4A6DE7

#4A6DE7
(74,109,231)
#5A7AE9
(90,122,233)
#6A87EB
(106,135,235)
#7A94ED
(122,148,237)
#8AA1EF
(138,161,239)
#9AAEF1
(154,174,241)
#AABBF3
(170,187,243)
#BAC8F5
(186,200,245)
#CAD5F7
(202,213,247)
#DAE2F9
(218,226,249)
#EAEFFB
(234,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6DE7 color. Also use rgb(74,109,231) instead hex code.

Text Font Color

.myTextColor { color: #4A6DE7; }

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

This text font color is #4A6DE7.


Background Color

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

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

This div background color is #4A6DE7.


Border color

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

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

This div border color is #4A6DE7.


Opacity

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

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

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

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

This text has shadow with #4A6DE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6DE7 on black background.


Color preview on white background

This text has color #4A6DE7 on white background.



Black color preview on #4A6DE7 background

This text has black color on #4A6DE7 background.


White color preview on #4A6DE7 background

This text has white color on #4A6DE7 background.