COLOR #4A4E83

HEX: #4A4E83
RGB: (74,78,131)

Color info

#4A4E83 contains red, green and blue colors in about the same proportion. Web safe color of #4A4E83 is #336699 (or #369).

RGB color model

#4A4E83 color RGB value is (74,78,131).

  • red value is 74;
  • green value is 78;
  • blue value is 131.
RGB:
(74,78,131)
(29%,31%,51%)

RGB channels and saturation

R 74 of 255 = 29%
G 78 of 255 = 31%
B 131 of 255 = 51%

74
78
131

R + G + B ~ 37%. #4A4E83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 78 + 131 = 283 (100%)
R 74 of 283 ~ 26.15%
G 78 of 283 ~ 27.56%
B 131 of 283 ~ 46.29%

%26.15
%27.56
%46.29

CMYK color model

#4A4E83 color CMYK value is (44,40,0,49).

  • cyan value is 43.51%
  • magenta value is 40.46%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(44,40,0,49)
C44M40Y0K49 
(44%,40%,0%,49%)
(0.44/0.40/0.00/0.49)	

CMYK percentages

%43.51
%40.46
%0
%48.63

Codes

Color #4A4E83 in popluar color models

4A4E83
RGB7478131
HSL236°27.80%40.20%
HSB/HSV236°43.51%51.37%
CMYK43.51%40.46%0.00%
48.63%

Color #4A4E83 in popluar number systems.

HEX4A4E83
Decimal7478131
Binary1001010100111010000011
Octal112116203

Shades and tints

Shades of #4A4E83

#4A4E83
(74,78,131)
#444778
(68,71,120)
#3E406D
(62,64,109)
#383962
(56,57,98)
#323257
(50,50,87)
#2C2B4C
(44,43,76)
#262441
(38,36,65)
#201D36
(32,29,54)
#1A162B
(26,22,43)
#140F20
(20,15,32)
#0E0815
(14,8,21)
#000000
(0,0,0)

Tints of #4A4E83

#4A4E83
(74,78,131)
#5A5E8E
(90,94,142)
#6A6E99
(106,110,153)
#7A7EA4
(122,126,164)
#8A8EAF
(138,142,175)
#9A9EBA
(154,158,186)
#AAAEC5
(170,174,197)
#BABED0
(186,190,208)
#CACEDB
(202,206,219)
#DADEE6
(218,222,230)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4E83 color. Also use rgb(74,78,131) instead hex code.

Text Font Color

.myTextColor { color: #4A4E83; }

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

This text font color is #4A4E83.


Background Color

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

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

This div background color is #4A4E83.


Border color

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

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

This div border color is #4A4E83.


Opacity

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

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

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

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

This text has shadow with #4A4E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4E83 on black background.


Color preview on white background

This text has color #4A4E83 on white background.



Black color preview on #4A4E83 background

This text has black color on #4A4E83 background.


White color preview on #4A4E83 background

This text has white color on #4A4E83 background.