COLOR #4C8DA6

HEX: #4C8DA6
RGB: (76,141,166)

Color info

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

RGB color model

#4C8DA6 color RGB value is (76,141,166).

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

RGB channels and saturation

R 76 of 255 = 30%
G 141 of 255 = 55%
B 166 of 255 = 65%

76
141
166

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

Portions of RGB colors in percentages

R + G + B =
76 + 141 + 166 = 383 (100%)
R 76 of 383 ~ 19.84%
G 141 of 383 ~ 36.81%
B 166 of 383 ~ 43.34%

%19.84
%36.81
%43.34

CMYK color model

#4C8DA6 color CMYK value is (54,15,0,35).

  • cyan value is 54.22%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(54,15,0,35)
C54M15Y0K35 
(54%,15%,0%,35%)
(0.54/0.15/0.00/0.35)	

CMYK percentages

%54.22
%15.06
%0
%34.9

Codes

Color #4C8DA6 in popluar color models

4C8DA6
RGB76141166
HSL197°37.19%47.45%
HSB/HSV197°54.22%65.10%
CMYK54.22%15.06%0.00%
34.90%

Color #4C8DA6 in popluar number systems.

HEX4C8DA6
Decimal76141166
Binary10011001000110110100110
Octal114215246

Shades and tints

Shades of #4C8DA6

#4C8DA6
(76,141,166)
#468197
(70,129,151)
#407588
(64,117,136)
#3A6979
(58,105,121)
#345D6A
(52,93,106)
#2E515B
(46,81,91)
#28454C
(40,69,76)
#22393D
(34,57,61)
#1C2D2E
(28,45,46)
#16211F
(22,33,31)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #4C8DA6

#4C8DA6
(76,141,166)
#5C97AE
(92,151,174)
#6CA1B6
(108,161,182)
#7CABBE
(124,171,190)
#8CB5C6
(140,181,198)
#9CBFCE
(156,191,206)
#ACC9D6
(172,201,214)
#BCD3DE
(188,211,222)
#CCDDE6
(204,221,230)
#DCE7EE
(220,231,238)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8DA6 color. Also use rgb(76,141,166) instead hex code.

Text Font Color

.myTextColor { color: #4C8DA6; }

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

This text font color is #4C8DA6.


Background Color

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

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

This div background color is #4C8DA6.


Border color

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

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

This div border color is #4C8DA6.


Opacity

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

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

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

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

This text has shadow with #4C8DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8DA6 on black background.


Color preview on white background

This text has color #4C8DA6 on white background.



Black color preview on #4C8DA6 background

This text has black color on #4C8DA6 background.


White color preview on #4C8DA6 background

This text has white color on #4C8DA6 background.