COLOR #4884E7

HEX: #4884E7 RGB: (72,132,231)

Color info

#4884E7 contains mainly blue color. Web safe color of #4884E7 is #3399FF (or #39F).

RGB color model

#4884E7 color RGB value is (72,132,231).

RGB: (72,132,231) (28%, 52%, 91%)

RGB channels and saturation

R 72 of 255 = 28%
G 132 of 255 = 52%
B 231 of 255 = 91%

72
132
231

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

Portions of RGB colors in percentages

R + G + B = 72 + 132 + 231 = 435 (100%)
R 72 of 435 ~ 16.55%
G 132 of 435 ~ 30.34%
B 231 of 435 ~ 53.1'%

%16.55
%30.34
%53.1

CMYK color model

#4884E7 color CMYK value is (69,43,0,9).

  • cyan value is 68.83%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (69,43,0,9)
C69M43Y0K9 (69%, 43%, 0%, 9%)
(0.69 / 0.43 / 0.00 / 0.09)

CMYK percentages

%68.83
%42.86
%0
%9.41

Codes

Color #4884E7 in popluar color models

48 84 E7
RGB 72 132 231
HSL 217° 76.81% 59.41%
HSB/HSV 217° 68.83% 90.59%
CMYK 68.83% 42.86% 0.00%
9.41%

Color #4884E7 in popluar number systems.

HEX 48 84 E7
Decimal 72 132 231
Binary 1001000 10000100 11100111
Octal 110 204 347

Shades and tints

Shades of #4884E7

#4884E7
(72,132,231)
#4278D2
(66,120,210)
#3C6CBD
(60,108,189)
#3660A8
(54,96,168)
#305493
(48,84,147)
#2A487E
(42,72,126)
#243C69
(36,60,105)
#1E3054
(30,48,84)
#18243F
(24,36,63)
#12182A
(18,24,42)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #4884E7

#4884E7
(72,132,231)
#588FE9
(88,143,233)
#689AEB
(104,154,235)
#78A5ED
(120,165,237)
#88B0EF
(136,176,239)
#98BBF1
(152,187,241)
#A8C6F3
(168,198,243)
#B8D1F5
(184,209,245)
#C8DCF7
(200,220,247)
#D8E7F9
(216,231,249)
#E8F2FB
(232,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4884E7 color. Also use rgb(72,132,231) instead hex code.

Text Font Color

.myTextColor { color: #4884E7; }

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

This text font color is #4884E7.

Background Color

.myBgColor { background-color: #4884E7; }

<div style="background-color:#4884E7">Inner text</div>

This div background color is #4884E7.

Border color

.myBorderColor { border: 1px solid #4884E7; }

<div style="border:3px solid #4884E7">Div</div>

This div border color is #4884E7.

Opacity

.myOpacity80 { color: #4884E7; opacity: 0.8; }

<p style="color:#4884E7;opacity:0.8;">80%</p>

Text with #4884E7 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 #4884E7;}

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

This text has shadow with #4884E7 color.


.textShadow {text-shadow: 3px 3px 1px #4884E7', 3px 3px 1px red;}

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

This text has shadow with #4884E7 primary color and red secondary color.


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

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

This text has shadow with #4884E7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4884E7; -webkit-box-shadow: 1px 1px 3px 2px #4884E7; box-shadow:1px 1px 3px 2px #4884E7;">
Div content here
</div>

This div box has shadow with color #4884E7.

Preview

Color preview on black background

This text has color #4884E7 on black background.


Color preview on white background

This text has color #4884E7 on white background.


Black color preview on #4884E7 background

This text has black color on #4884E7 background.


White color preview on #4884E7 background

This text has white color on #4884E7 background.


Related colors

Complementary color

Complementary color for #hex is #B77B18.


I love getcolorcode.com

Triadic colors

1 #E74884 and #84E748 with #4884E7 are triadic colors.

2 #E78448 and #8448E7 with #4884E7 are triadic colors.