COLOR #4A5CB9

HEX: #4A5CB9
RGB: (74,92,185)

Color info

#4A5CB9 contains mainly blue color. Web safe color of #4A5CB9 is #3366CC (or #36C).

RGB color model

#4A5CB9 color RGB value is (74,92,185).

  • red value is 74;
  • green value is 92;
  • blue value is 185.
RGB:
(74,92,185)
(29%,36%,73%)

RGB channels and saturation

R 74 of 255 = 29%
G 92 of 255 = 36%
B 185 of 255 = 73%

74
92
185

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

Portions of RGB colors in percentages

R + G + B =
74 + 92 + 185 = 351 (100%)
R 74 of 351 ~ 21.08%
G 92 of 351 ~ 26.21%
B 185 of 351 ~ 52.71%

%21.08
%26.21
%52.71

CMYK color model

#4A5CB9 color CMYK value is (60,50,0,27).

  • cyan value is 60.00%
  • magenta value is 50.27%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(60,50,0,27)
C60M50Y0K27 
(60%,50%,0%,27%)
(0.60/0.50/0.00/0.27)	

CMYK percentages

%60
%50.27
%0
%27.45

Codes

Color #4A5CB9 in popluar color models

4A5CB9
RGB7492185
HSL230°44.22%50.78%
HSB/HSV230°60.00%72.55%
CMYK60.00%50.27%0.00%
27.45%

Color #4A5CB9 in popluar number systems.

HEX4A5CB9
Decimal7492185
Binary1001010101110010111001
Octal112134271

Shades and tints

Shades of #4A5CB9

#4A5CB9
(74,92,185)
#4454A9
(68,84,169)
#3E4C99
(62,76,153)
#384489
(56,68,137)
#323C79
(50,60,121)
#2C3469
(44,52,105)
#262C59
(38,44,89)
#202449
(32,36,73)
#1A1C39
(26,28,57)
#141429
(20,20,41)
#0E0C19
(14,12,25)
#000000
(0,0,0)

Tints of #4A5CB9

#4A5CB9
(74,92,185)
#5A6ABF
(90,106,191)
#6A78C5
(106,120,197)
#7A86CB
(122,134,203)
#8A94D1
(138,148,209)
#9AA2D7
(154,162,215)
#AAB0DD
(170,176,221)
#BABEE3
(186,190,227)
#CACCE9
(202,204,233)
#DADAEF
(218,218,239)
#EAE8F5
(234,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5CB9 color. Also use rgb(74,92,185) instead hex code.

Text Font Color

.myTextColor { color: #4A5CB9; }

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

This text font color is #4A5CB9.


Background Color

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

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

This div background color is #4A5CB9.


Border color

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

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

This div border color is #4A5CB9.


Opacity

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

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

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

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

This text has shadow with #4A5CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5CB9 on black background.


Color preview on white background

This text has color #4A5CB9 on white background.



Black color preview on #4A5CB9 background

This text has black color on #4A5CB9 background.


White color preview on #4A5CB9 background

This text has white color on #4A5CB9 background.