COLOR #4A6BA5

HEX: #4A6BA5 RGB: (74,107,165)

Color info

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

RGB color model

#4A6BA5 color RGB value is (74,107,165).

RGB: (74,107,165) (29%, 42%, 65%)

RGB channels and saturation

R 74 of 255 = 29%
G 107 of 255 = 42%
B 165 of 255 = 65%

74
107
165

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

Portions of RGB colors in percentages

R + G + B = 74 + 107 + 165 = 346 (100%)
R 74 of 346 ~ 21.39%
G 107 of 346 ~ 30.92%
B 165 of 346 ~ 47.69'%

%21.39
%30.92
%47.69

CMYK color model

#4A6BA5 color CMYK value is (55,35,0,35).

  • cyan value is 55.15%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (55,35,0,35)
C55M35Y0K35 (55%, 35%, 0%, 35%)
(0.55 / 0.35 / 0.00 / 0.35)

CMYK percentages

%55.15
%35.15
%0
%35.29

Codes

Color #4A6BA5 in popluar color models

4A 6B A5
RGB 74 107 165
HSL 218° 38.08% 46.86%
HSB/HSV 218° 55.15% 64.71%
CMYK 55.15% 35.15% 0.00%
35.29%

Color #4A6BA5 in popluar number systems.

HEX 4A 6B A5
Decimal 74 107 165
Binary 1001010 1101011 10100101
Octal 112 153 245

Shades and tints

Shades of #4A6BA5

#4A6BA5
(74,107,165)
#446296
(68,98,150)
#3E5987
(62,89,135)
#385078
(56,80,120)
#324769
(50,71,105)
#2C3E5A
(44,62,90)
#26354B
(38,53,75)
#202C3C
(32,44,60)
#1A232D
(26,35,45)
#141A1E
(20,26,30)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #4A6BA5

#4A6BA5
(74,107,165)
#5A78AD
(90,120,173)
#6A85B5
(106,133,181)
#7A92BD
(122,146,189)
#8A9FC5
(138,159,197)
#9AACCD
(154,172,205)
#AAB9D5
(170,185,213)
#BAC6DD
(186,198,221)
#CAD3E5
(202,211,229)
#DAE0ED
(218,224,237)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6BA5 color. Also use rgb(74,107,165) instead hex code.

Text Font Color

.myTextColor { color: #4A6BA5; }

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

This text font color is #4A6BA5.

Background Color

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

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

This div background color is #4A6BA5.

Border color

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

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

This div border color is #4A6BA5.

Opacity

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

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

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

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

This text has shadow with #4A6BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6BA5.

Preview

Color preview on black background

This text has color #4A6BA5 on black background.


Color preview on white background

This text has color #4A6BA5 on white background.


Black color preview on #4A6BA5 background

This text has black color on #4A6BA5 background.


White color preview on #4A6BA5 background

This text has white color on #4A6BA5 background.


Related colors

Complementary color

Complementary color for #hex is #B5945A.


I love getcolorcode.com

Triadic colors

1 #A54A6B and #6BA54A with #4A6BA5 are triadic colors.

2 #A56B4A and #6B4AA5 with #4A6BA5 are triadic colors.