COLOR #4A408C

HEX: #4A408C
RGB: (74,64,140)

Color info

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

RGB color model

#4A408C color RGB value is (74,64,140).

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

RGB channels and saturation

R 74 of 255 = 29%
G 64 of 255 = 25%
B 140 of 255 = 55%

74
64
140

R + G + B ~ 36%. #4A408C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 64 + 140 = 278 (100%)
R 74 of 278 ~ 26.62%
G 64 of 278 ~ 23.02%
B 140 of 278 ~ 50.36%

%26.62
%23.02
%50.36

CMYK color model

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

  • cyan value is 47.14%
  • magenta value is 54.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(47,54,0,45)
C47M54Y0K45 
(47%,54%,0%,45%)
(0.47/0.54/0.00/0.45)	

CMYK percentages

%47.14
%54.29
%0
%45.1

Codes

Color #4A408C in popluar color models

4A408C
RGB7464140
HSL248°37.25%40.00%
HSB/HSV248°54.29%54.90%
CMYK47.14%54.29%0.00%
45.10%

Color #4A408C in popluar number systems.

HEX4A408C
Decimal7464140
Binary1001010100000010001100
Octal112100214

Shades and tints

Shades of #4A408C

#4A408C
(74,64,140)
#443B80
(68,59,128)
#3E3674
(62,54,116)
#383168
(56,49,104)
#322C5C
(50,44,92)
#2C2750
(44,39,80)
#262244
(38,34,68)
#201D38
(32,29,56)
#1A182C
(26,24,44)
#141320
(20,19,32)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #4A408C

#4A408C
(74,64,140)
#5A5196
(90,81,150)
#6A62A0
(106,98,160)
#7A73AA
(122,115,170)
#8A84B4
(138,132,180)
#9A95BE
(154,149,190)
#AAA6C8
(170,166,200)
#BAB7D2
(186,183,210)
#CAC8DC
(202,200,220)
#DAD9E6
(218,217,230)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A408C; }

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

This text font color is #4A408C.


Background Color

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

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

This div background color is #4A408C.


Border color

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

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

This div border color is #4A408C.


Opacity

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

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

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

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

This text has shadow with #4A408C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A408C on black background.


Color preview on white background

This text has color #4A408C on white background.



Black color preview on #4A408C background

This text has black color on #4A408C background.


White color preview on #4A408C background

This text has white color on #4A408C background.