COLOR #4C7787

HEX: #4C7787 RGB: (76,119,135)

Color info

#4C7787 contains red, green and blue colors in about the same proportion. Web safe color of #4C7787 is #336699 (or #369).

RGB color model

#4C7787 color RGB value is (76,119,135).

RGB: (76,119,135) (30%, 47%, 53%)

RGB channels and saturation

R 76 of 255 = 30%
G 119 of 255 = 47%
B 135 of 255 = 53%

76
119
135

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

Portions of RGB colors in percentages

R + G + B = 76 + 119 + 135 = 330 (100%)
R 76 of 330 ~ 23.03%
G 119 of 330 ~ 36.06%
B 135 of 330 ~ 40.91'%

%23.03
%36.06
%40.91

CMYK color model

#4C7787 color CMYK value is (44,12,0,47).

  • cyan value is 43.70%
  • magenta value is 11.85%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (44,12,0,47)
C44M12Y0K47 (44%, 12%, 0%, 47%)
(0.44 / 0.12 / 0.00 / 0.47)

CMYK percentages

%43.7
%11.85
%0
%47.06

Codes

Color #4C7787 in popluar color models

4C 77 87
RGB 76 119 135
HSL 196° 27.96% 41.37%
HSB/HSV 196° 43.70% 52.94%
CMYK 43.70% 11.85% 0.00%
47.06%

Color #4C7787 in popluar number systems.

HEX 4C 77 87
Decimal 76 119 135
Binary 1001100 1110111 10000111
Octal 114 167 207

Shades and tints

Shades of #4C7787

#4C7787
(76,119,135)
#466D7B
(70,109,123)
#40636F
(64,99,111)
#3A5963
(58,89,99)
#344F57
(52,79,87)
#2E454B
(46,69,75)
#283B3F
(40,59,63)
#223133
(34,49,51)
#1C2727
(28,39,39)
#161D1B
(22,29,27)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #4C7787

#4C7787
(76,119,135)
#5C8391
(92,131,145)
#6C8F9B
(108,143,155)
#7C9BA5
(124,155,165)
#8CA7AF
(140,167,175)
#9CB3B9
(156,179,185)
#ACBFC3
(172,191,195)
#BCCBCD
(188,203,205)
#CCD7D7
(204,215,215)
#DCE3E1
(220,227,225)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7787 color. Also use rgb(76,119,135) instead hex code.

Text Font Color

.myTextColor { color: #4C7787; }

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

This text font color is #4C7787.

Background Color

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

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

This div background color is #4C7787.

Border color

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

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

This div border color is #4C7787.

Opacity

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

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

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

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

This text has shadow with #4C7787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7787.

Preview

Color preview on black background

This text has color #4C7787 on black background.


Color preview on white background

This text has color #4C7787 on white background.


Black color preview on #4C7787 background

This text has black color on #4C7787 background.


White color preview on #4C7787 background

This text has white color on #4C7787 background.


Related colors

Complementary color

Complementary color for #hex is #B38878.


I love getcolorcode.com

Triadic colors

1 #874C77 and #77874C with #4C7787 are triadic colors.

2 #87774C and #774C87 with #4C7787 are triadic colors.