COLOR #4659A4

HEX: #4659A4 RGB: (70,89,164)

Color info

#4659A4 contains mainly blue color. Web safe color of #4659A4 is #336699 (or #369).

RGB color model

#4659A4 color RGB value is (70,89,164).

RGB: (70,89,164) (27%, 35%, 64%)

RGB channels and saturation

R 70 of 255 = 27%
G 89 of 255 = 35%
B 164 of 255 = 64%

70
89
164

R + G + B ~ 42%. #4659A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 89 + 164 = 323 (100%)
R 70 of 323 ~ 21.67%
G 89 of 323 ~ 27.55%
B 164 of 323 ~ 50.77'%

%21.67
%27.55
%50.77

CMYK color model

#4659A4 color CMYK value is (57,46,0,36).

  • cyan value is 57.32%
  • magenta value is 45.73%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (57,46,0,36) C57M46Y0K36 (57%,46%,0%,36%) (0.57/0.46/0.00/0.36) 

CMYK percentages

%57.32
%45.73
%0
%35.69

Codes

Color #4659A4 in popluar color models

46 59 A4
RGB 70 89 164
HSL 228° 40.17% 45.88%
HSB/HSV 228° 57.32% 64.31%
CMYK 57.32% 45.73% 0.00%
35.69%

Color #4659A4 in popluar number systems.

HEX 46 59 A4
Decimal 70 89 164
Binary 1000110 1011001 10100100
Octal 106 131 244

Shades and tints

Shades of #4659A4

#4659A4
(70,89,164)
#405196
(64,81,150)
#3A4988
(58,73,136)
#34417A
(52,65,122)
#2E396C
(46,57,108)
#28315E
(40,49,94)
#222950
(34,41,80)
#1C2142
(28,33,66)
#161934
(22,25,52)
#101126
(16,17,38)
#0A0918
(10,9,24)
#000000
(0,0,0)

Tints of #4659A4

#4659A4
(70,89,164)
#5668AC
(86,104,172)
#6677B4
(102,119,180)
#7686BC
(118,134,188)
#8695C4
(134,149,196)
#96A4CC
(150,164,204)
#A6B3D4
(166,179,212)
#B6C2DC
(182,194,220)
#C6D1E4
(198,209,228)
#D6E0EC
(214,224,236)
#E6EFF4
(230,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4659A4 color. Also use rgb(70,89,164) instead hex code.

Text Font Color

.myTextColor { color: #4659A4; }

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

This text font color is #4659A4.

Background Color

.myBgColor { background-color: #4659A4; }

<div style="background-color:#4659A4">Inner text</div>

This div background color is #4659A4.

Border color

.myBorderColor { border: 1px solid #4659A4; }

<div style="border:3px solid #4659A4">Div</div>

This div border color is #4659A4.

Opacity

.myOpacity80 { color: #4659A4; opacity: 0.8; }

<p style="color:#4659A4;opacity:0.8;">80%</p>

Text with #4659A4 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 #4659A4;}

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

This text has shadow with #4659A4 color.


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

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

This text has shadow with #4659A4 primary color and red secondary color.


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

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

This text has shadow with #4659A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4659A4.

Preview

Color preview on black background

This text has color #4659A4 on black background.


Color preview on white background

This text has color #4659A4 on white background.


Black color preview on #4659A4 background

This text has black color on #4659A4 background.


White color preview on #4659A4 background

This text has white color on #4659A4 background.


Related colors

Complementary color

Complementary color for #hex is #B9A65B.


I love getcolorcode.com

Triadic colors

1 #A44659 and #59A446 with #4659A4 are triadic colors.

2 #A45946 and #5946A4 with #4659A4 are triadic colors.