COLOR #4C7FAE

HEX: #4C7FAE
RGB: (76,127,174)

Color info

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

RGB color model

#4C7FAE color RGB value is (76,127,174).

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

RGB channels and saturation

R 76 of 255 = 30%
G 127 of 255 = 50%
B 174 of 255 = 68%

76
127
174

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

Portions of RGB colors in percentages

R + G + B =
76 + 127 + 174 = 377 (100%)
R 76 of 377 ~ 20.16%
G 127 of 377 ~ 33.69%
B 174 of 377 ~ 46.15%

%20.16
%33.69
%46.15

CMYK color model

#4C7FAE color CMYK value is (56,27,0,32).

  • cyan value is 56.32%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(56,27,0,32)
C56M27Y0K32 
(56%,27%,0%,32%)
(0.56/0.27/0.00/0.32)	

CMYK percentages

%56.32
%27.01
%0
%31.76

Codes

Color #4C7FAE in popluar color models

4C7FAE
RGB76127174
HSL209°39.20%49.02%
HSB/HSV209°56.32%68.24%
CMYK56.32%27.01%0.00%
31.76%

Color #4C7FAE in popluar number systems.

HEX4C7FAE
Decimal76127174
Binary1001100111111110101110
Octal114177256

Shades and tints

Shades of #4C7FAE

#4C7FAE
(76,127,174)
#46749F
(70,116,159)
#406990
(64,105,144)
#3A5E81
(58,94,129)
#345372
(52,83,114)
#2E4863
(46,72,99)
#283D54
(40,61,84)
#223245
(34,50,69)
#1C2736
(28,39,54)
#161C27
(22,28,39)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #4C7FAE

#4C7FAE
(76,127,174)
#5C8AB5
(92,138,181)
#6C95BC
(108,149,188)
#7CA0C3
(124,160,195)
#8CABCA
(140,171,202)
#9CB6D1
(156,182,209)
#ACC1D8
(172,193,216)
#BCCCDF
(188,204,223)
#CCD7E6
(204,215,230)
#DCE2ED
(220,226,237)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7FAE; }

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

This text font color is #4C7FAE.


Background Color

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

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

This div background color is #4C7FAE.


Border color

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

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

This div border color is #4C7FAE.


Opacity

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

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

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

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

This text has shadow with #4C7FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7FAE on black background.


Color preview on white background

This text has color #4C7FAE on white background.



Black color preview on #4C7FAE background

This text has black color on #4C7FAE background.


White color preview on #4C7FAE background

This text has white color on #4C7FAE background.