COLOR #4C5AA7

HEX: #4C5AA7
RGB: (76,90,167)

Color info

#4C5AA7 contains mainly blue color. Web safe color of #4C5AA7 is #336699 (or #369).

RGB color model

#4C5AA7 color RGB value is (76,90,167).

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

RGB channels and saturation

R 76 of 255 = 30%
G 90 of 255 = 35%
B 167 of 255 = 65%

76
90
167

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

Portions of RGB colors in percentages

R + G + B =
76 + 90 + 167 = 333 (100%)
R 76 of 333 ~ 22.82%
G 90 of 333 ~ 27.03%
B 167 of 333 ~ 50.15%

%22.82
%27.03
%50.15

CMYK color model

#4C5AA7 color CMYK value is (54,46,0,35).

  • cyan value is 54.49%
  • magenta value is 46.11%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(54,46,0,35)
C54M46Y0K35 
(54%,46%,0%,35%)
(0.54/0.46/0.00/0.35)	

CMYK percentages

%54.49
%46.11
%0
%34.51

Codes

Color #4C5AA7 in popluar color models

4C5AA7
RGB7690167
HSL231°37.45%47.65%
HSB/HSV231°54.49%65.49%
CMYK54.49%46.11%0.00%
34.51%

Color #4C5AA7 in popluar number systems.

HEX4C5AA7
Decimal7690167
Binary1001100101101010100111
Octal114132247

Shades and tints

Shades of #4C5AA7

#4C5AA7
(76,90,167)
#465298
(70,82,152)
#404A89
(64,74,137)
#3A427A
(58,66,122)
#343A6B
(52,58,107)
#2E325C
(46,50,92)
#282A4D
(40,42,77)
#22223E
(34,34,62)
#1C1A2F
(28,26,47)
#161220
(22,18,32)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #4C5AA7

#4C5AA7
(76,90,167)
#5C69AF
(92,105,175)
#6C78B7
(108,120,183)
#7C87BF
(124,135,191)
#8C96C7
(140,150,199)
#9CA5CF
(156,165,207)
#ACB4D7
(172,180,215)
#BCC3DF
(188,195,223)
#CCD2E7
(204,210,231)
#DCE1EF
(220,225,239)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5AA7; }

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

This text font color is #4C5AA7.


Background Color

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

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

This div background color is #4C5AA7.


Border color

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

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

This div border color is #4C5AA7.


Opacity

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

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

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

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

This text has shadow with #4C5AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5AA7 on black background.


Color preview on white background

This text has color #4C5AA7 on white background.



Black color preview on #4C5AA7 background

This text has black color on #4C5AA7 background.


White color preview on #4C5AA7 background

This text has white color on #4C5AA7 background.