COLOR #4C8BA7

HEX: #4C8BA7
RGB: (76,139,167)

Color info

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

RGB color model

#4C8BA7 color RGB value is (76,139,167).

  • red value is 76;
  • green value is 139;
  • blue value is 167.
RGB:
(76,139,167)
(30%,55%,65%)

RGB channels and saturation

R 76 of 255 = 30%
G 139 of 255 = 55%
B 167 of 255 = 65%

76
139
167

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

Portions of RGB colors in percentages

R + G + B =
76 + 139 + 167 = 382 (100%)
R 76 of 382 ~ 19.9%
G 139 of 382 ~ 36.39%
B 167 of 382 ~ 43.72%

%19.9
%36.39
%43.72

CMYK color model

#4C8BA7 color CMYK value is (54,17,0,35).

  • cyan value is 54.49%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(54,17,0,35)
C54M17Y0K35 
(54%,17%,0%,35%)
(0.54/0.17/0.00/0.35)	

CMYK percentages

%54.49
%16.77
%0
%34.51

Codes

Color #4C8BA7 in popluar color models

4C8BA7
RGB76139167
HSL198°37.45%47.65%
HSB/HSV198°54.49%65.49%
CMYK54.49%16.77%0.00%
34.51%

Color #4C8BA7 in popluar number systems.

HEX4C8BA7
Decimal76139167
Binary10011001000101110100111
Octal114213247

Shades and tints

Shades of #4C8BA7

#4C8BA7
(76,139,167)
#467F98
(70,127,152)
#407389
(64,115,137)
#3A677A
(58,103,122)
#345B6B
(52,91,107)
#2E4F5C
(46,79,92)
#28434D
(40,67,77)
#22373E
(34,55,62)
#1C2B2F
(28,43,47)
#161F20
(22,31,32)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #4C8BA7

#4C8BA7
(76,139,167)
#5C95AF
(92,149,175)
#6C9FB7
(108,159,183)
#7CA9BF
(124,169,191)
#8CB3C7
(140,179,199)
#9CBDCF
(156,189,207)
#ACC7D7
(172,199,215)
#BCD1DF
(188,209,223)
#CCDBE7
(204,219,231)
#DCE5EF
(220,229,239)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8BA7 color. Also use rgb(76,139,167) instead hex code.

Text Font Color

.myTextColor { color: #4C8BA7; }

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

This text font color is #4C8BA7.


Background Color

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

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

This div background color is #4C8BA7.


Border color

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

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

This div border color is #4C8BA7.


Opacity

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

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

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

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

This text has shadow with #4C8BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8BA7 on black background.


Color preview on white background

This text has color #4C8BA7 on white background.



Black color preview on #4C8BA7 background

This text has black color on #4C8BA7 background.


White color preview on #4C8BA7 background

This text has white color on #4C8BA7 background.