COLOR #4C47A7

HEX: #4C47A7
RGB: (76,71,167)

Color info

#4C47A7 contains mainly blue color. Web safe color of #4C47A7 is #333399 (or #339).

RGB color model

#4C47A7 color RGB value is (76,71,167).

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

RGB channels and saturation

R 76 of 255 = 30%
G 71 of 255 = 28%
B 167 of 255 = 65%

76
71
167

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

Portions of RGB colors in percentages

R + G + B =
76 + 71 + 167 = 314 (100%)
R 76 of 314 ~ 24.2%
G 71 of 314 ~ 22.61%
B 167 of 314 ~ 53.18%

%24.2
%22.61
%53.18

CMYK color model

#4C47A7 color CMYK value is (54,57,0,35).

  • cyan value is 54.49%
  • magenta value is 57.49%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(54,57,0,35)
C54M57Y0K35 
(54%,57%,0%,35%)
(0.54/0.57/0.00/0.35)	

CMYK percentages

%54.49
%57.49
%0
%34.51

Codes

Color #4C47A7 in popluar color models

4C47A7
RGB7671167
HSL243°40.34%46.67%
HSB/HSV243°57.49%65.49%
CMYK54.49%57.49%0.00%
34.51%

Color #4C47A7 in popluar number systems.

HEX4C47A7
Decimal7671167
Binary1001100100011110100111
Octal114107247

Shades and tints

Shades of #4C47A7

#4C47A7
(76,71,167)
#464198
(70,65,152)
#403B89
(64,59,137)
#3A357A
(58,53,122)
#342F6B
(52,47,107)
#2E295C
(46,41,92)
#28234D
(40,35,77)
#221D3E
(34,29,62)
#1C172F
(28,23,47)
#161120
(22,17,32)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #4C47A7

#4C47A7
(76,71,167)
#5C57AF
(92,87,175)
#6C67B7
(108,103,183)
#7C77BF
(124,119,191)
#8C87C7
(140,135,199)
#9C97CF
(156,151,207)
#ACA7D7
(172,167,215)
#BCB7DF
(188,183,223)
#CCC7E7
(204,199,231)
#DCD7EF
(220,215,239)
#ECE7F7
(236,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C47A7; }

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

This text font color is #4C47A7.


Background Color

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

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

This div background color is #4C47A7.


Border color

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

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

This div border color is #4C47A7.


Opacity

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

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

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

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

This text has shadow with #4C47A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C47A7 on black background.


Color preview on white background

This text has color #4C47A7 on white background.



Black color preview on #4C47A7 background

This text has black color on #4C47A7 background.


White color preview on #4C47A7 background

This text has white color on #4C47A7 background.