COLOR #4C477B

HEX: #4C477B
RGB: (76,71,123)

Color info

#4C477B contains red, green and blue colors in about the same proportion. Web safe color of #4C477B is #333366 (or #336).

RGB color model

#4C477B color RGB value is (76,71,123).

  • red value is 76;
  • green value is 71;
  • blue value is 123.
RGB:
(76,71,123)
(30%,28%,48%)

RGB channels and saturation

R 76 of 255 = 30%
G 71 of 255 = 28%
B 123 of 255 = 48%

76
71
123

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

Portions of RGB colors in percentages

R + G + B =
76 + 71 + 123 = 270 (100%)
R 76 of 270 ~ 28.15%
G 71 of 270 ~ 26.3%
B 123 of 270 ~ 45.56%

%28.15
%26.3
%45.56

CMYK color model

#4C477B color CMYK value is (38,42,0,52).

  • cyan value is 38.21%
  • magenta value is 42.28%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(38,42,0,52)
C38M42Y0K52 
(38%,42%,0%,52%)
(0.38/0.42/0.00/0.52)	

CMYK percentages

%38.21
%42.28
%0
%51.76

Codes

Color #4C477B in popluar color models

4C477B
RGB7671123
HSL246°26.80%38.04%
HSB/HSV246°42.28%48.24%
CMYK38.21%42.28%0.00%
51.76%

Color #4C477B in popluar number systems.

HEX4C477B
Decimal7671123
Binary100110010001111111011
Octal114107173

Shades and tints

Shades of #4C477B

#4C477B
(76,71,123)
#464170
(70,65,112)
#403B65
(64,59,101)
#3A355A
(58,53,90)
#342F4F
(52,47,79)
#2E2944
(46,41,68)
#282339
(40,35,57)
#221D2E
(34,29,46)
#1C1723
(28,23,35)
#161118
(22,17,24)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #4C477B

#4C477B
(76,71,123)
#5C5787
(92,87,135)
#6C6793
(108,103,147)
#7C779F
(124,119,159)
#8C87AB
(140,135,171)
#9C97B7
(156,151,183)
#ACA7C3
(172,167,195)
#BCB7CF
(188,183,207)
#CCC7DB
(204,199,219)
#DCD7E7
(220,215,231)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C477B color. Also use rgb(76,71,123) instead hex code.

Text Font Color

.myTextColor { color: #4C477B; }

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

This text font color is #4C477B.


Background Color

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

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

This div background color is #4C477B.


Border color

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

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

This div border color is #4C477B.


Opacity

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

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

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

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

This text has shadow with #4C477B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C477B on black background.


Color preview on white background

This text has color #4C477B on white background.



Black color preview on #4C477B background

This text has black color on #4C477B background.


White color preview on #4C477B background

This text has white color on #4C477B background.