COLOR #4A6D7B

HEX: #4A6D7B
RGB: (74,109,123)

Color info

#4A6D7B contains red, green and blue colors in about the same proportion. Web safe color of #4A6D7B is #336666 (or #366).

RGB color model

#4A6D7B color RGB value is (74,109,123).

  • red value is 74;
  • green value is 109;
  • blue value is 123.
RGB:
(74,109,123)
(29%,43%,48%)

RGB channels and saturation

R 74 of 255 = 29%
G 109 of 255 = 43%
B 123 of 255 = 48%

74
109
123

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

Portions of RGB colors in percentages

R + G + B =
74 + 109 + 123 = 306 (100%)
R 74 of 306 ~ 24.18%
G 109 of 306 ~ 35.62%
B 123 of 306 ~ 40.2%

%24.18
%35.62
%40.2

CMYK color model

#4A6D7B color CMYK value is (40,11,0,52).

  • cyan value is 39.84%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(40,11,0,52)
C40M11Y0K52 
(40%,11%,0%,52%)
(0.40/0.11/0.00/0.52)	

CMYK percentages

%39.84
%11.38
%0
%51.76

Codes

Color #4A6D7B in popluar color models

4A6D7B
RGB74109123
HSL197°24.87%38.63%
HSB/HSV197°39.84%48.24%
CMYK39.84%11.38%0.00%
51.76%

Color #4A6D7B in popluar number systems.

HEX4A6D7B
Decimal74109123
Binary100101011011011111011
Octal112155173

Shades and tints

Shades of #4A6D7B

#4A6D7B
(74,109,123)
#446470
(68,100,112)
#3E5B65
(62,91,101)
#38525A
(56,82,90)
#32494F
(50,73,79)
#2C4044
(44,64,68)
#263739
(38,55,57)
#202E2E
(32,46,46)
#1A2523
(26,37,35)
#141C18
(20,28,24)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #4A6D7B

#4A6D7B
(74,109,123)
#5A7A87
(90,122,135)
#6A8793
(106,135,147)
#7A949F
(122,148,159)
#8AA1AB
(138,161,171)
#9AAEB7
(154,174,183)
#AABBC3
(170,187,195)
#BAC8CF
(186,200,207)
#CAD5DB
(202,213,219)
#DAE2E7
(218,226,231)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6D7B color. Also use rgb(74,109,123) instead hex code.

Text Font Color

.myTextColor { color: #4A6D7B; }

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

This text font color is #4A6D7B.


Background Color

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

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

This div background color is #4A6D7B.


Border color

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

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

This div border color is #4A6D7B.


Opacity

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

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

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

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

This text has shadow with #4A6D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6D7B on black background.


Color preview on white background

This text has color #4A6D7B on white background.



Black color preview on #4A6D7B background

This text has black color on #4A6D7B background.


White color preview on #4A6D7B background

This text has white color on #4A6D7B background.