COLOR #4870D0

HEX: #4870D0
RGB: (72,112,208)

Color info

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

RGB color model

#4870D0 color RGB value is (72,112,208).

  • red value is 72;
  • green value is 112;
  • blue value is 208.
RGB:
(72,112,208)
(28%,44%,82%)

RGB channels and saturation

R 72 of 255 = 28%
G 112 of 255 = 44%
B 208 of 255 = 82%

72
112
208

R + G + B ~ 51%. #4870D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 112 + 208 = 392 (100%)
R 72 of 392 ~ 18.37%
G 112 of 392 ~ 28.57%
B 208 of 392 ~ 53.06%

%18.37
%28.57
%53.06

CMYK color model

#4870D0 color CMYK value is (65,46,0,18).

  • cyan value is 65.38%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(65,46,0,18)
C65M46Y0K18 
(65%,46%,0%,18%)
(0.65/0.46/0.00/0.18)	

CMYK percentages

%65.38
%46.15
%0
%18.43

Codes

Color #4870D0 in popluar color models

4870D0
RGB72112208
HSL222°59.13%54.90%
HSB/HSV222°65.38%81.57%
CMYK65.38%46.15%0.00%
18.43%

Color #4870D0 in popluar number systems.

HEX4870D0
Decimal72112208
Binary1001000111000011010000
Octal110160320

Shades and tints

Shades of #4870D0

#4870D0
(72,112,208)
#4266BE
(66,102,190)
#3C5CAC
(60,92,172)
#36529A
(54,82,154)
#304888
(48,72,136)
#2A3E76
(42,62,118)
#243464
(36,52,100)
#1E2A52
(30,42,82)
#182040
(24,32,64)
#12162E
(18,22,46)
#0C0C1C
(12,12,28)
#000000
(0,0,0)

Tints of #4870D0

#4870D0
(72,112,208)
#587DD4
(88,125,212)
#688AD8
(104,138,216)
#7897DC
(120,151,220)
#88A4E0
(136,164,224)
#98B1E4
(152,177,228)
#A8BEE8
(168,190,232)
#B8CBEC
(184,203,236)
#C8D8F0
(200,216,240)
#D8E5F4
(216,229,244)
#E8F2F8
(232,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4870D0 color. Also use rgb(72,112,208) instead hex code.

Text Font Color

.myTextColor { color: #4870D0; }

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

This text font color is #4870D0.


Background Color

.myBgColor { background-color: #4870D0; }

<div style="background-color:#4870D0">Inner text</div>

This div background color is #4870D0.


Border color

.myBorderColor { border: 1px solid #4870D0; }

<div style="border:3px solid #4870D0">Div</div>

This div border color is #4870D0.


Opacity

.myOpacity80 { color: #4870D0; opacity: 0.8; }

<p style="color:#4870D0;opacity:0.8;">80%</p>

Text with #4870D0 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 #4870D0;}

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

This text has shadow with #4870D0 color.

.textShadow {text-shadow: 3px 3px 1px #4870D0, 3px 3px 1px red;}

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

This text has shadow with #4870D0 primary color and red secondary color.


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

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

This text has shadow with #4870D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4870D0 on black background.


Color preview on white background

This text has color #4870D0 on white background.



Black color preview on #4870D0 background

This text has black color on #4870D0 background.


White color preview on #4870D0 background

This text has white color on #4870D0 background.