COLOR #4A7978

HEX: #4A7978 RGB: (74,121,120)

Color info

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

RGB color model

#4A7978 color RGB value is (74,121,120).

RGB: (74,121,120) (29%, 47%, 47%)

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 120 of 255 = 47%

74
121
120

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

Portions of RGB colors in percentages

R + G + B = 74 + 121 + 120 = 315 (100%)
R 74 of 315 ~ 23.49%
G 121 of 315 ~ 38.41%
B 120 of 315 ~ 38.1'%

%23.49
%38.41
%38.1

CMYK color model

#4A7978 color CMYK value is (39,0,1,53).

  • cyan value is 38.84%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.55%

CMYK: (39,0,1,53)
C39M0Y1K53 (39%, 0%, 1%, 53%)
(0.39 / 0.00 / 0.01 / 0.53)

CMYK percentages

%38.84
%0
%0.83
%52.55

Codes

Color #4A7978 in popluar color models

4A 79 78
RGB 74 121 120
HSL 179° 24.10% 38.24%
HSB/HSV 179° 38.84% 47.45%
CMYK 38.84% 0.00% 0.83%
52.55%

Color #4A7978 in popluar number systems.

HEX 4A 79 78
Decimal 74 121 120
Binary 1001010 1111001 1111000
Octal 112 171 170

Shades and tints

Shades of #4A7978

#4A7978
(74,121,120)
#446E6E
(68,110,110)
#3E6364
(62,99,100)
#38585A
(56,88,90)
#324D50
(50,77,80)
#2C4246
(44,66,70)
#26373C
(38,55,60)
#202C32
(32,44,50)
#1A2128
(26,33,40)
#14161E
(20,22,30)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #4A7978

#4A7978
(74,121,120)
#5A8584
(90,133,132)
#6A9190
(106,145,144)
#7A9D9C
(122,157,156)
#8AA9A8
(138,169,168)
#9AB5B4
(154,181,180)
#AAC1C0
(170,193,192)
#BACDCC
(186,205,204)
#CAD9D8
(202,217,216)
#DAE5E4
(218,229,228)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7978 color. Also use rgb(74,121,120) instead hex code.

Text Font Color

.myTextColor { color: #4A7978; }

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

This text font color is #4A7978.

Background Color

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

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

This div background color is #4A7978.

Border color

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

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

This div border color is #4A7978.

Opacity

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

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

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

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

This text has shadow with #4A7978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7978.

Preview

Color preview on black background

This text has color #4A7978 on black background.


Color preview on white background

This text has color #4A7978 on white background.


Black color preview on #4A7978 background

This text has black color on #4A7978 background.


White color preview on #4A7978 background

This text has white color on #4A7978 background.


Related colors

Complementary color

Complementary color for #hex is #B58687.


I love getcolorcode.com

Triadic colors

1 #784A79 and #79784A with #4A7978 are triadic colors.

2 #78794A and #794A78 with #4A7978 are triadic colors.