COLOR #4A5198

HEX: #4A5198
RGB: (74,81,152)

Color info

#4A5198 contains mainly blue color. Web safe color of #4A5198 is #336699 (or #369).

RGB color model

#4A5198 color RGB value is (74,81,152).

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

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 152 of 255 = 60%

74
81
152

R + G + B ~ 40%. #4A5198 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 81 + 152 = 307 (100%)
R 74 of 307 ~ 24.1%
G 81 of 307 ~ 26.38%
B 152 of 307 ~ 49.51%

%24.1
%26.38
%49.51

CMYK color model

#4A5198 color CMYK value is (51,47,0,40).

  • cyan value is 51.32%
  • magenta value is 46.71%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(51,47,0,40)
C51M47Y0K40 
(51%,47%,0%,40%)
(0.51/0.47/0.00/0.40)	

CMYK percentages

%51.32
%46.71
%0
%40.39

Codes

Color #4A5198 in popluar color models

4A5198
RGB7481152
HSL235°34.51%44.31%
HSB/HSV235°51.32%59.61%
CMYK51.32%46.71%0.00%
40.39%

Color #4A5198 in popluar number systems.

HEX4A5198
Decimal7481152
Binary1001010101000110011000
Octal112121230

Shades and tints

Shades of #4A5198

#4A5198
(74,81,152)
#444A8B
(68,74,139)
#3E437E
(62,67,126)
#383C71
(56,60,113)
#323564
(50,53,100)
#2C2E57
(44,46,87)
#26274A
(38,39,74)
#20203D
(32,32,61)
#1A1930
(26,25,48)
#141223
(20,18,35)
#0E0B16
(14,11,22)
#000000
(0,0,0)

Tints of #4A5198

#4A5198
(74,81,152)
#5A60A1
(90,96,161)
#6A6FAA
(106,111,170)
#7A7EB3
(122,126,179)
#8A8DBC
(138,141,188)
#9A9CC5
(154,156,197)
#AAABCE
(170,171,206)
#BABAD7
(186,186,215)
#CAC9E0
(202,201,224)
#DAD8E9
(218,216,233)
#EAE7F2
(234,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5198; }

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

This text font color is #4A5198.


Background Color

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

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

This div background color is #4A5198.


Border color

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

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

This div border color is #4A5198.


Opacity

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

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

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

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

This text has shadow with #4A5198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5198 on black background.


Color preview on white background

This text has color #4A5198 on white background.



Black color preview on #4A5198 background

This text has black color on #4A5198 background.


White color preview on #4A5198 background

This text has white color on #4A5198 background.