COLOR #4A477D

HEX: #4A477D
RGB: (74,71,125)

Color info

#4A477D contains red, green and blue colors in about the same proportion. Web safe color of #4A477D is #333366 (or #336).

RGB color model

#4A477D color RGB value is (74,71,125).

  • red value is 74;
  • green value is 71;
  • blue value is 125.
RGB:
(74,71,125)
(29%,28%,49%)

RGB channels and saturation

R 74 of 255 = 29%
G 71 of 255 = 28%
B 125 of 255 = 49%

74
71
125

R + G + B ~ 35%. #4A477D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 71 + 125 = 270 (100%)
R 74 of 270 ~ 27.41%
G 71 of 270 ~ 26.3%
B 125 of 270 ~ 46.3%

%27.41
%26.3
%46.3

CMYK color model

#4A477D color CMYK value is (41,43,0,51).

  • cyan value is 40.80%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(41,43,0,51)
C41M43Y0K51 
(41%,43%,0%,51%)
(0.41/0.43/0.00/0.51)	

CMYK percentages

%40.8
%43.2
%0
%50.98

Codes

Color #4A477D in popluar color models

4A477D
RGB7471125
HSL243°27.55%38.43%
HSB/HSV243°43.20%49.02%
CMYK40.80%43.20%0.00%
50.98%

Color #4A477D in popluar number systems.

HEX4A477D
Decimal7471125
Binary100101010001111111101
Octal112107175

Shades and tints

Shades of #4A477D

#4A477D
(74,71,125)
#444172
(68,65,114)
#3E3B67
(62,59,103)
#38355C
(56,53,92)
#322F51
(50,47,81)
#2C2946
(44,41,70)
#26233B
(38,35,59)
#201D30
(32,29,48)
#1A1725
(26,23,37)
#14111A
(20,17,26)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #4A477D

#4A477D
(74,71,125)
#5A5788
(90,87,136)
#6A6793
(106,103,147)
#7A779E
(122,119,158)
#8A87A9
(138,135,169)
#9A97B4
(154,151,180)
#AAA7BF
(170,167,191)
#BAB7CA
(186,183,202)
#CAC7D5
(202,199,213)
#DAD7E0
(218,215,224)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A477D color. Also use rgb(74,71,125) instead hex code.

Text Font Color

.myTextColor { color: #4A477D; }

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

This text font color is #4A477D.


Background Color

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

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

This div background color is #4A477D.


Border color

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

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

This div border color is #4A477D.


Opacity

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

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

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

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

This text has shadow with #4A477D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A477D on black background.


Color preview on white background

This text has color #4A477D on white background.



Black color preview on #4A477D background

This text has black color on #4A477D background.


White color preview on #4A477D background

This text has white color on #4A477D background.