COLOR #4C87AA

HEX: #4C87AA
RGB: (76,135,170)

Color info

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

RGB color model

#4C87AA color RGB value is (76,135,170).

  • red value is 76;
  • green value is 135;
  • blue value is 170.
RGB:
(76,135,170)
(30%,53%,67%)

RGB channels and saturation

R 76 of 255 = 30%
G 135 of 255 = 53%
B 170 of 255 = 67%

76
135
170

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

Portions of RGB colors in percentages

R + G + B =
76 + 135 + 170 = 381 (100%)
R 76 of 381 ~ 19.95%
G 135 of 381 ~ 35.43%
B 170 of 381 ~ 44.62%

%19.95
%35.43
%44.62

CMYK color model

#4C87AA color CMYK value is (55,21,0,33).

  • cyan value is 55.29%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(55,21,0,33)
C55M21Y0K33 
(55%,21%,0%,33%)
(0.55/0.21/0.00/0.33)	

CMYK percentages

%55.29
%20.59
%0
%33.33

Codes

Color #4C87AA in popluar color models

4C87AA
RGB76135170
HSL202°38.21%48.24%
HSB/HSV202°55.29%66.67%
CMYK55.29%20.59%0.00%
33.33%

Color #4C87AA in popluar number systems.

HEX4C87AA
Decimal76135170
Binary10011001000011110101010
Octal114207252

Shades and tints

Shades of #4C87AA

#4C87AA
(76,135,170)
#467B9B
(70,123,155)
#406F8C
(64,111,140)
#3A637D
(58,99,125)
#34576E
(52,87,110)
#2E4B5F
(46,75,95)
#283F50
(40,63,80)
#223341
(34,51,65)
#1C2732
(28,39,50)
#161B23
(22,27,35)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #4C87AA

#4C87AA
(76,135,170)
#5C91B1
(92,145,177)
#6C9BB8
(108,155,184)
#7CA5BF
(124,165,191)
#8CAFC6
(140,175,198)
#9CB9CD
(156,185,205)
#ACC3D4
(172,195,212)
#BCCDDB
(188,205,219)
#CCD7E2
(204,215,226)
#DCE1E9
(220,225,233)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C87AA color. Also use rgb(76,135,170) instead hex code.

Text Font Color

.myTextColor { color: #4C87AA; }

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

This text font color is #4C87AA.


Background Color

.myBgColor { background-color: #4C87AA; }

<div style="background-color:#4C87AA">Inner text</div>

This div background color is #4C87AA.


Border color

.myBorderColor { border: 1px solid #4C87AA; }

<div style="border:3px solid #4C87AA">Div</div>

This div border color is #4C87AA.


Opacity

.myOpacity80 { color: #4C87AA; opacity: 0.8; }

<p style="color:#4C87AA;opacity:0.8;">80%</p>

Text with #4C87AA 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 #4C87AA;}

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

This text has shadow with #4C87AA color.

.textShadow {text-shadow: 3px 3px 1px #4C87AA, 3px 3px 1px red;}

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

This text has shadow with #4C87AA primary color and red secondary color.


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

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

This text has shadow with #4C87AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C87AA on black background.


Color preview on white background

This text has color #4C87AA on white background.



Black color preview on #4C87AA background

This text has black color on #4C87AA background.


White color preview on #4C87AA background

This text has white color on #4C87AA background.