COLOR #4A7982

HEX: #4A7982
RGB: (74,121,130)

Color info

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

RGB color model

#4A7982 color RGB value is (74,121,130).

  • red value is 74;
  • green value is 121;
  • blue value is 130.
RGB:
(74,121,130)
(29%,47%,51%)

RGB channels and saturation

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

74
121
130

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

Portions of RGB colors in percentages

R + G + B =
74 + 121 + 130 = 325 (100%)
R 74 of 325 ~ 22.77%
G 121 of 325 ~ 37.23%
B 130 of 325 ~ 40%

%22.77
%37.23
%40

CMYK color model

#4A7982 color CMYK value is (43,7,0,49).

  • cyan value is 43.08%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(43,7,0,49)
C43M7Y0K49 
(43%,7%,0%,49%)
(0.43/0.07/0.00/0.49)	

CMYK percentages

%43.08
%6.92
%0
%49.02

Codes

Color #4A7982 in popluar color models

4A7982
RGB74121130
HSL190°27.45%40.00%
HSB/HSV190°43.08%50.98%
CMYK43.08%6.92%0.00%
49.02%

Color #4A7982 in popluar number systems.

HEX4A7982
Decimal74121130
Binary1001010111100110000010
Octal112171202

Shades and tints

Shades of #4A7982

#4A7982
(74,121,130)
#446E77
(68,110,119)
#3E636C
(62,99,108)
#385861
(56,88,97)
#324D56
(50,77,86)
#2C424B
(44,66,75)
#263740
(38,55,64)
#202C35
(32,44,53)
#1A212A
(26,33,42)
#14161F
(20,22,31)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #4A7982

#4A7982
(74,121,130)
#5A858D
(90,133,141)
#6A9198
(106,145,152)
#7A9DA3
(122,157,163)
#8AA9AE
(138,169,174)
#9AB5B9
(154,181,185)
#AAC1C4
(170,193,196)
#BACDCF
(186,205,207)
#CAD9DA
(202,217,218)
#DAE5E5
(218,229,229)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7982; }

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

This text font color is #4A7982.


Background Color

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

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

This div background color is #4A7982.


Border color

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

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

This div border color is #4A7982.


Opacity

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

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

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

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

This text has shadow with #4A7982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7982 on black background.


Color preview on white background

This text has color #4A7982 on white background.



Black color preview on #4A7982 background

This text has black color on #4A7982 background.


White color preview on #4A7982 background

This text has white color on #4A7982 background.