COLOR #4A519A

HEX: #4A519A
RGB: (74,81,154)

Color info

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

RGB color model

#4A519A color RGB value is (74,81,154).

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

RGB channels and saturation

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

74
81
154

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

Portions of RGB colors in percentages

R + G + B =
74 + 81 + 154 = 309 (100%)
R 74 of 309 ~ 23.95%
G 81 of 309 ~ 26.21%
B 154 of 309 ~ 49.84%

%23.95
%26.21
%49.84

CMYK color model

#4A519A color CMYK value is (52,47,0,40).

  • cyan value is 51.95%
  • magenta value is 47.40%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(52,47,0,40)
C52M47Y0K40 
(52%,47%,0%,40%)
(0.52/0.47/0.00/0.40)	

CMYK percentages

%51.95
%47.4
%0
%39.61

Codes

Color #4A519A in popluar color models

4A519A
RGB7481154
HSL235°35.09%44.71%
HSB/HSV235°51.95%60.39%
CMYK51.95%47.40%0.00%
39.61%

Color #4A519A in popluar number systems.

HEX4A519A
Decimal7481154
Binary1001010101000110011010
Octal112121232

Shades and tints

Shades of #4A519A

#4A519A
(74,81,154)
#444A8C
(68,74,140)
#3E437E
(62,67,126)
#383C70
(56,60,112)
#323562
(50,53,98)
#2C2E54
(44,46,84)
#262746
(38,39,70)
#202038
(32,32,56)
#1A192A
(26,25,42)
#14121C
(20,18,28)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #4A519A

#4A519A
(74,81,154)
#5A60A3
(90,96,163)
#6A6FAC
(106,111,172)
#7A7EB5
(122,126,181)
#8A8DBE
(138,141,190)
#9A9CC7
(154,156,199)
#AAABD0
(170,171,208)
#BABAD9
(186,186,217)
#CAC9E2
(202,201,226)
#DAD8EB
(218,216,235)
#EAE7F4
(234,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A519A; }

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

This text font color is #4A519A.


Background Color

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

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

This div background color is #4A519A.


Border color

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

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

This div border color is #4A519A.


Opacity

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

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

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

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

This text has shadow with #4A519A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A519A on black background.


Color preview on white background

This text has color #4A519A on white background.



Black color preview on #4A519A background

This text has black color on #4A519A background.


White color preview on #4A519A background

This text has white color on #4A519A background.