COLOR #4880B1

HEX: #4880B1
RGB: (72,128,177)

Color info

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

RGB color model

#4880B1 color RGB value is (72,128,177).

  • red value is 72;
  • green value is 128;
  • blue value is 177.
RGB:
(72,128,177)
(28%,50%,69%)

RGB channels and saturation

R 72 of 255 = 28%
G 128 of 255 = 50%
B 177 of 255 = 69%

72
128
177

R + G + B ~ 49%. #4880B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 128 + 177 = 377 (100%)
R 72 of 377 ~ 19.1%
G 128 of 377 ~ 33.95%
B 177 of 377 ~ 46.95%

%19.1
%33.95
%46.95

CMYK color model

#4880B1 color CMYK value is (59,28,0,31).

  • cyan value is 59.32%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(59,28,0,31)
C59M28Y0K31 
(59%,28%,0%,31%)
(0.59/0.28/0.00/0.31)	

CMYK percentages

%59.32
%27.68
%0
%30.59

Codes

Color #4880B1 in popluar color models

4880B1
RGB72128177
HSL208°42.17%48.82%
HSB/HSV208°59.32%69.41%
CMYK59.32%27.68%0.00%
30.59%

Color #4880B1 in popluar number systems.

HEX4880B1
Decimal72128177
Binary10010001000000010110001
Octal110200261

Shades and tints

Shades of #4880B1

#4880B1
(72,128,177)
#4275A1
(66,117,161)
#3C6A91
(60,106,145)
#365F81
(54,95,129)
#305471
(48,84,113)
#2A4961
(42,73,97)
#243E51
(36,62,81)
#1E3341
(30,51,65)
#182831
(24,40,49)
#121D21
(18,29,33)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #4880B1

#4880B1
(72,128,177)
#588BB8
(88,139,184)
#6896BF
(104,150,191)
#78A1C6
(120,161,198)
#88ACCD
(136,172,205)
#98B7D4
(152,183,212)
#A8C2DB
(168,194,219)
#B8CDE2
(184,205,226)
#C8D8E9
(200,216,233)
#D8E3F0
(216,227,240)
#E8EEF7
(232,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4880B1 color. Also use rgb(72,128,177) instead hex code.

Text Font Color

.myTextColor { color: #4880B1; }

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

This text font color is #4880B1.


Background Color

.myBgColor { background-color: #4880B1; }

<div style="background-color:#4880B1">Inner text</div>

This div background color is #4880B1.


Border color

.myBorderColor { border: 1px solid #4880B1; }

<div style="border:3px solid #4880B1">Div</div>

This div border color is #4880B1.


Opacity

.myOpacity80 { color: #4880B1; opacity: 0.8; }

<p style="color:#4880B1;opacity:0.8;">80%</p>

Text with #4880B1 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 #4880B1;}

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

This text has shadow with #4880B1 color.

.textShadow {text-shadow: 3px 3px 1px #4880B1, 3px 3px 1px red;}

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

This text has shadow with #4880B1 primary color and red secondary color.


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

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

This text has shadow with #4880B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4880B1 on black background.


Color preview on white background

This text has color #4880B1 on white background.



Black color preview on #4880B1 background

This text has black color on #4880B1 background.


White color preview on #4880B1 background

This text has white color on #4880B1 background.