COLOR #4C7FC5

HEX: #4C7FC5
RGB: (76,127,197)

Color info

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

RGB color model

#4C7FC5 color RGB value is (76,127,197).

  • red value is 76;
  • green value is 127;
  • blue value is 197.
RGB:
(76,127,197)
(30%,50%,77%)

RGB channels and saturation

R 76 of 255 = 30%
G 127 of 255 = 50%
B 197 of 255 = 77%

76
127
197

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

Portions of RGB colors in percentages

R + G + B =
76 + 127 + 197 = 400 (100%)
R 76 of 400 ~ 19%
G 127 of 400 ~ 31.75%
B 197 of 400 ~ 49.25%

%19
%31.75
%49.25

CMYK color model

#4C7FC5 color CMYK value is (61,36,0,23).

  • cyan value is 61.42%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(61,36,0,23)
C61M36Y0K23 
(61%,36%,0%,23%)
(0.61/0.36/0.00/0.23)	

CMYK percentages

%61.42
%35.53
%0
%22.75

Codes

Color #4C7FC5 in popluar color models

4C7FC5
RGB76127197
HSL215°51.05%53.53%
HSB/HSV215°61.42%77.25%
CMYK61.42%35.53%0.00%
22.75%

Color #4C7FC5 in popluar number systems.

HEX4C7FC5
Decimal76127197
Binary1001100111111111000101
Octal114177305

Shades and tints

Shades of #4C7FC5

#4C7FC5
(76,127,197)
#4674B4
(70,116,180)
#4069A3
(64,105,163)
#3A5E92
(58,94,146)
#345381
(52,83,129)
#2E4870
(46,72,112)
#283D5F
(40,61,95)
#22324E
(34,50,78)
#1C273D
(28,39,61)
#161C2C
(22,28,44)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #4C7FC5

#4C7FC5
(76,127,197)
#5C8ACA
(92,138,202)
#6C95CF
(108,149,207)
#7CA0D4
(124,160,212)
#8CABD9
(140,171,217)
#9CB6DE
(156,182,222)
#ACC1E3
(172,193,227)
#BCCCE8
(188,204,232)
#CCD7ED
(204,215,237)
#DCE2F2
(220,226,242)
#ECEDF7
(236,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7FC5 color. Also use rgb(76,127,197) instead hex code.

Text Font Color

.myTextColor { color: #4C7FC5; }

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

This text font color is #4C7FC5.


Background Color

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

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

This div background color is #4C7FC5.


Border color

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

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

This div border color is #4C7FC5.


Opacity

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

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

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

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

This text has shadow with #4C7FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7FC5 on black background.


Color preview on white background

This text has color #4C7FC5 on white background.



Black color preview on #4C7FC5 background

This text has black color on #4C7FC5 background.


White color preview on #4C7FC5 background

This text has white color on #4C7FC5 background.