COLOR #4C80A2

HEX: #4C80A2 RGB: (76,128,162)

Color info

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

RGB color model

#4C80A2 color RGB value is (76,128,162).

RGB: (76,128,162) (30%, 50%, 64%)

RGB channels and saturation

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

76
128
162

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

Portions of RGB colors in percentages

R + G + B = 76 + 128 + 162 = 366 (100%)
R 76 of 366 ~ 20.77%
G 128 of 366 ~ 34.97%
B 162 of 366 ~ 44.26'%

%20.77
%34.97
%44.26

CMYK color model

#4C80A2 color CMYK value is (53,21,0,36).

  • cyan value is 53.09%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (53,21,0,36)
C53M21Y0K36 (53%, 21%, 0%, 36%)
(0.53 / 0.21 / 0.00 / 0.36)

CMYK percentages

%53.09
%20.99
%0
%36.47

Codes

Color #4C80A2 in popluar color models

4C 80 A2
RGB 76 128 162
HSL 204° 36.13% 46.67%
HSB/HSV 204° 53.09% 63.53%
CMYK 53.09% 20.99% 0.00%
36.47%

Color #4C80A2 in popluar number systems.

HEX 4C 80 A2
Decimal 76 128 162
Binary 1001100 10000000 10100010
Octal 114 200 242

Shades and tints

Shades of #4C80A2

#4C80A2
(76,128,162)
#467594
(70,117,148)
#406A86
(64,106,134)
#3A5F78
(58,95,120)
#34546A
(52,84,106)
#2E495C
(46,73,92)
#283E4E
(40,62,78)
#223340
(34,51,64)
#1C2832
(28,40,50)
#161D24
(22,29,36)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #4C80A2

#4C80A2
(76,128,162)
#5C8BAA
(92,139,170)
#6C96B2
(108,150,178)
#7CA1BA
(124,161,186)
#8CACC2
(140,172,194)
#9CB7CA
(156,183,202)
#ACC2D2
(172,194,210)
#BCCDDA
(188,205,218)
#CCD8E2
(204,216,226)
#DCE3EA
(220,227,234)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C80A2; }

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

This text font color is #4C80A2.

Background Color

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

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

This div background color is #4C80A2.

Border color

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

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

This div border color is #4C80A2.

Opacity

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

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

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

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

This text has shadow with #4C80A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C80A2.

Preview

Color preview on black background

This text has color #4C80A2 on black background.


Color preview on white background

This text has color #4C80A2 on white background.


Black color preview on #4C80A2 background

This text has black color on #4C80A2 background.


White color preview on #4C80A2 background

This text has white color on #4C80A2 background.


Related colors

Complementary color

Complementary color for #hex is #B37F5D.


I love getcolorcode.com

Triadic colors

1 #A24C80 and #80A24C with #4C80A2 are triadic colors.

2 #A2804C and #804CA2 with #4C80A2 are triadic colors.