COLOR #4A7981

HEX: #4A7981 RGB: (74,121,129)

Color info

#4A7981 contains red, green and blue colors in about the same proportion. Web safe color of #4A7981 is #336699 (or #369).

RGB color model

#4A7981 color RGB value is (74,121,129).

RGB: (74,121,129) (29%, 47%, 51%)

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 129 of 255 = 51%

74
121
129

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

Portions of RGB colors in percentages

R + G + B = 74 + 121 + 129 = 324 (100%)
R 74 of 324 ~ 22.84%
G 121 of 324 ~ 37.35%
B 129 of 324 ~ 39.81'%

%22.84
%37.35
%39.81

CMYK color model

#4A7981 color CMYK value is (43,6,0,49).

  • cyan value is 42.64%
  • magenta value is 6.20%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (43,6,0,49)
C43M6Y0K49 (43%, 6%, 0%, 49%)
(0.43 / 0.06 / 0.00 / 0.49)

CMYK percentages

%42.64
%6.2
%0
%49.41

Codes

Color #4A7981 in popluar color models

4A 79 81
RGB 74 121 129
HSL 189° 27.09% 39.80%
HSB/HSV 189° 42.64% 50.59%
CMYK 42.64% 6.20% 0.00%
49.41%

Color #4A7981 in popluar number systems.

HEX 4A 79 81
Decimal 74 121 129
Binary 1001010 1111001 10000001
Octal 112 171 201

Shades and tints

Shades of #4A7981

#4A7981
(74,121,129)
#446E76
(68,110,118)
#3E636B
(62,99,107)
#385860
(56,88,96)
#324D55
(50,77,85)
#2C424A
(44,66,74)
#26373F
(38,55,63)
#202C34
(32,44,52)
#1A2129
(26,33,41)
#14161E
(20,22,30)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #4A7981

#4A7981
(74,121,129)
#5A858C
(90,133,140)
#6A9197
(106,145,151)
#7A9DA2
(122,157,162)
#8AA9AD
(138,169,173)
#9AB5B8
(154,181,184)
#AAC1C3
(170,193,195)
#BACDCE
(186,205,206)
#CAD9D9
(202,217,217)
#DAE5E4
(218,229,228)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7981; }

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

This text font color is #4A7981.

Background Color

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

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

This div background color is #4A7981.

Border color

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

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

This div border color is #4A7981.

Opacity

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

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

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

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

This text has shadow with #4A7981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7981.

Preview

Color preview on black background

This text has color #4A7981 on black background.


Color preview on white background

This text has color #4A7981 on white background.


Black color preview on #4A7981 background

This text has black color on #4A7981 background.


White color preview on #4A7981 background

This text has white color on #4A7981 background.


Related colors

Complementary color

Complementary color for #hex is #B5867E.


I love getcolorcode.com

Triadic colors

1 #814A79 and #79814A with #4A7981 are triadic colors.

2 #81794A and #794A81 with #4A7981 are triadic colors.