COLOR #4676A9

HEX: #4676A9
RGB: (70,118,169)

Color info

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

RGB color model

#4676A9 color RGB value is (70,118,169).

  • red value is 70;
  • green value is 118;
  • blue value is 169.
RGB:
(70,118,169)
(27%,46%,66%)

RGB channels and saturation

R 70 of 255 = 27%
G 118 of 255 = 46%
B 169 of 255 = 66%

70
118
169

R + G + B ~ 46%. #4676A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 118 + 169 = 357 (100%)
R 70 of 357 ~ 19.61%
G 118 of 357 ~ 33.05%
B 169 of 357 ~ 47.34%

%19.61
%33.05
%47.34

CMYK color model

#4676A9 color CMYK value is (59,30,0,34).

  • cyan value is 58.58%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(59,30,0,34)
C59M30Y0K34 
(59%,30%,0%,34%)
(0.59/0.30/0.00/0.34)	

CMYK percentages

%58.58
%30.18
%0
%33.73

Codes

Color #4676A9 in popluar color models

4676A9
RGB70118169
HSL211°41.42%46.86%
HSB/HSV211°58.58%66.27%
CMYK58.58%30.18%0.00%
33.73%

Color #4676A9 in popluar number systems.

HEX4676A9
Decimal70118169
Binary1000110111011010101001
Octal106166251

Shades and tints

Shades of #4676A9

#4676A9
(70,118,169)
#406C9A
(64,108,154)
#3A628B
(58,98,139)
#34587C
(52,88,124)
#2E4E6D
(46,78,109)
#28445E
(40,68,94)
#223A4F
(34,58,79)
#1C3040
(28,48,64)
#162631
(22,38,49)
#101C22
(16,28,34)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #4676A9

#4676A9
(70,118,169)
#5682B0
(86,130,176)
#668EB7
(102,142,183)
#769ABE
(118,154,190)
#86A6C5
(134,166,197)
#96B2CC
(150,178,204)
#A6BED3
(166,190,211)
#B6CADA
(182,202,218)
#C6D6E1
(198,214,225)
#D6E2E8
(214,226,232)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4676A9 color. Also use rgb(70,118,169) instead hex code.

Text Font Color

.myTextColor { color: #4676A9; }

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

This text font color is #4676A9.


Background Color

.myBgColor { background-color: #4676A9; }

<div style="background-color:#4676A9">Inner text</div>

This div background color is #4676A9.


Border color

.myBorderColor { border: 1px solid #4676A9; }

<div style="border:3px solid #4676A9">Div</div>

This div border color is #4676A9.


Opacity

.myOpacity80 { color: #4676A9; opacity: 0.8; }

<p style="color:#4676A9;opacity:0.8;">80%</p>

Text with #4676A9 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 #4676A9;}

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

This text has shadow with #4676A9 color.

.textShadow {text-shadow: 3px 3px 1px #4676A9, 3px 3px 1px red;}

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

This text has shadow with #4676A9 primary color and red secondary color.


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

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

This text has shadow with #4676A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4676A9 on black background.


Color preview on white background

This text has color #4676A9 on white background.



Black color preview on #4676A9 background

This text has black color on #4676A9 background.


White color preview on #4676A9 background

This text has white color on #4676A9 background.