COLOR #4A699B

HEX: #4A699B RGB: (74,105,155)

Color info

#4A699B contains mainly green and blue colors. Web safe color of #4A699B is #336699 (or #369).

RGB color model

#4A699B color RGB value is (74,105,155).

RGB: (74,105,155) (29%, 41%, 61%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 155 of 255 = 61%

74
105
155

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

Portions of RGB colors in percentages

R + G + B = 74 + 105 + 155 = 334 (100%)
R 74 of 334 ~ 22.16%
G 105 of 334 ~ 31.44%
B 155 of 334 ~ 46.41'%

%22.16
%31.44
%46.41

CMYK color model

#4A699B color CMYK value is (52,32,0,39).

  • cyan value is 52.26%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (52,32,0,39)
C52M32Y0K39 (52%, 32%, 0%, 39%)
(0.52 / 0.32 / 0.00 / 0.39)

CMYK percentages

%52.26
%32.26
%0
%39.22

Codes

Color #4A699B in popluar color models

4A 69 9B
RGB 74 105 155
HSL 217° 35.37% 44.90%
HSB/HSV 217° 52.26% 60.78%
CMYK 52.26% 32.26% 0.00%
39.22%

Color #4A699B in popluar number systems.

HEX 4A 69 9B
Decimal 74 105 155
Binary 1001010 1101001 10011011
Octal 112 151 233

Shades and tints

Shades of #4A699B

#4A699B
(74,105,155)
#44608D
(68,96,141)
#3E577F
(62,87,127)
#384E71
(56,78,113)
#324563
(50,69,99)
#2C3C55
(44,60,85)
#263347
(38,51,71)
#202A39
(32,42,57)
#1A212B
(26,33,43)
#14181D
(20,24,29)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #4A699B

#4A699B
(74,105,155)
#5A76A4
(90,118,164)
#6A83AD
(106,131,173)
#7A90B6
(122,144,182)
#8A9DBF
(138,157,191)
#9AAAC8
(154,170,200)
#AAB7D1
(170,183,209)
#BAC4DA
(186,196,218)
#CAD1E3
(202,209,227)
#DADEEC
(218,222,236)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A699B; }

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

This text font color is #4A699B.

Background Color

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

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

This div background color is #4A699B.

Border color

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

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

This div border color is #4A699B.

Opacity

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

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

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

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

This text has shadow with #4A699B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A699B.

Preview

Color preview on black background

This text has color #4A699B on black background.


Color preview on white background

This text has color #4A699B on white background.


Black color preview on #4A699B background

This text has black color on #4A699B background.


White color preview on #4A699B background

This text has white color on #4A699B background.


Related colors

Complementary color

Complementary color for #hex is #B59664.


I love getcolorcode.com

Triadic colors

1 #9B4A69 and #699B4A with #4A699B are triadic colors.

2 #9B694A and #694A9B with #4A699B are triadic colors.