COLOR #4A6789

HEX: #4A6789
RGB: (74,103,137)

Color info

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

RGB color model

#4A6789 color RGB value is (74,103,137).

  • red value is 74;
  • green value is 103;
  • blue value is 137.
RGB:
(74,103,137)
(29%,40%,54%)

RGB channels and saturation

R 74 of 255 = 29%
G 103 of 255 = 40%
B 137 of 255 = 54%

74
103
137

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

Portions of RGB colors in percentages

R + G + B =
74 + 103 + 137 = 314 (100%)
R 74 of 314 ~ 23.57%
G 103 of 314 ~ 32.8%
B 137 of 314 ~ 43.63%

%23.57
%32.8
%43.63

CMYK color model

#4A6789 color CMYK value is (46,25,0,46).

  • cyan value is 45.99%
  • magenta value is 24.82%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(46,25,0,46)
C46M25Y0K46 
(46%,25%,0%,46%)
(0.46/0.25/0.00/0.46)	

CMYK percentages

%45.99
%24.82
%0
%46.27

Codes

Color #4A6789 in popluar color models

4A6789
RGB74103137
HSL212°29.86%41.37%
HSB/HSV212°45.99%53.73%
CMYK45.99%24.82%0.00%
46.27%

Color #4A6789 in popluar number systems.

HEX4A6789
Decimal74103137
Binary1001010110011110001001
Octal112147211

Shades and tints

Shades of #4A6789

#4A6789
(74,103,137)
#445E7D
(68,94,125)
#3E5571
(62,85,113)
#384C65
(56,76,101)
#324359
(50,67,89)
#2C3A4D
(44,58,77)
#263141
(38,49,65)
#202835
(32,40,53)
#1A1F29
(26,31,41)
#14161D
(20,22,29)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #4A6789

#4A6789
(74,103,137)
#5A7493
(90,116,147)
#6A819D
(106,129,157)
#7A8EA7
(122,142,167)
#8A9BB1
(138,155,177)
#9AA8BB
(154,168,187)
#AAB5C5
(170,181,197)
#BAC2CF
(186,194,207)
#CACFD9
(202,207,217)
#DADCE3
(218,220,227)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6789 color. Also use rgb(74,103,137) instead hex code.

Text Font Color

.myTextColor { color: #4A6789; }

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

This text font color is #4A6789.


Background Color

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

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

This div background color is #4A6789.


Border color

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

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

This div border color is #4A6789.


Opacity

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

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

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

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

This text has shadow with #4A6789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6789 on black background.


Color preview on white background

This text has color #4A6789 on white background.



Black color preview on #4A6789 background

This text has black color on #4A6789 background.


White color preview on #4A6789 background

This text has white color on #4A6789 background.