COLOR #4A2A88

HEX: #4A2A88
RGB: (74,42,136)

Color info

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

RGB color model

#4A2A88 color RGB value is (74,42,136).

  • red value is 74;
  • green value is 42;
  • blue value is 136.
RGB:
(74,42,136)
(29%,16%,53%)

RGB channels and saturation

R 74 of 255 = 29%
G 42 of 255 = 16%
B 136 of 255 = 53%

74
42
136

R + G + B ~ 33%. #4A2A88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 42 + 136 = 252 (100%)
R 74 of 252 ~ 29.37%
G 42 of 252 ~ 16.67%
B 136 of 252 ~ 53.97%

%29.37
%16.67
%53.97

CMYK color model

#4A2A88 color CMYK value is (46,69,0,47).

  • cyan value is 45.59%
  • magenta value is 69.12%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(46,69,0,47)
C46M69Y0K47 
(46%,69%,0%,47%)
(0.46/0.69/0.00/0.47)	

CMYK percentages

%45.59
%69.12
%0
%46.67

Codes

Color #4A2A88 in popluar color models

4A2A88
RGB7442136
HSL260°52.81%34.90%
HSB/HSV260°69.12%53.33%
CMYK45.59%69.12%0.00%
46.67%

Color #4A2A88 in popluar number systems.

HEX4A2A88
Decimal7442136
Binary100101010101010001000
Octal11252210

Shades and tints

Shades of #4A2A88

#4A2A88
(74,42,136)
#44277C
(68,39,124)
#3E2470
(62,36,112)
#382164
(56,33,100)
#321E58
(50,30,88)
#2C1B4C
(44,27,76)
#261840
(38,24,64)
#201534
(32,21,52)
#1A1228
(26,18,40)
#140F1C
(20,15,28)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #4A2A88

#4A2A88
(74,42,136)
#5A3D92
(90,61,146)
#6A509C
(106,80,156)
#7A63A6
(122,99,166)
#8A76B0
(138,118,176)
#9A89BA
(154,137,186)
#AA9CC4
(170,156,196)
#BAAFCE
(186,175,206)
#CAC2D8
(202,194,216)
#DAD5E2
(218,213,226)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2A88 color. Also use rgb(74,42,136) instead hex code.

Text Font Color

.myTextColor { color: #4A2A88; }

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

This text font color is #4A2A88.


Background Color

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

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

This div background color is #4A2A88.


Border color

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

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

This div border color is #4A2A88.


Opacity

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

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

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

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

This text has shadow with #4A2A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2A88 on black background.


Color preview on white background

This text has color #4A2A88 on white background.



Black color preview on #4A2A88 background

This text has black color on #4A2A88 background.


White color preview on #4A2A88 background

This text has white color on #4A2A88 background.