COLOR #4A69E6

HEX: #4A69E6
RGB: (74,105,230)

Color info

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

RGB color model

#4A69E6 color RGB value is (74,105,230).

  • red value is 74;
  • green value is 105;
  • blue value is 230.
RGB:
(74,105,230)
(29%,41%,90%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 230 of 255 = 90%

74
105
230

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

Portions of RGB colors in percentages

R + G + B =
74 + 105 + 230 = 409 (100%)
R 74 of 409 ~ 18.09%
G 105 of 409 ~ 25.67%
B 230 of 409 ~ 56.23%

%18.09
%25.67
%56.23

CMYK color model

#4A69E6 color CMYK value is (68,54,0,10).

  • cyan value is 67.83%
  • magenta value is 54.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(68,54,0,10)
C68M54Y0K10 
(68%,54%,0%,10%)
(0.68/0.54/0.00/0.10)	

CMYK percentages

%67.83
%54.35
%0
%9.8

Codes

Color #4A69E6 in popluar color models

4A69E6
RGB74105230
HSL228°75.73%59.61%
HSB/HSV228°67.83%90.20%
CMYK67.83%54.35%0.00%
9.80%

Color #4A69E6 in popluar number systems.

HEX4A69E6
Decimal74105230
Binary1001010110100111100110
Octal112151346

Shades and tints

Shades of #4A69E6

#4A69E6
(74,105,230)
#4460D2
(68,96,210)
#3E57BE
(62,87,190)
#384EAA
(56,78,170)
#324596
(50,69,150)
#2C3C82
(44,60,130)
#26336E
(38,51,110)
#202A5A
(32,42,90)
#1A2146
(26,33,70)
#141832
(20,24,50)
#0E0F1E
(14,15,30)
#000000
(0,0,0)

Tints of #4A69E6

#4A69E6
(74,105,230)
#5A76E8
(90,118,232)
#6A83EA
(106,131,234)
#7A90EC
(122,144,236)
#8A9DEE
(138,157,238)
#9AAAF0
(154,170,240)
#AAB7F2
(170,183,242)
#BAC4F4
(186,196,244)
#CAD1F6
(202,209,246)
#DADEF8
(218,222,248)
#EAEBFA
(234,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A69E6 color. Also use rgb(74,105,230) instead hex code.

Text Font Color

.myTextColor { color: #4A69E6; }

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

This text font color is #4A69E6.


Background Color

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

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

This div background color is #4A69E6.


Border color

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

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

This div border color is #4A69E6.


Opacity

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

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

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

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

This text has shadow with #4A69E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A69E6 on black background.


Color preview on white background

This text has color #4A69E6 on white background.



Black color preview on #4A69E6 background

This text has black color on #4A69E6 background.


White color preview on #4A69E6 background

This text has white color on #4A69E6 background.