COLOR #4A4C8B

HEX: #4A4C8B
RGB: (74,76,139)

Color info

#4A4C8B contains mainly blue color. Web safe color of #4A4C8B is #333399 (or #339).

RGB color model

#4A4C8B color RGB value is (74,76,139).

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

RGB channels and saturation

R 74 of 255 = 29%
G 76 of 255 = 30%
B 139 of 255 = 55%

74
76
139

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

Portions of RGB colors in percentages

R + G + B =
74 + 76 + 139 = 289 (100%)
R 74 of 289 ~ 25.61%
G 76 of 289 ~ 26.3%
B 139 of 289 ~ 48.1%

%25.61
%26.3
%48.1

CMYK color model

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

  • cyan value is 46.76%
  • magenta value is 45.32%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(47,45,0,45)
C47M45Y0K45 
(47%,45%,0%,45%)
(0.47/0.45/0.00/0.45)	

CMYK percentages

%46.76
%45.32
%0
%45.49

Codes

Color #4A4C8B in popluar color models

4A4C8B
RGB7476139
HSL238°30.52%41.76%
HSB/HSV238°46.76%54.51%
CMYK46.76%45.32%0.00%
45.49%

Color #4A4C8B in popluar number systems.

HEX4A4C8B
Decimal7476139
Binary1001010100110010001011
Octal112114213

Shades and tints

Shades of #4A4C8B

#4A4C8B
(74,76,139)
#44467F
(68,70,127)
#3E4073
(62,64,115)
#383A67
(56,58,103)
#32345B
(50,52,91)
#2C2E4F
(44,46,79)
#262843
(38,40,67)
#202237
(32,34,55)
#1A1C2B
(26,28,43)
#14161F
(20,22,31)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #4A4C8B

#4A4C8B
(74,76,139)
#5A5C95
(90,92,149)
#6A6C9F
(106,108,159)
#7A7CA9
(122,124,169)
#8A8CB3
(138,140,179)
#9A9CBD
(154,156,189)
#AAACC7
(170,172,199)
#BABCD1
(186,188,209)
#CACCDB
(202,204,219)
#DADCE5
(218,220,229)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4C8B; }

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

This text font color is #4A4C8B.


Background Color

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

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

This div background color is #4A4C8B.


Border color

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

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

This div border color is #4A4C8B.


Opacity

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

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

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

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

This text has shadow with #4A4C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4C8B on black background.


Color preview on white background

This text has color #4A4C8B on white background.



Black color preview on #4A4C8B background

This text has black color on #4A4C8B background.


White color preview on #4A4C8B background

This text has white color on #4A4C8B background.