COLOR #4C8AA5

HEX: #4C8AA5
RGB: (76,138,165)

Color info

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

RGB color model

#4C8AA5 color RGB value is (76,138,165).

  • red value is 76;
  • green value is 138;
  • blue value is 165.
RGB:
(76,138,165)
(30%,54%,65%)

RGB channels and saturation

R 76 of 255 = 30%
G 138 of 255 = 54%
B 165 of 255 = 65%

76
138
165

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

Portions of RGB colors in percentages

R + G + B =
76 + 138 + 165 = 379 (100%)
R 76 of 379 ~ 20.05%
G 138 of 379 ~ 36.41%
B 165 of 379 ~ 43.54%

%20.05
%36.41
%43.54

CMYK color model

#4C8AA5 color CMYK value is (54,16,0,35).

  • cyan value is 53.94%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(54,16,0,35)
C54M16Y0K35 
(54%,16%,0%,35%)
(0.54/0.16/0.00/0.35)	

CMYK percentages

%53.94
%16.36
%0
%35.29

Codes

Color #4C8AA5 in popluar color models

4C8AA5
RGB76138165
HSL198°36.93%47.25%
HSB/HSV198°53.94%64.71%
CMYK53.94%16.36%0.00%
35.29%

Color #4C8AA5 in popluar number systems.

HEX4C8AA5
Decimal76138165
Binary10011001000101010100101
Octal114212245

Shades and tints

Shades of #4C8AA5

#4C8AA5
(76,138,165)
#467E96
(70,126,150)
#407287
(64,114,135)
#3A6678
(58,102,120)
#345A69
(52,90,105)
#2E4E5A
(46,78,90)
#28424B
(40,66,75)
#22363C
(34,54,60)
#1C2A2D
(28,42,45)
#161E1E
(22,30,30)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #4C8AA5

#4C8AA5
(76,138,165)
#5C94AD
(92,148,173)
#6C9EB5
(108,158,181)
#7CA8BD
(124,168,189)
#8CB2C5
(140,178,197)
#9CBCCD
(156,188,205)
#ACC6D5
(172,198,213)
#BCD0DD
(188,208,221)
#CCDAE5
(204,218,229)
#DCE4ED
(220,228,237)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8AA5 color. Also use rgb(76,138,165) instead hex code.

Text Font Color

.myTextColor { color: #4C8AA5; }

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

This text font color is #4C8AA5.


Background Color

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

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

This div background color is #4C8AA5.


Border color

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

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

This div border color is #4C8AA5.


Opacity

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

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

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

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

This text has shadow with #4C8AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8AA5 on black background.


Color preview on white background

This text has color #4C8AA5 on white background.



Black color preview on #4C8AA5 background

This text has black color on #4C8AA5 background.


White color preview on #4C8AA5 background

This text has white color on #4C8AA5 background.