COLOR #4A819D

HEX: #4A819D RGB: (74,129,157)

Color info

#4A819D contains mainly green and blue colors. Web safe color of #4A819D is #339999 (or #399).

RGB color model

#4A819D color RGB value is (74,129,157).

RGB: (74,129,157) (29%, 51%, 62%)

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 157 of 255 = 62%

74
129
157

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

Portions of RGB colors in percentages

R + G + B = 74 + 129 + 157 = 360 (100%)
R 74 of 360 ~ 20.56%
G 129 of 360 ~ 35.83%
B 157 of 360 ~ 43.61'%

%20.56
%35.83
%43.61

CMYK color model

#4A819D color CMYK value is (53,18,0,38).

  • cyan value is 52.87%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (53,18,0,38) C53M18Y0K38 (53%,18%,0%,38%) (0.53/0.18/0.00/0.38) 

CMYK percentages

%52.87
%17.83
%0
%38.43

Codes

Color #4A819D in popluar color models

4A 81 9D
RGB 74 129 157
HSL 200° 35.93% 45.29%
HSB/HSV 200° 52.87% 61.57%
CMYK 52.87% 17.83% 0.00%
38.43%

Color #4A819D in popluar number systems.

HEX 4A 81 9D
Decimal 74 129 157
Binary 1001010 10000001 10011101
Octal 112 201 235

Shades and tints

Shades of #4A819D

#4A819D
(74,129,157)
#44768F
(68,118,143)
#3E6B81
(62,107,129)
#386073
(56,96,115)
#325565
(50,85,101)
#2C4A57
(44,74,87)
#263F49
(38,63,73)
#20343B
(32,52,59)
#1A292D
(26,41,45)
#141E1F
(20,30,31)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #4A819D

#4A819D
(74,129,157)
#5A8CA5
(90,140,165)
#6A97AD
(106,151,173)
#7AA2B5
(122,162,181)
#8AADBD
(138,173,189)
#9AB8C5
(154,184,197)
#AAC3CD
(170,195,205)
#BACED5
(186,206,213)
#CAD9DD
(202,217,221)
#DAE4E5
(218,228,229)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A819D; }

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

This text font color is #4A819D.

Background Color

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

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

This div background color is #4A819D.

Border color

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

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

This div border color is #4A819D.

Opacity

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

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

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

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

This text has shadow with #4A819D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A819D.

Preview

Color preview on black background

This text has color #4A819D on black background.


Color preview on white background

This text has color #4A819D on white background.


Black color preview on #4A819D background

This text has black color on #4A819D background.


White color preview on #4A819D background

This text has white color on #4A819D background.


Related colors

Complementary color

Complementary color for #hex is #B57E62.


I love getcolorcode.com

Triadic colors

1 #9D4A81 and #819D4A with #4A819D are triadic colors.

2 #9D814A and #814A9D with #4A819D are triadic colors.