COLOR #4C5174

HEX: #4C5174
RGB: (76,81,116)

Color info

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

RGB color model

#4C5174 color RGB value is (76,81,116).

  • red value is 76;
  • green value is 81;
  • blue value is 116.
RGB:
(76,81,116)
(30%,32%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 81 of 255 = 32%
B 116 of 255 = 45%

76
81
116

R + G + B ~ 36%. #4C5174 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 81 + 116 = 273 (100%)
R 76 of 273 ~ 27.84%
G 81 of 273 ~ 29.67%
B 116 of 273 ~ 42.49%

%27.84
%29.67
%42.49

CMYK color model

#4C5174 color CMYK value is (34,30,0,55).

  • cyan value is 34.48%
  • magenta value is 30.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(34,30,0,55)
C34M30Y0K55 
(34%,30%,0%,55%)
(0.34/0.30/0.00/0.55)	

CMYK percentages

%34.48
%30.17
%0
%54.51

Codes

Color #4C5174 in popluar color models

4C5174
RGB7681116
HSL233°20.83%37.65%
HSB/HSV233°34.48%45.49%
CMYK34.48%30.17%0.00%
54.51%

Color #4C5174 in popluar number systems.

HEX4C5174
Decimal7681116
Binary100110010100011110100
Octal114121164

Shades and tints

Shades of #4C5174

#4C5174
(76,81,116)
#464A6A
(70,74,106)
#404360
(64,67,96)
#3A3C56
(58,60,86)
#34354C
(52,53,76)
#2E2E42
(46,46,66)
#282738
(40,39,56)
#22202E
(34,32,46)
#1C1924
(28,25,36)
#16121A
(22,18,26)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #4C5174

#4C5174
(76,81,116)
#5C6080
(92,96,128)
#6C6F8C
(108,111,140)
#7C7E98
(124,126,152)
#8C8DA4
(140,141,164)
#9C9CB0
(156,156,176)
#ACABBC
(172,171,188)
#BCBAC8
(188,186,200)
#CCC9D4
(204,201,212)
#DCD8E0
(220,216,224)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5174; }

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

This text font color is #4C5174.


Background Color

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

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

This div background color is #4C5174.


Border color

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

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

This div border color is #4C5174.


Opacity

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

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

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

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

This text has shadow with #4C5174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5174 on black background.


Color preview on white background

This text has color #4C5174 on white background.



Black color preview on #4C5174 background

This text has black color on #4C5174 background.


White color preview on #4C5174 background

This text has white color on #4C5174 background.