COLOR #4A4E8C

HEX: #4A4E8C
RGB: (74,78,140)

Color info

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

RGB color model

#4A4E8C color RGB value is (74,78,140).

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

RGB channels and saturation

R 74 of 255 = 29%
G 78 of 255 = 31%
B 140 of 255 = 55%

74
78
140

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

Portions of RGB colors in percentages

R + G + B =
74 + 78 + 140 = 292 (100%)
R 74 of 292 ~ 25.34%
G 78 of 292 ~ 26.71%
B 140 of 292 ~ 47.95%

%25.34
%26.71
%47.95

CMYK color model

#4A4E8C color CMYK value is (47,44,0,45).

  • cyan value is 47.14%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(47,44,0,45)
C47M44Y0K45 
(47%,44%,0%,45%)
(0.47/0.44/0.00/0.45)	

CMYK percentages

%47.14
%44.29
%0
%45.1

Codes

Color #4A4E8C in popluar color models

4A4E8C
RGB7478140
HSL236°30.84%41.96%
HSB/HSV236°47.14%54.90%
CMYK47.14%44.29%0.00%
45.10%

Color #4A4E8C in popluar number systems.

HEX4A4E8C
Decimal7478140
Binary1001010100111010001100
Octal112116214

Shades and tints

Shades of #4A4E8C

#4A4E8C
(74,78,140)
#444780
(68,71,128)
#3E4074
(62,64,116)
#383968
(56,57,104)
#32325C
(50,50,92)
#2C2B50
(44,43,80)
#262444
(38,36,68)
#201D38
(32,29,56)
#1A162C
(26,22,44)
#140F20
(20,15,32)
#0E0814
(14,8,20)
#000000
(0,0,0)

Tints of #4A4E8C

#4A4E8C
(74,78,140)
#5A5E96
(90,94,150)
#6A6EA0
(106,110,160)
#7A7EAA
(122,126,170)
#8A8EB4
(138,142,180)
#9A9EBE
(154,158,190)
#AAAEC8
(170,174,200)
#BABED2
(186,190,210)
#CACEDC
(202,206,220)
#DADEE6
(218,222,230)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4E8C; }

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

This text font color is #4A4E8C.


Background Color

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

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

This div background color is #4A4E8C.


Border color

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

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

This div border color is #4A4E8C.


Opacity

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

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

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

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

This text has shadow with #4A4E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4E8C on black background.


Color preview on white background

This text has color #4A4E8C on white background.



Black color preview on #4A4E8C background

This text has black color on #4A4E8C background.


White color preview on #4A4E8C background

This text has white color on #4A4E8C background.