COLOR #4884B0

HEX: #4884B0
RGB: (72,132,176)

Color info

#4884B0 contains mainly green and blue colors. Web safe color of #4884B0 is #339999 (or #399).

RGB color model

#4884B0 color RGB value is (72,132,176).

  • red value is 72;
  • green value is 132;
  • blue value is 176.
RGB:
(72,132,176)
(28%,52%,69%)

RGB channels and saturation

R 72 of 255 = 28%
G 132 of 255 = 52%
B 176 of 255 = 69%

72
132
176

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

Portions of RGB colors in percentages

R + G + B =
72 + 132 + 176 = 380 (100%)
R 72 of 380 ~ 18.95%
G 132 of 380 ~ 34.74%
B 176 of 380 ~ 46.32%

%18.95
%34.74
%46.32

CMYK color model

#4884B0 color CMYK value is (59,25,0,31).

  • cyan value is 59.09%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(59,25,0,31)
C59M25Y0K31 
(59%,25%,0%,31%)
(0.59/0.25/0.00/0.31)	

CMYK percentages

%59.09
%25
%0
%30.98

Codes

Color #4884B0 in popluar color models

4884B0
RGB72132176
HSL205°41.94%48.63%
HSB/HSV205°59.09%69.02%
CMYK59.09%25.00%0.00%
30.98%

Color #4884B0 in popluar number systems.

HEX4884B0
Decimal72132176
Binary10010001000010010110000
Octal110204260

Shades and tints

Shades of #4884B0

#4884B0
(72,132,176)
#4278A0
(66,120,160)
#3C6C90
(60,108,144)
#366080
(54,96,128)
#305470
(48,84,112)
#2A4860
(42,72,96)
#243C50
(36,60,80)
#1E3040
(30,48,64)
#182430
(24,36,48)
#121820
(18,24,32)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #4884B0

#4884B0
(72,132,176)
#588FB7
(88,143,183)
#689ABE
(104,154,190)
#78A5C5
(120,165,197)
#88B0CC
(136,176,204)
#98BBD3
(152,187,211)
#A8C6DA
(168,198,218)
#B8D1E1
(184,209,225)
#C8DCE8
(200,220,232)
#D8E7EF
(216,231,239)
#E8F2F6
(232,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4884B0; }

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

This text font color is #4884B0.


Background Color

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

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

This div background color is #4884B0.


Border color

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

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

This div border color is #4884B0.


Opacity

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

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

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

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

This text has shadow with #4884B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4884B0 on black background.


Color preview on white background

This text has color #4884B0 on white background.



Black color preview on #4884B0 background

This text has black color on #4884B0 background.


White color preview on #4884B0 background

This text has white color on #4884B0 background.