COLOR #4673BB

HEX: #4673BB
RGB: (70,115,187)

Color info

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

RGB color model

#4673BB color RGB value is (70,115,187).

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

RGB channels and saturation

R 70 of 255 = 27%
G 115 of 255 = 45%
B 187 of 255 = 73%

70
115
187

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

Portions of RGB colors in percentages

R + G + B =
70 + 115 + 187 = 372 (100%)
R 70 of 372 ~ 18.82%
G 115 of 372 ~ 30.91%
B 187 of 372 ~ 50.27%

%18.82
%30.91
%50.27

CMYK color model

#4673BB color CMYK value is (63,39,0,27).

  • cyan value is 62.57%
  • magenta value is 38.50%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(63,39,0,27)
C63M39Y0K27 
(63%,39%,0%,27%)
(0.63/0.39/0.00/0.27)	

CMYK percentages

%62.57
%38.5
%0
%26.67

Codes

Color #4673BB in popluar color models

4673BB
RGB70115187
HSL217°46.25%50.39%
HSB/HSV217°62.57%73.33%
CMYK62.57%38.50%0.00%
26.67%

Color #4673BB in popluar number systems.

HEX4673BB
Decimal70115187
Binary1000110111001110111011
Octal106163273

Shades and tints

Shades of #4673BB

#4673BB
(70,115,187)
#4069AA
(64,105,170)
#3A5F99
(58,95,153)
#345588
(52,85,136)
#2E4B77
(46,75,119)
#284166
(40,65,102)
#223755
(34,55,85)
#1C2D44
(28,45,68)
#162333
(22,35,51)
#101922
(16,25,34)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #4673BB

#4673BB
(70,115,187)
#567FC1
(86,127,193)
#668BC7
(102,139,199)
#7697CD
(118,151,205)
#86A3D3
(134,163,211)
#96AFD9
(150,175,217)
#A6BBDF
(166,187,223)
#B6C7E5
(182,199,229)
#C6D3EB
(198,211,235)
#D6DFF1
(214,223,241)
#E6EBF7
(230,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4673BB; }

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

This text font color is #4673BB.


Background Color

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

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

This div background color is #4673BB.


Border color

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

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

This div border color is #4673BB.


Opacity

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

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

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

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

This text has shadow with #4673BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4673BB on black background.


Color preview on white background

This text has color #4673BB on white background.



Black color preview on #4673BB background

This text has black color on #4673BB background.


White color preview on #4673BB background

This text has white color on #4673BB background.