COLOR #4A6FA4

HEX: #4A6FA4
RGB: (74,111,164)

Color info

#4A6FA4 contains mainly green and blue colors. Web safe color of #4A6FA4 is #336699 (or #369).

RGB color model

#4A6FA4 color RGB value is (74,111,164).

  • red value is 74;
  • green value is 111;
  • blue value is 164.
RGB:
(74,111,164)
(29%,44%,64%)

RGB channels and saturation

R 74 of 255 = 29%
G 111 of 255 = 44%
B 164 of 255 = 64%

74
111
164

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

Portions of RGB colors in percentages

R + G + B =
74 + 111 + 164 = 349 (100%)
R 74 of 349 ~ 21.2%
G 111 of 349 ~ 31.81%
B 164 of 349 ~ 46.99%

%21.2
%31.81
%46.99

CMYK color model

#4A6FA4 color CMYK value is (55,32,0,36).

  • cyan value is 54.88%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(55,32,0,36)
C55M32Y0K36 
(55%,32%,0%,36%)
(0.55/0.32/0.00/0.36)	

CMYK percentages

%54.88
%32.32
%0
%35.69

Codes

Color #4A6FA4 in popluar color models

4A6FA4
RGB74111164
HSL215°37.82%46.67%
HSB/HSV215°54.88%64.31%
CMYK54.88%32.32%0.00%
35.69%

Color #4A6FA4 in popluar number systems.

HEX4A6FA4
Decimal74111164
Binary1001010110111110100100
Octal112157244

Shades and tints

Shades of #4A6FA4

#4A6FA4
(74,111,164)
#446596
(68,101,150)
#3E5B88
(62,91,136)
#38517A
(56,81,122)
#32476C
(50,71,108)
#2C3D5E
(44,61,94)
#263350
(38,51,80)
#202942
(32,41,66)
#1A1F34
(26,31,52)
#141526
(20,21,38)
#0E0B18
(14,11,24)
#000000
(0,0,0)

Tints of #4A6FA4

#4A6FA4
(74,111,164)
#5A7CAC
(90,124,172)
#6A89B4
(106,137,180)
#7A96BC
(122,150,188)
#8AA3C4
(138,163,196)
#9AB0CC
(154,176,204)
#AABDD4
(170,189,212)
#BACADC
(186,202,220)
#CAD7E4
(202,215,228)
#DAE4EC
(218,228,236)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6FA4 color. Also use rgb(74,111,164) instead hex code.

Text Font Color

.myTextColor { color: #4A6FA4; }

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

This text font color is #4A6FA4.


Background Color

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

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

This div background color is #4A6FA4.


Border color

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

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

This div border color is #4A6FA4.


Opacity

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

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

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

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

This text has shadow with #4A6FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6FA4 on black background.


Color preview on white background

This text has color #4A6FA4 on white background.



Black color preview on #4A6FA4 background

This text has black color on #4A6FA4 background.


White color preview on #4A6FA4 background

This text has white color on #4A6FA4 background.