COLOR #4C7E8C

HEX: #4C7E8C RGB: (76,126,140)

Color info

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

RGB color model

#4C7E8C color RGB value is (76,126,140).

RGB: (76,126,140) (30%, 49%, 55%)

RGB channels and saturation

R 76 of 255 = 30%
G 126 of 255 = 49%
B 140 of 255 = 55%

76
126
140

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

Portions of RGB colors in percentages

R + G + B = 76 + 126 + 140 = 342 (100%)
R 76 of 342 ~ 22.22%
G 126 of 342 ~ 36.84%
B 140 of 342 ~ 40.94'%

%22.22
%36.84
%40.94

CMYK color model

#4C7E8C color CMYK value is (46,10,0,45).

  • cyan value is 45.71%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (46,10,0,45)
C46M10Y0K45 (46%, 10%, 0%, 45%)
(0.46 / 0.10 / 0.00 / 0.45)

CMYK percentages

%45.71
%10
%0
%45.1

Codes

Color #4C7E8C in popluar color models

4C 7E 8C
RGB 76 126 140
HSL 193° 29.63% 42.35%
HSB/HSV 193° 45.71% 54.90%
CMYK 45.71% 10.00% 0.00%
45.10%

Color #4C7E8C in popluar number systems.

HEX 4C 7E 8C
Decimal 76 126 140
Binary 1001100 1111110 10001100
Octal 114 176 214

Shades and tints

Shades of #4C7E8C

#4C7E8C
(76,126,140)
#467380
(70,115,128)
#406874
(64,104,116)
#3A5D68
(58,93,104)
#34525C
(52,82,92)
#2E4750
(46,71,80)
#283C44
(40,60,68)
#223138
(34,49,56)
#1C262C
(28,38,44)
#161B20
(22,27,32)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #4C7E8C

#4C7E8C
(76,126,140)
#5C8996
(92,137,150)
#6C94A0
(108,148,160)
#7C9FAA
(124,159,170)
#8CAAB4
(140,170,180)
#9CB5BE
(156,181,190)
#ACC0C8
(172,192,200)
#BCCBD2
(188,203,210)
#CCD6DC
(204,214,220)
#DCE1E6
(220,225,230)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7E8C; }

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

This text font color is #4C7E8C.

Background Color

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

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

This div background color is #4C7E8C.

Border color

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

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

This div border color is #4C7E8C.

Opacity

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

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

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

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

This text has shadow with #4C7E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7E8C.

Preview

Color preview on black background

This text has color #4C7E8C on black background.


Color preview on white background

This text has color #4C7E8C on white background.


Black color preview on #4C7E8C background

This text has black color on #4C7E8C background.


White color preview on #4C7E8C background

This text has white color on #4C7E8C background.


Related colors

Complementary color

Complementary color for #hex is #B38173.


I love getcolorcode.com

Triadic colors

1 #8C4C7E and #7E8C4C with #4C7E8C are triadic colors.

2 #8C7E4C and #7E4C8C with #4C7E8C are triadic colors.