COLOR #4A6986

HEX: #4A6986 RGB: (74,105,134)

Color info

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

RGB color model

#4A6986 color RGB value is (74,105,134).

RGB: (74,105,134) (29%, 41%, 53%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 134 of 255 = 53%

74
105
134

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

Portions of RGB colors in percentages

R + G + B = 74 + 105 + 134 = 313 (100%)
R 74 of 313 ~ 23.64%
G 105 of 313 ~ 33.55%
B 134 of 313 ~ 42.81'%

%23.64
%33.55
%42.81

CMYK color model

#4A6986 color CMYK value is (45,22,0,47).

  • cyan value is 44.78%
  • magenta value is 21.64%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (45,22,0,47)
C45M22Y0K47 (45%, 22%, 0%, 47%)
(0.45 / 0.22 / 0.00 / 0.47)

CMYK percentages

%44.78
%21.64
%0
%47.45

Codes

Color #4A6986 in popluar color models

4A 69 86
RGB 74 105 134
HSL 209° 28.85% 40.78%
HSB/HSV 209° 44.78% 52.55%
CMYK 44.78% 21.64% 0.00%
47.45%

Color #4A6986 in popluar number systems.

HEX 4A 69 86
Decimal 74 105 134
Binary 1001010 1101001 10000110
Octal 112 151 206

Shades and tints

Shades of #4A6986

#4A6986
(74,105,134)
#44607A
(68,96,122)
#3E576E
(62,87,110)
#384E62
(56,78,98)
#324556
(50,69,86)
#2C3C4A
(44,60,74)
#26333E
(38,51,62)
#202A32
(32,42,50)
#1A2126
(26,33,38)
#14181A
(20,24,26)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #4A6986

#4A6986
(74,105,134)
#5A7691
(90,118,145)
#6A839C
(106,131,156)
#7A90A7
(122,144,167)
#8A9DB2
(138,157,178)
#9AAABD
(154,170,189)
#AAB7C8
(170,183,200)
#BAC4D3
(186,196,211)
#CAD1DE
(202,209,222)
#DADEE9
(218,222,233)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6986 color. Also use rgb(74,105,134) instead hex code.

Text Font Color

.myTextColor { color: #4A6986; }

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

This text font color is #4A6986.

Background Color

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

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

This div background color is #4A6986.

Border color

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

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

This div border color is #4A6986.

Opacity

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

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

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

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

This text has shadow with #4A6986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6986.

Preview

Color preview on black background

This text has color #4A6986 on black background.


Color preview on white background

This text has color #4A6986 on white background.


Black color preview on #4A6986 background

This text has black color on #4A6986 background.


White color preview on #4A6986 background

This text has white color on #4A6986 background.


Related colors

Complementary color

Complementary color for #hex is #B59679.


I love getcolorcode.com

Triadic colors

1 #864A69 and #69864A with #4A6986 are triadic colors.

2 #86694A and #694A86 with #4A6986 are triadic colors.