COLOR #4473BB

HEX: #4473BB
RGB: (68,115,187)

Color info

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

RGB color model

#4473BB color RGB value is (68,115,187).

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

RGB channels and saturation

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

68
115
187

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

Portions of RGB colors in percentages

R + G + B =
68 + 115 + 187 = 370 (100%)
R 68 of 370 ~ 18.38%
G 115 of 370 ~ 31.08%
B 187 of 370 ~ 50.54%

%18.38
%31.08
%50.54

CMYK color model

#4473BB color CMYK value is (64,39,0,27).

  • cyan value is 63.64%
  • magenta value is 38.50%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(64,39,0,27)
C64M39Y0K27 
(64%,39%,0%,27%)
(0.64/0.39/0.00/0.27)	

CMYK percentages

%63.64
%38.5
%0
%26.67

Codes

Color #4473BB in popluar color models

4473BB
RGB68115187
HSL216°46.67%50.00%
HSB/HSV216°63.64%73.33%
CMYK63.64%38.50%0.00%
26.67%

Color #4473BB in popluar number systems.

HEX4473BB
Decimal68115187
Binary1000100111001110111011
Octal104163273

Shades and tints

Shades of #4473BB

#4473BB
(68,115,187)
#3E69AA
(62,105,170)
#385F99
(56,95,153)
#325588
(50,85,136)
#2C4B77
(44,75,119)
#264166
(38,65,102)
#203755
(32,55,85)
#1A2D44
(26,45,68)
#142333
(20,35,51)
#0E1922
(14,25,34)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #4473BB

#4473BB
(68,115,187)
#557FC1
(85,127,193)
#668BC7
(102,139,199)
#7797CD
(119,151,205)
#88A3D3
(136,163,211)
#99AFD9
(153,175,217)
#AABBDF
(170,187,223)
#BBC7E5
(187,199,229)
#CCD3EB
(204,211,235)
#DDDFF1
(221,223,241)
#EEEBF7
(238,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4473BB; }

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

This text font color is #4473BB.


Background Color

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

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

This div background color is #4473BB.


Border color

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

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

This div border color is #4473BB.


Opacity

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

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

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

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

This text has shadow with #4473BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4473BB on black background.


Color preview on white background

This text has color #4473BB on white background.



Black color preview on #4473BB background

This text has black color on #4473BB background.


White color preview on #4473BB background

This text has white color on #4473BB background.