COLOR #4A5E7B

HEX: #4A5E7B
RGB: (74,94,123)

Color info

#4A5E7B contains red, green and blue colors in about the same proportion. Web safe color of #4A5E7B is #336666 (or #366).

RGB color model

#4A5E7B color RGB value is (74,94,123).

  • red value is 74;
  • green value is 94;
  • blue value is 123.
RGB:
(74,94,123)
(29%,37%,48%)

RGB channels and saturation

R 74 of 255 = 29%
G 94 of 255 = 37%
B 123 of 255 = 48%

74
94
123

R + G + B ~ 38%. #4A5E7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 94 + 123 = 291 (100%)
R 74 of 291 ~ 25.43%
G 94 of 291 ~ 32.3%
B 123 of 291 ~ 42.27%

%25.43
%32.3
%42.27

CMYK color model

#4A5E7B color CMYK value is (40,24,0,52).

  • cyan value is 39.84%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(40,24,0,52)
C40M24Y0K52 
(40%,24%,0%,52%)
(0.40/0.24/0.00/0.52)	

CMYK percentages

%39.84
%23.58
%0
%51.76

Codes

Color #4A5E7B in popluar color models

4A5E7B
RGB7494123
HSL216°24.87%38.63%
HSB/HSV216°39.84%48.24%
CMYK39.84%23.58%0.00%
51.76%

Color #4A5E7B in popluar number systems.

HEX4A5E7B
Decimal7494123
Binary100101010111101111011
Octal112136173

Shades and tints

Shades of #4A5E7B

#4A5E7B
(74,94,123)
#445670
(68,86,112)
#3E4E65
(62,78,101)
#38465A
(56,70,90)
#323E4F
(50,62,79)
#2C3644
(44,54,68)
#262E39
(38,46,57)
#20262E
(32,38,46)
#1A1E23
(26,30,35)
#141618
(20,22,24)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #4A5E7B

#4A5E7B
(74,94,123)
#5A6C87
(90,108,135)
#6A7A93
(106,122,147)
#7A889F
(122,136,159)
#8A96AB
(138,150,171)
#9AA4B7
(154,164,183)
#AAB2C3
(170,178,195)
#BAC0CF
(186,192,207)
#CACEDB
(202,206,219)
#DADCE7
(218,220,231)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5E7B color. Also use rgb(74,94,123) instead hex code.

Text Font Color

.myTextColor { color: #4A5E7B; }

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

This text font color is #4A5E7B.


Background Color

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

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

This div background color is #4A5E7B.


Border color

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

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

This div border color is #4A5E7B.


Opacity

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

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

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

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

This text has shadow with #4A5E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5E7B on black background.


Color preview on white background

This text has color #4A5E7B on white background.



Black color preview on #4A5E7B background

This text has black color on #4A5E7B background.


White color preview on #4A5E7B background

This text has white color on #4A5E7B background.