COLOR #4A488F

HEX: #4A488F
RGB: (74,72,143)

Color info

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

RGB color model

#4A488F color RGB value is (74,72,143).

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

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 143 of 255 = 56%

74
72
143

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

Portions of RGB colors in percentages

R + G + B =
74 + 72 + 143 = 289 (100%)
R 74 of 289 ~ 25.61%
G 72 of 289 ~ 24.91%
B 143 of 289 ~ 49.48%

%25.61
%24.91
%49.48

CMYK color model

#4A488F color CMYK value is (48,50,0,44).

  • cyan value is 48.25%
  • magenta value is 49.65%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(48,50,0,44)
C48M50Y0K44 
(48%,50%,0%,44%)
(0.48/0.50/0.00/0.44)	

CMYK percentages

%48.25
%49.65
%0
%43.92

Codes

Color #4A488F in popluar color models

4A488F
RGB7472143
HSL242°33.02%42.16%
HSB/HSV242°49.65%56.08%
CMYK48.25%49.65%0.00%
43.92%

Color #4A488F in popluar number systems.

HEX4A488F
Decimal7472143
Binary1001010100100010001111
Octal112110217

Shades and tints

Shades of #4A488F

#4A488F
(74,72,143)
#444282
(68,66,130)
#3E3C75
(62,60,117)
#383668
(56,54,104)
#32305B
(50,48,91)
#2C2A4E
(44,42,78)
#262441
(38,36,65)
#201E34
(32,30,52)
#1A1827
(26,24,39)
#14121A
(20,18,26)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #4A488F

#4A488F
(74,72,143)
#5A5899
(90,88,153)
#6A68A3
(106,104,163)
#7A78AD
(122,120,173)
#8A88B7
(138,136,183)
#9A98C1
(154,152,193)
#AAA8CB
(170,168,203)
#BAB8D5
(186,184,213)
#CAC8DF
(202,200,223)
#DAD8E9
(218,216,233)
#EAE8F3
(234,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A488F; }

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

This text font color is #4A488F.


Background Color

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

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

This div background color is #4A488F.


Border color

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

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

This div border color is #4A488F.


Opacity

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

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

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

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

This text has shadow with #4A488F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A488F on black background.


Color preview on white background

This text has color #4A488F on white background.



Black color preview on #4A488F background

This text has black color on #4A488F background.


White color preview on #4A488F background

This text has white color on #4A488F background.