COLOR #4A5F8B

HEX: #4A5F8B
RGB: (74,95,139)

Color info

#4A5F8B contains mainly green and blue colors. Web safe color of #4A5F8B is #336699 (or #369).

RGB color model

#4A5F8B color RGB value is (74,95,139).

  • red value is 74;
  • green value is 95;
  • blue value is 139.
RGB:
(74,95,139)
(29%,37%,55%)

RGB channels and saturation

R 74 of 255 = 29%
G 95 of 255 = 37%
B 139 of 255 = 55%

74
95
139

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

Portions of RGB colors in percentages

R + G + B =
74 + 95 + 139 = 308 (100%)
R 74 of 308 ~ 24.03%
G 95 of 308 ~ 30.84%
B 139 of 308 ~ 45.13%

%24.03
%30.84
%45.13

CMYK color model

#4A5F8B color CMYK value is (47,32,0,45).

  • cyan value is 46.76%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(47,32,0,45)
C47M32Y0K45 
(47%,32%,0%,45%)
(0.47/0.32/0.00/0.45)	

CMYK percentages

%46.76
%31.65
%0
%45.49

Codes

Color #4A5F8B in popluar color models

4A5F8B
RGB7495139
HSL221°30.52%41.76%
HSB/HSV221°46.76%54.51%
CMYK46.76%31.65%0.00%
45.49%

Color #4A5F8B in popluar number systems.

HEX4A5F8B
Decimal7495139
Binary1001010101111110001011
Octal112137213

Shades and tints

Shades of #4A5F8B

#4A5F8B
(74,95,139)
#44577F
(68,87,127)
#3E4F73
(62,79,115)
#384767
(56,71,103)
#323F5B
(50,63,91)
#2C374F
(44,55,79)
#262F43
(38,47,67)
#202737
(32,39,55)
#1A1F2B
(26,31,43)
#14171F
(20,23,31)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #4A5F8B

#4A5F8B
(74,95,139)
#5A6D95
(90,109,149)
#6A7B9F
(106,123,159)
#7A89A9
(122,137,169)
#8A97B3
(138,151,179)
#9AA5BD
(154,165,189)
#AAB3C7
(170,179,199)
#BAC1D1
(186,193,209)
#CACFDB
(202,207,219)
#DADDE5
(218,221,229)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5F8B color. Also use rgb(74,95,139) instead hex code.

Text Font Color

.myTextColor { color: #4A5F8B; }

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

This text font color is #4A5F8B.


Background Color

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

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

This div background color is #4A5F8B.


Border color

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

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

This div border color is #4A5F8B.


Opacity

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

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

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

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

This text has shadow with #4A5F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5F8B on black background.


Color preview on white background

This text has color #4A5F8B on white background.



Black color preview on #4A5F8B background

This text has black color on #4A5F8B background.


White color preview on #4A5F8B background

This text has white color on #4A5F8B background.