COLOR #4673A6

HEX: #4673A6
RGB: (70,115,166)

Color info

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

RGB color model

#4673A6 color RGB value is (70,115,166).

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

RGB channels and saturation

R 70 of 255 = 27%
G 115 of 255 = 45%
B 166 of 255 = 65%

70
115
166

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

Portions of RGB colors in percentages

R + G + B =
70 + 115 + 166 = 351 (100%)
R 70 of 351 ~ 19.94%
G 115 of 351 ~ 32.76%
B 166 of 351 ~ 47.29%

%19.94
%32.76
%47.29

CMYK color model

#4673A6 color CMYK value is (58,31,0,35).

  • cyan value is 57.83%
  • magenta value is 30.72%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(58,31,0,35)
C58M31Y0K35 
(58%,31%,0%,35%)
(0.58/0.31/0.00/0.35)	

CMYK percentages

%57.83
%30.72
%0
%34.9

Codes

Color #4673A6 in popluar color models

4673A6
RGB70115166
HSL212°40.68%46.27%
HSB/HSV212°57.83%65.10%
CMYK57.83%30.72%0.00%
34.90%

Color #4673A6 in popluar number systems.

HEX4673A6
Decimal70115166
Binary1000110111001110100110
Octal106163246

Shades and tints

Shades of #4673A6

#4673A6
(70,115,166)
#406997
(64,105,151)
#3A5F88
(58,95,136)
#345579
(52,85,121)
#2E4B6A
(46,75,106)
#28415B
(40,65,91)
#22374C
(34,55,76)
#1C2D3D
(28,45,61)
#16232E
(22,35,46)
#10191F
(16,25,31)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #4673A6

#4673A6
(70,115,166)
#567FAE
(86,127,174)
#668BB6
(102,139,182)
#7697BE
(118,151,190)
#86A3C6
(134,163,198)
#96AFCE
(150,175,206)
#A6BBD6
(166,187,214)
#B6C7DE
(182,199,222)
#C6D3E6
(198,211,230)
#D6DFEE
(214,223,238)
#E6EBF6
(230,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4673A6; }

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

This text font color is #4673A6.


Background Color

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

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

This div background color is #4673A6.


Border color

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

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

This div border color is #4673A6.


Opacity

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

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

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

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

This text has shadow with #4673A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4673A6 on black background.


Color preview on white background

This text has color #4673A6 on white background.



Black color preview on #4673A6 background

This text has black color on #4673A6 background.


White color preview on #4673A6 background

This text has white color on #4673A6 background.