COLOR #4C718E

HEX: #4C718E
RGB: (76,113,142)

Color info

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

RGB color model

#4C718E color RGB value is (76,113,142).

  • red value is 76;
  • green value is 113;
  • blue value is 142.
RGB:
(76,113,142)
(30%,44%,56%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 142 of 255 = 56%

76
113
142

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

Portions of RGB colors in percentages

R + G + B =
76 + 113 + 142 = 331 (100%)
R 76 of 331 ~ 22.96%
G 113 of 331 ~ 34.14%
B 142 of 331 ~ 42.9%

%22.96
%34.14
%42.9

CMYK color model

#4C718E color CMYK value is (46,20,0,44).

  • cyan value is 46.48%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(46,20,0,44)
C46M20Y0K44 
(46%,20%,0%,44%)
(0.46/0.20/0.00/0.44)	

CMYK percentages

%46.48
%20.42
%0
%44.31

Codes

Color #4C718E in popluar color models

4C718E
RGB76113142
HSL206°30.28%42.75%
HSB/HSV206°46.48%55.69%
CMYK46.48%20.42%0.00%
44.31%

Color #4C718E in popluar number systems.

HEX4C718E
Decimal76113142
Binary1001100111000110001110
Octal114161216

Shades and tints

Shades of #4C718E

#4C718E
(76,113,142)
#466782
(70,103,130)
#405D76
(64,93,118)
#3A536A
(58,83,106)
#34495E
(52,73,94)
#2E3F52
(46,63,82)
#283546
(40,53,70)
#222B3A
(34,43,58)
#1C212E
(28,33,46)
#161722
(22,23,34)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #4C718E

#4C718E
(76,113,142)
#5C7D98
(92,125,152)
#6C89A2
(108,137,162)
#7C95AC
(124,149,172)
#8CA1B6
(140,161,182)
#9CADC0
(156,173,192)
#ACB9CA
(172,185,202)
#BCC5D4
(188,197,212)
#CCD1DE
(204,209,222)
#DCDDE8
(220,221,232)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C718E color. Also use rgb(76,113,142) instead hex code.

Text Font Color

.myTextColor { color: #4C718E; }

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

This text font color is #4C718E.


Background Color

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

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

This div background color is #4C718E.


Border color

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

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

This div border color is #4C718E.


Opacity

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

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

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

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

This text has shadow with #4C718E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C718E on black background.


Color preview on white background

This text has color #4C718E on white background.



Black color preview on #4C718E background

This text has black color on #4C718E background.


White color preview on #4C718E background

This text has white color on #4C718E background.