COLOR #4C80A4

HEX: #4C80A4
RGB: (76,128,164)

Color info

#4C80A4 contains mainly green and blue colors. Web safe color of #4C80A4 is #336699 (or #369).

RGB color model

#4C80A4 color RGB value is (76,128,164).

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

RGB channels and saturation

R 76 of 255 = 30%
G 128 of 255 = 50%
B 164 of 255 = 64%

76
128
164

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

Portions of RGB colors in percentages

R + G + B =
76 + 128 + 164 = 368 (100%)
R 76 of 368 ~ 20.65%
G 128 of 368 ~ 34.78%
B 164 of 368 ~ 44.57%

%20.65
%34.78
%44.57

CMYK color model

#4C80A4 color CMYK value is (54,22,0,36).

  • cyan value is 53.66%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(54,22,0,36)
C54M22Y0K36 
(54%,22%,0%,36%)
(0.54/0.22/0.00/0.36)	

CMYK percentages

%53.66
%21.95
%0
%35.69

Codes

Color #4C80A4 in popluar color models

4C80A4
RGB76128164
HSL205°36.67%47.06%
HSB/HSV205°53.66%64.31%
CMYK53.66%21.95%0.00%
35.69%

Color #4C80A4 in popluar number systems.

HEX4C80A4
Decimal76128164
Binary10011001000000010100100
Octal114200244

Shades and tints

Shades of #4C80A4

#4C80A4
(76,128,164)
#467596
(70,117,150)
#406A88
(64,106,136)
#3A5F7A
(58,95,122)
#34546C
(52,84,108)
#2E495E
(46,73,94)
#283E50
(40,62,80)
#223342
(34,51,66)
#1C2834
(28,40,52)
#161D26
(22,29,38)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #4C80A4

#4C80A4
(76,128,164)
#5C8BAC
(92,139,172)
#6C96B4
(108,150,180)
#7CA1BC
(124,161,188)
#8CACC4
(140,172,196)
#9CB7CC
(156,183,204)
#ACC2D4
(172,194,212)
#BCCDDC
(188,205,220)
#CCD8E4
(204,216,228)
#DCE3EC
(220,227,236)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C80A4; }

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

This text font color is #4C80A4.


Background Color

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

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

This div background color is #4C80A4.


Border color

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

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

This div border color is #4C80A4.


Opacity

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

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

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

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

This text has shadow with #4C80A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C80A4 on black background.


Color preview on white background

This text has color #4C80A4 on white background.



Black color preview on #4C80A4 background

This text has black color on #4C80A4 background.


White color preview on #4C80A4 background

This text has white color on #4C80A4 background.