COLOR #4A6F86

HEX: #4A6F86
RGB: (74,111,134)

Color info

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

RGB color model

#4A6F86 color RGB value is (74,111,134).

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

RGB channels and saturation

R 74 of 255 = 29%
G 111 of 255 = 44%
B 134 of 255 = 53%

74
111
134

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

Portions of RGB colors in percentages

R + G + B =
74 + 111 + 134 = 319 (100%)
R 74 of 319 ~ 23.2%
G 111 of 319 ~ 34.8%
B 134 of 319 ~ 42.01%

%23.2
%34.8
%42.01

CMYK color model

#4A6F86 color CMYK value is (45,17,0,47).

  • cyan value is 44.78%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(45,17,0,47)
C45M17Y0K47 
(45%,17%,0%,47%)
(0.45/0.17/0.00/0.47)	

CMYK percentages

%44.78
%17.16
%0
%47.45

Codes

Color #4A6F86 in popluar color models

4A6F86
RGB74111134
HSL203°28.85%40.78%
HSB/HSV203°44.78%52.55%
CMYK44.78%17.16%0.00%
47.45%

Color #4A6F86 in popluar number systems.

HEX4A6F86
Decimal74111134
Binary1001010110111110000110
Octal112157206

Shades and tints

Shades of #4A6F86

#4A6F86
(74,111,134)
#44657A
(68,101,122)
#3E5B6E
(62,91,110)
#385162
(56,81,98)
#324756
(50,71,86)
#2C3D4A
(44,61,74)
#26333E
(38,51,62)
#202932
(32,41,50)
#1A1F26
(26,31,38)
#14151A
(20,21,26)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #4A6F86

#4A6F86
(74,111,134)
#5A7C91
(90,124,145)
#6A899C
(106,137,156)
#7A96A7
(122,150,167)
#8AA3B2
(138,163,178)
#9AB0BD
(154,176,189)
#AABDC8
(170,189,200)
#BACAD3
(186,202,211)
#CAD7DE
(202,215,222)
#DAE4E9
(218,228,233)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6F86; }

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

This text font color is #4A6F86.


Background Color

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

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

This div background color is #4A6F86.


Border color

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

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

This div border color is #4A6F86.


Opacity

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

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

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

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

This text has shadow with #4A6F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6F86 on black background.


Color preview on white background

This text has color #4A6F86 on white background.



Black color preview on #4A6F86 background

This text has black color on #4A6F86 background.


White color preview on #4A6F86 background

This text has white color on #4A6F86 background.