COLOR #4A66BD

HEX: #4A66BD RGB: (74,102,189)

Color info

#4A66BD contains mainly blue color. Web safe color of #4A66BD is #3366CC (or #36C).

RGB color model

#4A66BD color RGB value is (74,102,189).

RGB: (74,102,189) (29%, 40%, 74%)

RGB channels and saturation

R 74 of 255 = 29%
G 102 of 255 = 40%
B 189 of 255 = 74%

74
102
189

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

Portions of RGB colors in percentages

R + G + B = 74 + 102 + 189 = 365 (100%)
R 74 of 365 ~ 20.27%
G 102 of 365 ~ 27.95%
B 189 of 365 ~ 51.78'%

%20.27
%27.95
%51.78

CMYK color model

#4A66BD color CMYK value is (61,46,0,26).

  • cyan value is 60.85%
  • magenta value is 46.03%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (61,46,0,26)
C61M46Y0K26 (61%, 46%, 0%, 26%)
(0.61 / 0.46 / 0.00 / 0.26)

CMYK percentages

%60.85
%46.03
%0
%25.88

Codes

Color #4A66BD in popluar color models

4A 66 BD
RGB 74 102 189
HSL 225° 46.56% 51.57%
HSB/HSV 225° 60.85% 74.12%
CMYK 60.85% 46.03% 0.00%
25.88%

Color #4A66BD in popluar number systems.

HEX 4A 66 BD
Decimal 74 102 189
Binary 1001010 1100110 10111101
Octal 112 146 275

Shades and tints

Shades of #4A66BD

#4A66BD
(74,102,189)
#445DAC
(68,93,172)
#3E549B
(62,84,155)
#384B8A
(56,75,138)
#324279
(50,66,121)
#2C3968
(44,57,104)
#263057
(38,48,87)
#202746
(32,39,70)
#1A1E35
(26,30,53)
#141524
(20,21,36)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #4A66BD

#4A66BD
(74,102,189)
#5A73C3
(90,115,195)
#6A80C9
(106,128,201)
#7A8DCF
(122,141,207)
#8A9AD5
(138,154,213)
#9AA7DB
(154,167,219)
#AAB4E1
(170,180,225)
#BAC1E7
(186,193,231)
#CACEED
(202,206,237)
#DADBF3
(218,219,243)
#EAE8F9
(234,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A66BD color. Also use rgb(74,102,189) instead hex code.

Text Font Color

.myTextColor { color: #4A66BD; }

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

This text font color is #4A66BD.

Background Color

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

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

This div background color is #4A66BD.

Border color

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

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

This div border color is #4A66BD.

Opacity

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

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

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

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

This text has shadow with #4A66BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A66BD.

Preview

Color preview on black background

This text has color #4A66BD on black background.


Color preview on white background

This text has color #4A66BD on white background.


Black color preview on #4A66BD background

This text has black color on #4A66BD background.


White color preview on #4A66BD background

This text has white color on #4A66BD background.


Related colors

Complementary color

Complementary color for #hex is #B59942.


I love getcolorcode.com

Triadic colors

1 #BD4A66 and #66BD4A with #4A66BD are triadic colors.

2 #BD664A and #664ABD with #4A66BD are triadic colors.