COLOR #4A84E3

HEX: #4A84E3
RGB: (74,132,227)

Color info

#4A84E3 contains mainly blue color. Web safe color of #4A84E3 is #3399CC (or #39C).

RGB color model

#4A84E3 color RGB value is (74,132,227).

  • red value is 74;
  • green value is 132;
  • blue value is 227.
RGB:
(74,132,227)
(29%,52%,89%)

RGB channels and saturation

R 74 of 255 = 29%
G 132 of 255 = 52%
B 227 of 255 = 89%

74
132
227

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

Portions of RGB colors in percentages

R + G + B =
74 + 132 + 227 = 433 (100%)
R 74 of 433 ~ 17.09%
G 132 of 433 ~ 30.48%
B 227 of 433 ~ 52.42%

%17.09
%30.48
%52.42

CMYK color model

#4A84E3 color CMYK value is (67,42,0,11).

  • cyan value is 67.40%
  • magenta value is 41.85%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(67,42,0,11)
C67M42Y0K11 
(67%,42%,0%,11%)
(0.67/0.42/0.00/0.11)	

CMYK percentages

%67.4
%41.85
%0
%10.98

Codes

Color #4A84E3 in popluar color models

4A84E3
RGB74132227
HSL217°73.21%59.02%
HSB/HSV217°67.40%89.02%
CMYK67.40%41.85%0.00%
10.98%

Color #4A84E3 in popluar number systems.

HEX4A84E3
Decimal74132227
Binary10010101000010011100011
Octal112204343

Shades and tints

Shades of #4A84E3

#4A84E3
(74,132,227)
#4478CF
(68,120,207)
#3E6CBB
(62,108,187)
#3860A7
(56,96,167)
#325493
(50,84,147)
#2C487F
(44,72,127)
#263C6B
(38,60,107)
#203057
(32,48,87)
#1A2443
(26,36,67)
#14182F
(20,24,47)
#0E0C1B
(14,12,27)
#000000
(0,0,0)

Tints of #4A84E3

#4A84E3
(74,132,227)
#5A8FE5
(90,143,229)
#6A9AE7
(106,154,231)
#7AA5E9
(122,165,233)
#8AB0EB
(138,176,235)
#9ABBED
(154,187,237)
#AAC6EF
(170,198,239)
#BAD1F1
(186,209,241)
#CADCF3
(202,220,243)
#DAE7F5
(218,231,245)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A84E3 color. Also use rgb(74,132,227) instead hex code.

Text Font Color

.myTextColor { color: #4A84E3; }

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

This text font color is #4A84E3.


Background Color

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

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

This div background color is #4A84E3.


Border color

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

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

This div border color is #4A84E3.


Opacity

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

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

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

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

This text has shadow with #4A84E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A84E3 on black background.


Color preview on white background

This text has color #4A84E3 on white background.



Black color preview on #4A84E3 background

This text has black color on #4A84E3 background.


White color preview on #4A84E3 background

This text has white color on #4A84E3 background.