COLOR #4C8CA4

HEX: #4C8CA4
RGB: (76,140,164)

Color info

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

RGB color model

#4C8CA4 color RGB value is (76,140,164).

  • red value is 76;
  • green value is 140;
  • blue value is 164.
RGB:
(76,140,164)
(30%,55%,64%)

RGB channels and saturation

R 76 of 255 = 30%
G 140 of 255 = 55%
B 164 of 255 = 64%

76
140
164

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

Portions of RGB colors in percentages

R + G + B =
76 + 140 + 164 = 380 (100%)
R 76 of 380 ~ 20%
G 140 of 380 ~ 36.84%
B 164 of 380 ~ 43.16%

%20
%36.84
%43.16

CMYK color model

#4C8CA4 color CMYK value is (54,15,0,36).

  • cyan value is 53.66%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(54,15,0,36)
C54M15Y0K36 
(54%,15%,0%,36%)
(0.54/0.15/0.00/0.36)	

CMYK percentages

%53.66
%14.63
%0
%35.69

Codes

Color #4C8CA4 in popluar color models

4C8CA4
RGB76140164
HSL196°36.67%47.06%
HSB/HSV196°53.66%64.31%
CMYK53.66%14.63%0.00%
35.69%

Color #4C8CA4 in popluar number systems.

HEX4C8CA4
Decimal76140164
Binary10011001000110010100100
Octal114214244

Shades and tints

Shades of #4C8CA4

#4C8CA4
(76,140,164)
#468096
(70,128,150)
#407488
(64,116,136)
#3A687A
(58,104,122)
#345C6C
(52,92,108)
#2E505E
(46,80,94)
#284450
(40,68,80)
#223842
(34,56,66)
#1C2C34
(28,44,52)
#162026
(22,32,38)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #4C8CA4

#4C8CA4
(76,140,164)
#5C96AC
(92,150,172)
#6CA0B4
(108,160,180)
#7CAABC
(124,170,188)
#8CB4C4
(140,180,196)
#9CBECC
(156,190,204)
#ACC8D4
(172,200,212)
#BCD2DC
(188,210,220)
#CCDCE4
(204,220,228)
#DCE6EC
(220,230,236)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8CA4 color. Also use rgb(76,140,164) instead hex code.

Text Font Color

.myTextColor { color: #4C8CA4; }

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

This text font color is #4C8CA4.


Background Color

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

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

This div background color is #4C8CA4.


Border color

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

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

This div border color is #4C8CA4.


Opacity

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

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

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

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

This text has shadow with #4C8CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8CA4 on black background.


Color preview on white background

This text has color #4C8CA4 on white background.



Black color preview on #4C8CA4 background

This text has black color on #4C8CA4 background.


White color preview on #4C8CA4 background

This text has white color on #4C8CA4 background.