COLOR #4878B3

HEX: #4878B3
RGB: (72,120,179)

Color info

#4878B3 contains mainly green and blue colors. Web safe color of #4878B3 is #336699 (or #369).

RGB color model

#4878B3 color RGB value is (72,120,179).

  • red value is 72;
  • green value is 120;
  • blue value is 179.
RGB:
(72,120,179)
(28%,47%,70%)

RGB channels and saturation

R 72 of 255 = 28%
G 120 of 255 = 47%
B 179 of 255 = 70%

72
120
179

R + G + B ~ 48%. #4878B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 120 + 179 = 371 (100%)
R 72 of 371 ~ 19.41%
G 120 of 371 ~ 32.35%
B 179 of 371 ~ 48.25%

%19.41
%32.35
%48.25

CMYK color model

#4878B3 color CMYK value is (60,33,0,30).

  • cyan value is 59.78%
  • magenta value is 32.96%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(60,33,0,30)
C60M33Y0K30 
(60%,33%,0%,30%)
(0.60/0.33/0.00/0.30)	

CMYK percentages

%59.78
%32.96
%0
%29.8

Codes

Color #4878B3 in popluar color models

4878B3
RGB72120179
HSL213°42.63%49.22%
HSB/HSV213°59.78%70.20%
CMYK59.78%32.96%0.00%
29.80%

Color #4878B3 in popluar number systems.

HEX4878B3
Decimal72120179
Binary1001000111100010110011
Octal110170263

Shades and tints

Shades of #4878B3

#4878B3
(72,120,179)
#426EA3
(66,110,163)
#3C6493
(60,100,147)
#365A83
(54,90,131)
#305073
(48,80,115)
#2A4663
(42,70,99)
#243C53
(36,60,83)
#1E3243
(30,50,67)
#182833
(24,40,51)
#121E23
(18,30,35)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #4878B3

#4878B3
(72,120,179)
#5884B9
(88,132,185)
#6890BF
(104,144,191)
#789CC5
(120,156,197)
#88A8CB
(136,168,203)
#98B4D1
(152,180,209)
#A8C0D7
(168,192,215)
#B8CCDD
(184,204,221)
#C8D8E3
(200,216,227)
#D8E4E9
(216,228,233)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4878B3 color. Also use rgb(72,120,179) instead hex code.

Text Font Color

.myTextColor { color: #4878B3; }

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

This text font color is #4878B3.


Background Color

.myBgColor { background-color: #4878B3; }

<div style="background-color:#4878B3">Inner text</div>

This div background color is #4878B3.


Border color

.myBorderColor { border: 1px solid #4878B3; }

<div style="border:3px solid #4878B3">Div</div>

This div border color is #4878B3.


Opacity

.myOpacity80 { color: #4878B3; opacity: 0.8; }

<p style="color:#4878B3;opacity:0.8;">80%</p>

Text with #4878B3 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 #4878B3;}

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

This text has shadow with #4878B3 color.

.textShadow {text-shadow: 3px 3px 1px #4878B3, 3px 3px 1px red;}

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

This text has shadow with #4878B3 primary color and red secondary color.


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

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

This text has shadow with #4878B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4878B3 on black background.


Color preview on white background

This text has color #4878B3 on white background.



Black color preview on #4878B3 background

This text has black color on #4878B3 background.


White color preview on #4878B3 background

This text has white color on #4878B3 background.