COLOR #4A6596

HEX: #4A6596
RGB: (74,101,150)

Color info

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

RGB color model

#4A6596 color RGB value is (74,101,150).

  • red value is 74;
  • green value is 101;
  • blue value is 150.
RGB:
(74,101,150)
(29%,40%,59%)

RGB channels and saturation

R 74 of 255 = 29%
G 101 of 255 = 40%
B 150 of 255 = 59%

74
101
150

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

Portions of RGB colors in percentages

R + G + B =
74 + 101 + 150 = 325 (100%)
R 74 of 325 ~ 22.77%
G 101 of 325 ~ 31.08%
B 150 of 325 ~ 46.15%

%22.77
%31.08
%46.15

CMYK color model

#4A6596 color CMYK value is (51,33,0,41).

  • cyan value is 50.67%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(51,33,0,41)
C51M33Y0K41 
(51%,33%,0%,41%)
(0.51/0.33/0.00/0.41)	

CMYK percentages

%50.67
%32.67
%0
%41.18

Codes

Color #4A6596 in popluar color models

4A6596
RGB74101150
HSL219°33.93%43.92%
HSB/HSV219°50.67%58.82%
CMYK50.67%32.67%0.00%
41.18%

Color #4A6596 in popluar number systems.

HEX4A6596
Decimal74101150
Binary1001010110010110010110
Octal112145226

Shades and tints

Shades of #4A6596

#4A6596
(74,101,150)
#445C89
(68,92,137)
#3E537C
(62,83,124)
#384A6F
(56,74,111)
#324162
(50,65,98)
#2C3855
(44,56,85)
#262F48
(38,47,72)
#20263B
(32,38,59)
#1A1D2E
(26,29,46)
#141421
(20,20,33)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #4A6596

#4A6596
(74,101,150)
#5A739F
(90,115,159)
#6A81A8
(106,129,168)
#7A8FB1
(122,143,177)
#8A9DBA
(138,157,186)
#9AABC3
(154,171,195)
#AAB9CC
(170,185,204)
#BAC7D5
(186,199,213)
#CAD5DE
(202,213,222)
#DAE3E7
(218,227,231)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6596 color. Also use rgb(74,101,150) instead hex code.

Text Font Color

.myTextColor { color: #4A6596; }

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

This text font color is #4A6596.


Background Color

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

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

This div background color is #4A6596.


Border color

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

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

This div border color is #4A6596.


Opacity

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

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

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

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

This text has shadow with #4A6596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6596 on black background.


Color preview on white background

This text has color #4A6596 on white background.



Black color preview on #4A6596 background

This text has black color on #4A6596 background.


White color preview on #4A6596 background

This text has white color on #4A6596 background.