COLOR #4C7ED1

HEX: #4C7ED1
RGB: (76,126,209)

Color info

#4C7ED1 contains mainly blue color. Web safe color of #4C7ED1 is #3366CC (or #36C).

RGB color model

#4C7ED1 color RGB value is (76,126,209).

  • red value is 76;
  • green value is 126;
  • blue value is 209.
RGB:
(76,126,209)
(30%,49%,82%)

RGB channels and saturation

R 76 of 255 = 30%
G 126 of 255 = 49%
B 209 of 255 = 82%

76
126
209

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

Portions of RGB colors in percentages

R + G + B =
76 + 126 + 209 = 411 (100%)
R 76 of 411 ~ 18.49%
G 126 of 411 ~ 30.66%
B 209 of 411 ~ 50.85%

%18.49
%30.66
%50.85

CMYK color model

#4C7ED1 color CMYK value is (64,40,0,18).

  • cyan value is 63.64%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(64,40,0,18)
C64M40Y0K18 
(64%,40%,0%,18%)
(0.64/0.40/0.00/0.18)	

CMYK percentages

%63.64
%39.71
%0
%18.04

Codes

Color #4C7ED1 in popluar color models

4C7ED1
RGB76126209
HSL217°59.11%55.88%
HSB/HSV217°63.64%81.96%
CMYK63.64%39.71%0.00%
18.04%

Color #4C7ED1 in popluar number systems.

HEX4C7ED1
Decimal76126209
Binary1001100111111011010001
Octal114176321

Shades and tints

Shades of #4C7ED1

#4C7ED1
(76,126,209)
#4673BE
(70,115,190)
#4068AB
(64,104,171)
#3A5D98
(58,93,152)
#345285
(52,82,133)
#2E4772
(46,71,114)
#283C5F
(40,60,95)
#22314C
(34,49,76)
#1C2639
(28,38,57)
#161B26
(22,27,38)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #4C7ED1

#4C7ED1
(76,126,209)
#5C89D5
(92,137,213)
#6C94D9
(108,148,217)
#7C9FDD
(124,159,221)
#8CAAE1
(140,170,225)
#9CB5E5
(156,181,229)
#ACC0E9
(172,192,233)
#BCCBED
(188,203,237)
#CCD6F1
(204,214,241)
#DCE1F5
(220,225,245)
#ECECF9
(236,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7ED1 color. Also use rgb(76,126,209) instead hex code.

Text Font Color

.myTextColor { color: #4C7ED1; }

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

This text font color is #4C7ED1.


Background Color

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

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

This div background color is #4C7ED1.


Border color

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

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

This div border color is #4C7ED1.


Opacity

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

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

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

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

This text has shadow with #4C7ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7ED1 on black background.


Color preview on white background

This text has color #4C7ED1 on white background.



Black color preview on #4C7ED1 background

This text has black color on #4C7ED1 background.


White color preview on #4C7ED1 background

This text has white color on #4C7ED1 background.