COLOR #4655A6

HEX: #4655A6
RGB: (70,85,166)

Color info

#4655A6 contains mainly blue color. Web safe color of #4655A6 is #336699 (or #369).

RGB color model

#4655A6 color RGB value is (70,85,166).

  • red value is 70;
  • green value is 85;
  • blue value is 166.
RGB:
(70,85,166)
(27%,33%,65%)

RGB channels and saturation

R 70 of 255 = 27%
G 85 of 255 = 33%
B 166 of 255 = 65%

70
85
166

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

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 166 = 321 (100%)
R 70 of 321 ~ 21.81%
G 85 of 321 ~ 26.48%
B 166 of 321 ~ 51.71%

%21.81
%26.48
%51.71

CMYK color model

#4655A6 color CMYK value is (58,49,0,35).

  • cyan value is 57.83%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(58,49,0,35)
C58M49Y0K35 
(58%,49%,0%,35%)
(0.58/0.49/0.00/0.35)	

CMYK percentages

%57.83
%48.8
%0
%34.9

Codes

Color #4655A6 in popluar color models

4655A6
RGB7085166
HSL231°40.68%46.27%
HSB/HSV231°57.83%65.10%
CMYK57.83%48.80%0.00%
34.90%

Color #4655A6 in popluar number systems.

HEX4655A6
Decimal7085166
Binary1000110101010110100110
Octal106125246

Shades and tints

Shades of #4655A6

#4655A6
(70,85,166)
#404E97
(64,78,151)
#3A4788
(58,71,136)
#344079
(52,64,121)
#2E396A
(46,57,106)
#28325B
(40,50,91)
#222B4C
(34,43,76)
#1C243D
(28,36,61)
#161D2E
(22,29,46)
#10161F
(16,22,31)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #4655A6

#4655A6
(70,85,166)
#5664AE
(86,100,174)
#6673B6
(102,115,182)
#7682BE
(118,130,190)
#8691C6
(134,145,198)
#96A0CE
(150,160,206)
#A6AFD6
(166,175,214)
#B6BEDE
(182,190,222)
#C6CDE6
(198,205,230)
#D6DCEE
(214,220,238)
#E6EBF6
(230,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4655A6 color. Also use rgb(70,85,166) instead hex code.

Text Font Color

.myTextColor { color: #4655A6; }

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

This text font color is #4655A6.


Background Color

.myBgColor { background-color: #4655A6; }

<div style="background-color:#4655A6">Inner text</div>

This div background color is #4655A6.


Border color

.myBorderColor { border: 1px solid #4655A6; }

<div style="border:3px solid #4655A6">Div</div>

This div border color is #4655A6.


Opacity

.myOpacity80 { color: #4655A6; opacity: 0.8; }

<p style="color:#4655A6;opacity:0.8;">80%</p>

Text with #4655A6 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 #4655A6;}

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

This text has shadow with #4655A6 color.

.textShadow {text-shadow: 3px 3px 1px #4655A6, 3px 3px 1px red;}

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

This text has shadow with #4655A6 primary color and red secondary color.


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

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

This text has shadow with #4655A6 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4655A6;
-webkit-box-shadow: 1px 1px 3px 2px #4655A6;
box-shadow:1px 1px 3px 2px #4655A6;">
Div content here</div>
This div box has shadow with color #4655A6.

Preview

Color preview on black background

This text has color #4655A6 on black background.


Color preview on white background

This text has color #4655A6 on white background.



Black color preview on #4655A6 background

This text has black color on #4655A6 background.


White color preview on #4655A6 background

This text has white color on #4655A6 background.