COLOR #4A6981

HEX: #4A6981
RGB: (74,105,129)

Color info

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

RGB color model

#4A6981 color RGB value is (74,105,129).

  • red value is 74;
  • green value is 105;
  • blue value is 129.
RGB:
(74,105,129)
(29%,41%,51%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 129 of 255 = 51%

74
105
129

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

Portions of RGB colors in percentages

R + G + B =
74 + 105 + 129 = 308 (100%)
R 74 of 308 ~ 24.03%
G 105 of 308 ~ 34.09%
B 129 of 308 ~ 41.88%

%24.03
%34.09
%41.88

CMYK color model

#4A6981 color CMYK value is (43,19,0,49).

  • cyan value is 42.64%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(43,19,0,49)
C43M19Y0K49 
(43%,19%,0%,49%)
(0.43/0.19/0.00/0.49)	

CMYK percentages

%42.64
%18.6
%0
%49.41

Codes

Color #4A6981 in popluar color models

4A6981
RGB74105129
HSL206°27.09%39.80%
HSB/HSV206°42.64%50.59%
CMYK42.64%18.60%0.00%
49.41%

Color #4A6981 in popluar number systems.

HEX4A6981
Decimal74105129
Binary1001010110100110000001
Octal112151201

Shades and tints

Shades of #4A6981

#4A6981
(74,105,129)
#446076
(68,96,118)
#3E576B
(62,87,107)
#384E60
(56,78,96)
#324555
(50,69,85)
#2C3C4A
(44,60,74)
#26333F
(38,51,63)
#202A34
(32,42,52)
#1A2129
(26,33,41)
#14181E
(20,24,30)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #4A6981

#4A6981
(74,105,129)
#5A768C
(90,118,140)
#6A8397
(106,131,151)
#7A90A2
(122,144,162)
#8A9DAD
(138,157,173)
#9AAAB8
(154,170,184)
#AAB7C3
(170,183,195)
#BAC4CE
(186,196,206)
#CAD1D9
(202,209,217)
#DADEE4
(218,222,228)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6981; }

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

This text font color is #4A6981.


Background Color

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

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

This div background color is #4A6981.


Border color

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

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

This div border color is #4A6981.


Opacity

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

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

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

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

This text has shadow with #4A6981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6981 on black background.


Color preview on white background

This text has color #4A6981 on white background.



Black color preview on #4A6981 background

This text has black color on #4A6981 background.


White color preview on #4A6981 background

This text has white color on #4A6981 background.