COLOR #4C5FA5

HEX: #4C5FA5
RGB: (76,95,165)

Color info

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

RGB color model

#4C5FA5 color RGB value is (76,95,165).

  • red value is 76;
  • green value is 95;
  • blue value is 165.
RGB:
(76,95,165)
(30%,37%,65%)

RGB channels and saturation

R 76 of 255 = 30%
G 95 of 255 = 37%
B 165 of 255 = 65%

76
95
165

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

Portions of RGB colors in percentages

R + G + B =
76 + 95 + 165 = 336 (100%)
R 76 of 336 ~ 22.62%
G 95 of 336 ~ 28.27%
B 165 of 336 ~ 49.11%

%22.62
%28.27
%49.11

CMYK color model

#4C5FA5 color CMYK value is (54,42,0,35).

  • cyan value is 53.94%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(54,42,0,35)
C54M42Y0K35 
(54%,42%,0%,35%)
(0.54/0.42/0.00/0.35)	

CMYK percentages

%53.94
%42.42
%0
%35.29

Codes

Color #4C5FA5 in popluar color models

4C5FA5
RGB7695165
HSL227°36.93%47.25%
HSB/HSV227°53.94%64.71%
CMYK53.94%42.42%0.00%
35.29%

Color #4C5FA5 in popluar number systems.

HEX4C5FA5
Decimal7695165
Binary1001100101111110100101
Octal114137245

Shades and tints

Shades of #4C5FA5

#4C5FA5
(76,95,165)
#465796
(70,87,150)
#404F87
(64,79,135)
#3A4778
(58,71,120)
#343F69
(52,63,105)
#2E375A
(46,55,90)
#282F4B
(40,47,75)
#22273C
(34,39,60)
#1C1F2D
(28,31,45)
#16171E
(22,23,30)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C5FA5

#4C5FA5
(76,95,165)
#5C6DAD
(92,109,173)
#6C7BB5
(108,123,181)
#7C89BD
(124,137,189)
#8C97C5
(140,151,197)
#9CA5CD
(156,165,205)
#ACB3D5
(172,179,213)
#BCC1DD
(188,193,221)
#CCCFE5
(204,207,229)
#DCDDED
(220,221,237)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5FA5 color. Also use rgb(76,95,165) instead hex code.

Text Font Color

.myTextColor { color: #4C5FA5; }

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

This text font color is #4C5FA5.


Background Color

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

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

This div background color is #4C5FA5.


Border color

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

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

This div border color is #4C5FA5.


Opacity

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

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

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

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

This text has shadow with #4C5FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5FA5 on black background.


Color preview on white background

This text has color #4C5FA5 on white background.



Black color preview on #4C5FA5 background

This text has black color on #4C5FA5 background.


White color preview on #4C5FA5 background

This text has white color on #4C5FA5 background.