COLOR #4A54B3

HEX: #4A54B3
RGB: (74,84,179)

Color info

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

RGB color model

#4A54B3 color RGB value is (74,84,179).

  • red value is 74;
  • green value is 84;
  • blue value is 179.
RGB:
(74,84,179)
(29%,33%,70%)

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 179 of 255 = 70%

74
84
179

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

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 179 = 337 (100%)
R 74 of 337 ~ 21.96%
G 84 of 337 ~ 24.93%
B 179 of 337 ~ 53.12%

%21.96
%24.93
%53.12

CMYK color model

#4A54B3 color CMYK value is (59,53,0,30).

  • cyan value is 58.66%
  • magenta value is 53.07%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(59,53,0,30)
C59M53Y0K30 
(59%,53%,0%,30%)
(0.59/0.53/0.00/0.30)	

CMYK percentages

%58.66
%53.07
%0
%29.8

Codes

Color #4A54B3 in popluar color models

4A54B3
RGB7484179
HSL234°41.50%49.61%
HSB/HSV234°58.66%70.20%
CMYK58.66%53.07%0.00%
29.80%

Color #4A54B3 in popluar number systems.

HEX4A54B3
Decimal7484179
Binary1001010101010010110011
Octal112124263

Shades and tints

Shades of #4A54B3

#4A54B3
(74,84,179)
#444DA3
(68,77,163)
#3E4693
(62,70,147)
#383F83
(56,63,131)
#323873
(50,56,115)
#2C3163
(44,49,99)
#262A53
(38,42,83)
#202343
(32,35,67)
#1A1C33
(26,28,51)
#141523
(20,21,35)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #4A54B3

#4A54B3
(74,84,179)
#5A63B9
(90,99,185)
#6A72BF
(106,114,191)
#7A81C5
(122,129,197)
#8A90CB
(138,144,203)
#9A9FD1
(154,159,209)
#AAAED7
(170,174,215)
#BABDDD
(186,189,221)
#CACCE3
(202,204,227)
#DADBE9
(218,219,233)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A54B3 color. Also use rgb(74,84,179) instead hex code.

Text Font Color

.myTextColor { color: #4A54B3; }

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

This text font color is #4A54B3.


Background Color

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

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

This div background color is #4A54B3.


Border color

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

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

This div border color is #4A54B3.


Opacity

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

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

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

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

This text has shadow with #4A54B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A54B3 on black background.


Color preview on white background

This text has color #4A54B3 on white background.



Black color preview on #4A54B3 background

This text has black color on #4A54B3 background.


White color preview on #4A54B3 background

This text has white color on #4A54B3 background.