COLOR #4A4198

HEX: #4A4198
RGB: (74,65,152)

Color info

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

RGB color model

#4A4198 color RGB value is (74,65,152).

  • red value is 74;
  • green value is 65;
  • blue value is 152.
RGB:
(74,65,152)
(29%,25%,60%)

RGB channels and saturation

R 74 of 255 = 29%
G 65 of 255 = 25%
B 152 of 255 = 60%

74
65
152

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

Portions of RGB colors in percentages

R + G + B =
74 + 65 + 152 = 291 (100%)
R 74 of 291 ~ 25.43%
G 65 of 291 ~ 22.34%
B 152 of 291 ~ 52.23%

%25.43
%22.34
%52.23

CMYK color model

#4A4198 color CMYK value is (51,57,0,40).

  • cyan value is 51.32%
  • magenta value is 57.24%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(51,57,0,40)
C51M57Y0K40 
(51%,57%,0%,40%)
(0.51/0.57/0.00/0.40)	

CMYK percentages

%51.32
%57.24
%0
%40.39

Codes

Color #4A4198 in popluar color models

4A4198
RGB7465152
HSL246°40.09%42.55%
HSB/HSV246°57.24%59.61%
CMYK51.32%57.24%0.00%
40.39%

Color #4A4198 in popluar number systems.

HEX4A4198
Decimal7465152
Binary1001010100000110011000
Octal112101230

Shades and tints

Shades of #4A4198

#4A4198
(74,65,152)
#443C8B
(68,60,139)
#3E377E
(62,55,126)
#383271
(56,50,113)
#322D64
(50,45,100)
#2C2857
(44,40,87)
#26234A
(38,35,74)
#201E3D
(32,30,61)
#1A1930
(26,25,48)
#141423
(20,20,35)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #4A4198

#4A4198
(74,65,152)
#5A52A1
(90,82,161)
#6A63AA
(106,99,170)
#7A74B3
(122,116,179)
#8A85BC
(138,133,188)
#9A96C5
(154,150,197)
#AAA7CE
(170,167,206)
#BAB8D7
(186,184,215)
#CAC9E0
(202,201,224)
#DADAE9
(218,218,233)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4198 color. Also use rgb(74,65,152) instead hex code.

Text Font Color

.myTextColor { color: #4A4198; }

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

This text font color is #4A4198.


Background Color

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

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

This div background color is #4A4198.


Border color

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

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

This div border color is #4A4198.


Opacity

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

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

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

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

This text has shadow with #4A4198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4198 on black background.


Color preview on white background

This text has color #4A4198 on white background.



Black color preview on #4A4198 background

This text has black color on #4A4198 background.


White color preview on #4A4198 background

This text has white color on #4A4198 background.