COLOR #4A7B8B

HEX: #4A7B8B RGB: (74,123,139)

Color info

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

RGB color model

#4A7B8B color RGB value is (74,123,139).

RGB: (74,123,139) (29%, 48%, 55%)

RGB channels and saturation

R 74 of 255 = 29%
G 123 of 255 = 48%
B 139 of 255 = 55%

74
123
139

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

Portions of RGB colors in percentages

R + G + B = 74 + 123 + 139 = 336 (100%)
R 74 of 336 ~ 22.02%
G 123 of 336 ~ 36.61%
B 139 of 336 ~ 41.37'%

%22.02
%36.61
%41.37

CMYK color model

#4A7B8B color CMYK value is (47,12,0,45).

  • cyan value is 46.76%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (47,12,0,45)
C47M12Y0K45 (47%, 12%, 0%, 45%)
(0.47 / 0.12 / 0.00 / 0.45)

CMYK percentages

%46.76
%11.51
%0
%45.49

Codes

Color #4A7B8B in popluar color models

4A 7B 8B
RGB 74 123 139
HSL 195° 30.52% 41.76%
HSB/HSV 195° 46.76% 54.51%
CMYK 46.76% 11.51% 0.00%
45.49%

Color #4A7B8B in popluar number systems.

HEX 4A 7B 8B
Decimal 74 123 139
Binary 1001010 1111011 10001011
Octal 112 173 213

Shades and tints

Shades of #4A7B8B

#4A7B8B
(74,123,139)
#44707F
(68,112,127)
#3E6573
(62,101,115)
#385A67
(56,90,103)
#324F5B
(50,79,91)
#2C444F
(44,68,79)
#263943
(38,57,67)
#202E37
(32,46,55)
#1A232B
(26,35,43)
#14181F
(20,24,31)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #4A7B8B

#4A7B8B
(74,123,139)
#5A8795
(90,135,149)
#6A939F
(106,147,159)
#7A9FA9
(122,159,169)
#8AABB3
(138,171,179)
#9AB7BD
(154,183,189)
#AAC3C7
(170,195,199)
#BACFD1
(186,207,209)
#CADBDB
(202,219,219)
#DAE7E5
(218,231,229)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7B8B; }

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

This text font color is #4A7B8B.

Background Color

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

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

This div background color is #4A7B8B.

Border color

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

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

This div border color is #4A7B8B.

Opacity

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

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

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

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

This text has shadow with #4A7B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7B8B.

Preview

Color preview on black background

This text has color #4A7B8B on black background.


Color preview on white background

This text has color #4A7B8B on white background.


Black color preview on #4A7B8B background

This text has black color on #4A7B8B background.


White color preview on #4A7B8B background

This text has white color on #4A7B8B background.


Related colors

Complementary color

Complementary color for #hex is #B58474.


I love getcolorcode.com

Triadic colors

1 #8B4A7B and #7B8B4A with #4A7B8B are triadic colors.

2 #8B7B4A and #7B4A8B with #4A7B8B are triadic colors.