COLOR #4A678B

HEX: #4A678B
RGB: (74,103,139)

Color info

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

RGB color model

#4A678B color RGB value is (74,103,139).

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

RGB channels and saturation

R 74 of 255 = 29%
G 103 of 255 = 40%
B 139 of 255 = 55%

74
103
139

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

Portions of RGB colors in percentages

R + G + B =
74 + 103 + 139 = 316 (100%)
R 74 of 316 ~ 23.42%
G 103 of 316 ~ 32.59%
B 139 of 316 ~ 43.99%

%23.42
%32.59
%43.99

CMYK color model

#4A678B color CMYK value is (47,26,0,45).

  • cyan value is 46.76%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(47,26,0,45)
C47M26Y0K45 
(47%,26%,0%,45%)
(0.47/0.26/0.00/0.45)	

CMYK percentages

%46.76
%25.9
%0
%45.49

Codes

Color #4A678B in popluar color models

4A678B
RGB74103139
HSL213°30.52%41.76%
HSB/HSV213°46.76%54.51%
CMYK46.76%25.90%0.00%
45.49%

Color #4A678B in popluar number systems.

HEX4A678B
Decimal74103139
Binary1001010110011110001011
Octal112147213

Shades and tints

Shades of #4A678B

#4A678B
(74,103,139)
#445E7F
(68,94,127)
#3E5573
(62,85,115)
#384C67
(56,76,103)
#32435B
(50,67,91)
#2C3A4F
(44,58,79)
#263143
(38,49,67)
#202837
(32,40,55)
#1A1F2B
(26,31,43)
#14161F
(20,22,31)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #4A678B

#4A678B
(74,103,139)
#5A7495
(90,116,149)
#6A819F
(106,129,159)
#7A8EA9
(122,142,169)
#8A9BB3
(138,155,179)
#9AA8BD
(154,168,189)
#AAB5C7
(170,181,199)
#BAC2D1
(186,194,209)
#CACFDB
(202,207,219)
#DADCE5
(218,220,229)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A678B; }

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

This text font color is #4A678B.


Background Color

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

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

This div background color is #4A678B.


Border color

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

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

This div border color is #4A678B.


Opacity

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

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

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

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

This text has shadow with #4A678B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A678B on black background.


Color preview on white background

This text has color #4A678B on white background.



Black color preview on #4A678B background

This text has black color on #4A678B background.


White color preview on #4A678B background

This text has white color on #4A678B background.