COLOR #4890E4

HEX: #4890E4
RGB: (72,144,228)

Color info

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

RGB color model

#4890E4 color RGB value is (72,144,228).

  • red value is 72;
  • green value is 144;
  • blue value is 228.
RGB:
(72,144,228)
(28%,56%,89%)

RGB channels and saturation

R 72 of 255 = 28%
G 144 of 255 = 56%
B 228 of 255 = 89%

72
144
228

R + G + B ~ 58%. #4890E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 144 + 228 = 444 (100%)
R 72 of 444 ~ 16.22%
G 144 of 444 ~ 32.43%
B 228 of 444 ~ 51.35%

%16.22
%32.43
%51.35

CMYK color model

#4890E4 color CMYK value is (68,37,0,11).

  • cyan value is 68.42%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(68,37,0,11)
C68M37Y0K11 
(68%,37%,0%,11%)
(0.68/0.37/0.00/0.11)	

CMYK percentages

%68.42
%36.84
%0
%10.59

Codes

Color #4890E4 in popluar color models

4890E4
RGB72144228
HSL212°74.29%58.82%
HSB/HSV212°68.42%89.41%
CMYK68.42%36.84%0.00%
10.59%

Color #4890E4 in popluar number systems.

HEX4890E4
Decimal72144228
Binary10010001001000011100100
Octal110220344

Shades and tints

Shades of #4890E4

#4890E4
(72,144,228)
#4283D0
(66,131,208)
#3C76BC
(60,118,188)
#3669A8
(54,105,168)
#305C94
(48,92,148)
#2A4F80
(42,79,128)
#24426C
(36,66,108)
#1E3558
(30,53,88)
#182844
(24,40,68)
#121B30
(18,27,48)
#0C0E1C
(12,14,28)
#000000
(0,0,0)

Tints of #4890E4

#4890E4
(72,144,228)
#589AE6
(88,154,230)
#68A4E8
(104,164,232)
#78AEEA
(120,174,234)
#88B8EC
(136,184,236)
#98C2EE
(152,194,238)
#A8CCF0
(168,204,240)
#B8D6F2
(184,214,242)
#C8E0F4
(200,224,244)
#D8EAF6
(216,234,246)
#E8F4F8
(232,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4890E4 color. Also use rgb(72,144,228) instead hex code.

Text Font Color

.myTextColor { color: #4890E4; }

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

This text font color is #4890E4.


Background Color

.myBgColor { background-color: #4890E4; }

<div style="background-color:#4890E4">Inner text</div>

This div background color is #4890E4.


Border color

.myBorderColor { border: 1px solid #4890E4; }

<div style="border:3px solid #4890E4">Div</div>

This div border color is #4890E4.


Opacity

.myOpacity80 { color: #4890E4; opacity: 0.8; }

<p style="color:#4890E4;opacity:0.8;">80%</p>

Text with #4890E4 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 #4890E4;}

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

This text has shadow with #4890E4 color.

.textShadow {text-shadow: 3px 3px 1px #4890E4, 3px 3px 1px red;}

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

This text has shadow with #4890E4 primary color and red secondary color.


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

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

This text has shadow with #4890E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4890E4 on black background.


Color preview on white background

This text has color #4890E4 on white background.



Black color preview on #4890E4 background

This text has black color on #4890E4 background.


White color preview on #4890E4 background

This text has white color on #4890E4 background.