COLOR #4C4F74

HEX: #4C4F74 RGB: (76,79,116)

Color info

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

RGB color model

#4C4F74 color RGB value is (76,79,116).

RGB: (76,79,116) (30%, 31%, 45%)

RGB channels and saturation

R 76 of 255 = 30%
G 79 of 255 = 31%
B 116 of 255 = 45%

76
79
116

R + G + B ~ 35%. #4C4F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 79 + 116 = 271 (100%)
R 76 of 271 ~ 28.04%
G 79 of 271 ~ 29.15%
B 116 of 271 ~ 42.8'%

%28.04
%29.15
%42.8

CMYK color model

#4C4F74 color CMYK value is (34,32,0,55).

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

CMYK: (34,32,0,55)
C34M32Y0K55 (34%, 32%, 0%, 55%)
(0.34 / 0.32 / 0.00 / 0.55)

CMYK percentages

%34.48
%31.9
%0
%54.51

Codes

Color #4C4F74 in popluar color models

4C 4F 74
RGB 76 79 116
HSL 236° 20.83% 37.65%
HSB/HSV 236° 34.48% 45.49%
CMYK 34.48% 31.90% 0.00%
54.51%

Color #4C4F74 in popluar number systems.

HEX 4C 4F 74
Decimal 76 79 116
Binary 1001100 1001111 1110100
Octal 114 117 164

Shades and tints

Shades of #4C4F74

#4C4F74
(76,79,116)
#46486A
(70,72,106)
#404160
(64,65,96)
#3A3A56
(58,58,86)
#34334C
(52,51,76)
#2E2C42
(46,44,66)
#282538
(40,37,56)
#221E2E
(34,30,46)
#1C1724
(28,23,36)
#16101A
(22,16,26)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #4C4F74

#4C4F74
(76,79,116)
#5C5F80
(92,95,128)
#6C6F8C
(108,111,140)
#7C7F98
(124,127,152)
#8C8FA4
(140,143,164)
#9C9FB0
(156,159,176)
#ACAFBC
(172,175,188)
#BCBFC8
(188,191,200)
#CCCFD4
(204,207,212)
#DCDFE0
(220,223,224)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4F74; }

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

This text font color is #4C4F74.

Background Color

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

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

This div background color is #4C4F74.

Border color

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

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

This div border color is #4C4F74.

Opacity

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

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

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

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

This text has shadow with #4C4F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4F74.

Preview

Color preview on black background

This text has color #4C4F74 on black background.


Color preview on white background

This text has color #4C4F74 on white background.


Black color preview on #4C4F74 background

This text has black color on #4C4F74 background.


White color preview on #4C4F74 background

This text has white color on #4C4F74 background.


Related colors

Complementary color

Complementary color for #hex is #B3B08B.


I love getcolorcode.com

Triadic colors

1 #744C4F and #4F744C with #4C4F74 are triadic colors.

2 #744F4C and #4F4C74 with #4C4F74 are triadic colors.