COLOR #4C5A96

HEX: #4C5A96
RGB: (76,90,150)

Color info

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

RGB color model

#4C5A96 color RGB value is (76,90,150).

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

RGB channels and saturation

R 76 of 255 = 30%
G 90 of 255 = 35%
B 150 of 255 = 59%

76
90
150

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

Portions of RGB colors in percentages

R + G + B =
76 + 90 + 150 = 316 (100%)
R 76 of 316 ~ 24.05%
G 90 of 316 ~ 28.48%
B 150 of 316 ~ 47.47%

%24.05
%28.48
%47.47

CMYK color model

#4C5A96 color CMYK value is (49,40,0,41).

  • cyan value is 49.33%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (49,40,0,41) C49M40Y0K41 (49%,40%,0%,41%) (0.49/0.40/0.00/0.41)

CMYK percentages

%49.33
%40
%0
%41.18

Codes

Color #4C5A96 in popluar color models

4C5A96
RGB7690150
HSL229°32.74%44.31%
HSB/HSV229°49.33%58.82%
CMYK49.33%40.00%0.00%
41.18%

Color #4C5A96 in popluar number systems.

HEX4C5A96
Decimal7690150
Binary1001100101101010010110
Octal114132226

Shades and tints

Shades of #4C5A96

#4C5A96
(76,90,150)
#465289
(70,82,137)
#404A7C
(64,74,124)
#3A426F
(58,66,111)
#343A62
(52,58,98)
#2E3255
(46,50,85)
#282A48
(40,42,72)
#22223B
(34,34,59)
#1C1A2E
(28,26,46)
#161221
(22,18,33)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #4C5A96

#4C5A96
(76,90,150)
#5C699F
(92,105,159)
#6C78A8
(108,120,168)
#7C87B1
(124,135,177)
#8C96BA
(140,150,186)
#9CA5C3
(156,165,195)
#ACB4CC
(172,180,204)
#BCC3D5
(188,195,213)
#CCD2DE
(204,210,222)
#DCE1E7
(220,225,231)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5A96; }

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

This text font color is #4C5A96.


Background Color

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

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

This div background color is #4C5A96.


Border color

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

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

This div border color is #4C5A96.


Opacity

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

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

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

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

This text has shadow with #4C5A96 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4C5A96 on black background.


Color preview on white background

This text has color #4C5A96 on white background.



Black color preview on #4C5A96 background

This text has black color on #4C5A96 background.


White color preview on #4C5A96 background

This text has white color on #4C5A96 background.