COLOR #4C81AD

HEX: #4C81AD
RGB: (76,129,173)

Color info

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

RGB color model

#4C81AD color RGB value is (76,129,173).

  • red value is 76;
  • green value is 129;
  • blue value is 173.
RGB:
(76,129,173)
(30%,51%,68%)

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 173 of 255 = 68%

76
129
173

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

Portions of RGB colors in percentages

R + G + B =
76 + 129 + 173 = 378 (100%)
R 76 of 378 ~ 20.11%
G 129 of 378 ~ 34.13%
B 173 of 378 ~ 45.77%

%20.11
%34.13
%45.77

CMYK color model

#4C81AD color CMYK value is (56,25,0,32).

  • cyan value is 56.07%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(56,25,0,32)
C56M25Y0K32 
(56%,25%,0%,32%)
(0.56/0.25/0.00/0.32)	

CMYK percentages

%56.07
%25.43
%0
%32.16

Codes

Color #4C81AD in popluar color models

4C81AD
RGB76129173
HSL207°38.96%48.82%
HSB/HSV207°56.07%67.84%
CMYK56.07%25.43%0.00%
32.16%

Color #4C81AD in popluar number systems.

HEX4C81AD
Decimal76129173
Binary10011001000000110101101
Octal114201255

Shades and tints

Shades of #4C81AD

#4C81AD
(76,129,173)
#46769E
(70,118,158)
#406B8F
(64,107,143)
#3A6080
(58,96,128)
#345571
(52,85,113)
#2E4A62
(46,74,98)
#283F53
(40,63,83)
#223444
(34,52,68)
#1C2935
(28,41,53)
#161E26
(22,30,38)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #4C81AD

#4C81AD
(76,129,173)
#5C8CB4
(92,140,180)
#6C97BB
(108,151,187)
#7CA2C2
(124,162,194)
#8CADC9
(140,173,201)
#9CB8D0
(156,184,208)
#ACC3D7
(172,195,215)
#BCCEDE
(188,206,222)
#CCD9E5
(204,217,229)
#DCE4EC
(220,228,236)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C81AD color. Also use rgb(76,129,173) instead hex code.

Text Font Color

.myTextColor { color: #4C81AD; }

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

This text font color is #4C81AD.


Background Color

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

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

This div background color is #4C81AD.


Border color

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

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

This div border color is #4C81AD.


Opacity

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

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

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

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

This text has shadow with #4C81AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C81AD on black background.


Color preview on white background

This text has color #4C81AD on white background.



Black color preview on #4C81AD background

This text has black color on #4C81AD background.


White color preview on #4C81AD background

This text has white color on #4C81AD background.