COLOR #4C6774

HEX: #4C6774 RGB: (76,103,116)

Color info

#4C6774 contains red, green and blue colors in about the same proportion. Web safe color of #4C6774 is #336666 (or #366).

RGB color model

#4C6774 color RGB value is (76,103,116).

RGB: (76,103,116) (30%, 40%, 45%)

RGB channels and saturation

R 76 of 255 = 30%
G 103 of 255 = 40%
B 116 of 255 = 45%

76
103
116

R + G + B ~ 38%. #4C6774 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 103 + 116 = 295 (100%)
R 76 of 295 ~ 25.76%
G 103 of 295 ~ 34.92%
B 116 of 295 ~ 39.32'%

%25.76
%34.92
%39.32

CMYK color model

#4C6774 color CMYK value is (34,11,0,55).

  • cyan value is 34.48%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (34,11,0,55)
C34M11Y0K55 (34%, 11%, 0%, 55%)
(0.34 / 0.11 / 0.00 / 0.55)

CMYK percentages

%34.48
%11.21
%0
%54.51

Codes

Color #4C6774 in popluar color models

4C 67 74
RGB 76 103 116
HSL 200° 20.83% 37.65%
HSB/HSV 200° 34.48% 45.49%
CMYK 34.48% 11.21% 0.00%
54.51%

Color #4C6774 in popluar number systems.

HEX 4C 67 74
Decimal 76 103 116
Binary 1001100 1100111 1110100
Octal 114 147 164

Shades and tints

Shades of #4C6774

#4C6774
(76,103,116)
#465E6A
(70,94,106)
#405560
(64,85,96)
#3A4C56
(58,76,86)
#34434C
(52,67,76)
#2E3A42
(46,58,66)
#283138
(40,49,56)
#22282E
(34,40,46)
#1C1F24
(28,31,36)
#16161A
(22,22,26)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #4C6774

#4C6774
(76,103,116)
#5C7480
(92,116,128)
#6C818C
(108,129,140)
#7C8E98
(124,142,152)
#8C9BA4
(140,155,164)
#9CA8B0
(156,168,176)
#ACB5BC
(172,181,188)
#BCC2C8
(188,194,200)
#CCCFD4
(204,207,212)
#DCDCE0
(220,220,224)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6774 color. Also use rgb(76,103,116) instead hex code.

Text Font Color

.myTextColor { color: #4C6774; }

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

This text font color is #4C6774.

Background Color

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

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

This div background color is #4C6774.

Border color

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

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

This div border color is #4C6774.

Opacity

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

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

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

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

This text has shadow with #4C6774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6774.

Preview

Color preview on black background

This text has color #4C6774 on black background.


Color preview on white background

This text has color #4C6774 on white background.


Black color preview on #4C6774 background

This text has black color on #4C6774 background.


White color preview on #4C6774 background

This text has white color on #4C6774 background.


Related colors

Complementary color

Complementary color for #hex is #B3988B.


I love getcolorcode.com

Triadic colors

1 #744C67 and #67744C with #4C6774 are triadic colors.

2 #74674C and #674C74 with #4C6774 are triadic colors.