COLOR #4A5B9E

HEX: #4A5B9E
RGB: (74,91,158)

Color info

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

RGB color model

#4A5B9E color RGB value is (74,91,158).

  • red value is 74;
  • green value is 91;
  • blue value is 158.
RGB:
(74,91,158)
(29%,36%,62%)

RGB channels and saturation

R 74 of 255 = 29%
G 91 of 255 = 36%
B 158 of 255 = 62%

74
91
158

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

Portions of RGB colors in percentages

R + G + B =
74 + 91 + 158 = 323 (100%)
R 74 of 323 ~ 22.91%
G 91 of 323 ~ 28.17%
B 158 of 323 ~ 48.92%

%22.91
%28.17
%48.92

CMYK color model

#4A5B9E color CMYK value is (53,42,0,38).

  • cyan value is 53.16%
  • magenta value is 42.41%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(53,42,0,38)
C53M42Y0K38 
(53%,42%,0%,38%)
(0.53/0.42/0.00/0.38)	

CMYK percentages

%53.16
%42.41
%0
%38.04

Codes

Color #4A5B9E in popluar color models

4A5B9E
RGB7491158
HSL228°36.21%45.49%
HSB/HSV228°53.16%61.96%
CMYK53.16%42.41%0.00%
38.04%

Color #4A5B9E in popluar number systems.

HEX4A5B9E
Decimal7491158
Binary1001010101101110011110
Octal112133236

Shades and tints

Shades of #4A5B9E

#4A5B9E
(74,91,158)
#445390
(68,83,144)
#3E4B82
(62,75,130)
#384374
(56,67,116)
#323B66
(50,59,102)
#2C3358
(44,51,88)
#262B4A
(38,43,74)
#20233C
(32,35,60)
#1A1B2E
(26,27,46)
#141320
(20,19,32)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #4A5B9E

#4A5B9E
(74,91,158)
#5A69A6
(90,105,166)
#6A77AE
(106,119,174)
#7A85B6
(122,133,182)
#8A93BE
(138,147,190)
#9AA1C6
(154,161,198)
#AAAFCE
(170,175,206)
#BABDD6
(186,189,214)
#CACBDE
(202,203,222)
#DAD9E6
(218,217,230)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5B9E color. Also use rgb(74,91,158) instead hex code.

Text Font Color

.myTextColor { color: #4A5B9E; }

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

This text font color is #4A5B9E.


Background Color

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

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

This div background color is #4A5B9E.


Border color

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

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

This div border color is #4A5B9E.


Opacity

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

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

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

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

This text has shadow with #4A5B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5B9E on black background.


Color preview on white background

This text has color #4A5B9E on white background.



Black color preview on #4A5B9E background

This text has black color on #4A5B9E background.


White color preview on #4A5B9E background

This text has white color on #4A5B9E background.