COLOR #4A60B2

HEX: #4A60B2
RGB: (74,96,178)

Color info

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

RGB color model

#4A60B2 color RGB value is (74,96,178).

  • red value is 74;
  • green value is 96;
  • blue value is 178.
RGB:
(74,96,178)
(29%,38%,70%)

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 178 of 255 = 70%

74
96
178

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

Portions of RGB colors in percentages

R + G + B =
74 + 96 + 178 = 348 (100%)
R 74 of 348 ~ 21.26%
G 96 of 348 ~ 27.59%
B 178 of 348 ~ 51.15%

%21.26
%27.59
%51.15

CMYK color model

#4A60B2 color CMYK value is (58,46,0,30).

  • cyan value is 58.43%
  • magenta value is 46.07%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(58,46,0,30)
C58M46Y0K30 
(58%,46%,0%,30%)
(0.58/0.46/0.00/0.30)	

CMYK percentages

%58.43
%46.07
%0
%30.2

Codes

Color #4A60B2 in popluar color models

4A60B2
RGB7496178
HSL227°41.27%49.41%
HSB/HSV227°58.43%69.80%
CMYK58.43%46.07%0.00%
30.20%

Color #4A60B2 in popluar number systems.

HEX4A60B2
Decimal7496178
Binary1001010110000010110010
Octal112140262

Shades and tints

Shades of #4A60B2

#4A60B2
(74,96,178)
#4458A2
(68,88,162)
#3E5092
(62,80,146)
#384882
(56,72,130)
#324072
(50,64,114)
#2C3862
(44,56,98)
#263052
(38,48,82)
#202842
(32,40,66)
#1A2032
(26,32,50)
#141822
(20,24,34)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #4A60B2

#4A60B2
(74,96,178)
#5A6EB9
(90,110,185)
#6A7CC0
(106,124,192)
#7A8AC7
(122,138,199)
#8A98CE
(138,152,206)
#9AA6D5
(154,166,213)
#AAB4DC
(170,180,220)
#BAC2E3
(186,194,227)
#CAD0EA
(202,208,234)
#DADEF1
(218,222,241)
#EAECF8
(234,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A60B2 color. Also use rgb(74,96,178) instead hex code.

Text Font Color

.myTextColor { color: #4A60B2; }

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

This text font color is #4A60B2.


Background Color

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

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

This div background color is #4A60B2.


Border color

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

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

This div border color is #4A60B2.


Opacity

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

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

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

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

This text has shadow with #4A60B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A60B2 on black background.


Color preview on white background

This text has color #4A60B2 on white background.



Black color preview on #4A60B2 background

This text has black color on #4A60B2 background.


White color preview on #4A60B2 background

This text has white color on #4A60B2 background.