COLOR #4A488C

HEX: #4A488C
RGB: (74,72,140)

Color info

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

RGB color model

#4A488C color RGB value is (74,72,140).

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

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 140 of 255 = 55%

74
72
140

R + G + B ~ 37%. #4A488C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 72 + 140 = 286 (100%)
R 74 of 286 ~ 25.87%
G 72 of 286 ~ 25.17%
B 140 of 286 ~ 48.95%

%25.87
%25.17
%48.95

CMYK color model

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

  • cyan value is 47.14%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(47,49,0,45)
C47M49Y0K45 
(47%,49%,0%,45%)
(0.47/0.49/0.00/0.45)	

CMYK percentages

%47.14
%48.57
%0
%45.1

Codes

Color #4A488C in popluar color models

4A488C
RGB7472140
HSL242°32.08%41.57%
HSB/HSV242°48.57%54.90%
CMYK47.14%48.57%0.00%
45.10%

Color #4A488C in popluar number systems.

HEX4A488C
Decimal7472140
Binary1001010100100010001100
Octal112110214

Shades and tints

Shades of #4A488C

#4A488C
(74,72,140)
#444280
(68,66,128)
#3E3C74
(62,60,116)
#383668
(56,54,104)
#32305C
(50,48,92)
#2C2A50
(44,42,80)
#262444
(38,36,68)
#201E38
(32,30,56)
#1A182C
(26,24,44)
#141220
(20,18,32)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #4A488C

#4A488C
(74,72,140)
#5A5896
(90,88,150)
#6A68A0
(106,104,160)
#7A78AA
(122,120,170)
#8A88B4
(138,136,180)
#9A98BE
(154,152,190)
#AAA8C8
(170,168,200)
#BAB8D2
(186,184,210)
#CAC8DC
(202,200,220)
#DAD8E6
(218,216,230)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A488C; }

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

This text font color is #4A488C.


Background Color

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

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

This div background color is #4A488C.


Border color

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

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

This div border color is #4A488C.


Opacity

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

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

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

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

This text has shadow with #4A488C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A488C on black background.


Color preview on white background

This text has color #4A488C on white background.



Black color preview on #4A488C background

This text has black color on #4A488C background.


White color preview on #4A488C background

This text has white color on #4A488C background.