COLOR #4A487A

HEX: #4A487A
RGB: (74,72,122)

Color info

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

RGB color model

#4A487A color RGB value is (74,72,122).

  • red value is 74;
  • green value is 72;
  • blue value is 122.
RGB:
(74,72,122)
(29%,28%,48%)

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 122 of 255 = 48%

74
72
122

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

Portions of RGB colors in percentages

R + G + B =
74 + 72 + 122 = 268 (100%)
R 74 of 268 ~ 27.61%
G 72 of 268 ~ 26.87%
B 122 of 268 ~ 45.52%

%27.61
%26.87
%45.52

CMYK color model

#4A487A color CMYK value is (39,41,0,52).

  • cyan value is 39.34%
  • magenta value is 40.98%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(39,41,0,52)
C39M41Y0K52 
(39%,41%,0%,52%)
(0.39/0.41/0.00/0.52)	

CMYK percentages

%39.34
%40.98
%0
%52.16

Codes

Color #4A487A in popluar color models

4A487A
RGB7472122
HSL242°25.77%38.04%
HSB/HSV242°40.98%47.84%
CMYK39.34%40.98%0.00%
52.16%

Color #4A487A in popluar number systems.

HEX4A487A
Decimal7472122
Binary100101010010001111010
Octal112110172

Shades and tints

Shades of #4A487A

#4A487A
(74,72,122)
#44426F
(68,66,111)
#3E3C64
(62,60,100)
#383659
(56,54,89)
#32304E
(50,48,78)
#2C2A43
(44,42,67)
#262438
(38,36,56)
#201E2D
(32,30,45)
#1A1822
(26,24,34)
#141217
(20,18,23)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #4A487A

#4A487A
(74,72,122)
#5A5886
(90,88,134)
#6A6892
(106,104,146)
#7A789E
(122,120,158)
#8A88AA
(138,136,170)
#9A98B6
(154,152,182)
#AAA8C2
(170,168,194)
#BAB8CE
(186,184,206)
#CAC8DA
(202,200,218)
#DAD8E6
(218,216,230)
#EAE8F2
(234,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A487A color. Also use rgb(74,72,122) instead hex code.

Text Font Color

.myTextColor { color: #4A487A; }

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

This text font color is #4A487A.


Background Color

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

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

This div background color is #4A487A.


Border color

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

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

This div border color is #4A487A.


Opacity

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

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

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

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

This text has shadow with #4A487A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A487A on black background.


Color preview on white background

This text has color #4A487A on white background.



Black color preview on #4A487A background

This text has black color on #4A487A background.


White color preview on #4A487A background

This text has white color on #4A487A background.