COLOR #4470BA

HEX: #4470BA
RGB: (68,112,186)

Color info

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

RGB color model

#4470BA color RGB value is (68,112,186).

  • red value is 68;
  • green value is 112;
  • blue value is 186.
RGB:
(68,112,186)
(27%,44%,73%)

RGB channels and saturation

R 68 of 255 = 27%
G 112 of 255 = 44%
B 186 of 255 = 73%

68
112
186

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

Portions of RGB colors in percentages

R + G + B =
68 + 112 + 186 = 366 (100%)
R 68 of 366 ~ 18.58%
G 112 of 366 ~ 30.6%
B 186 of 366 ~ 50.82%

%18.58
%30.6
%50.82

CMYK color model

#4470BA color CMYK value is (63,40,0,27).

  • cyan value is 63.44%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(63,40,0,27)
C63M40Y0K27 
(63%,40%,0%,27%)
(0.63/0.40/0.00/0.27)	

CMYK percentages

%63.44
%39.78
%0
%27.06

Codes

Color #4470BA in popluar color models

4470BA
RGB68112186
HSL218°46.46%49.80%
HSB/HSV218°63.44%72.94%
CMYK63.44%39.78%0.00%
27.06%

Color #4470BA in popluar number systems.

HEX4470BA
Decimal68112186
Binary1000100111000010111010
Octal104160272

Shades and tints

Shades of #4470BA

#4470BA
(68,112,186)
#3E66AA
(62,102,170)
#385C9A
(56,92,154)
#32528A
(50,82,138)
#2C487A
(44,72,122)
#263E6A
(38,62,106)
#20345A
(32,52,90)
#1A2A4A
(26,42,74)
#14203A
(20,32,58)
#0E162A
(14,22,42)
#080C1A
(8,12,26)
#000000
(0,0,0)

Tints of #4470BA

#4470BA
(68,112,186)
#557DC0
(85,125,192)
#668AC6
(102,138,198)
#7797CC
(119,151,204)
#88A4D2
(136,164,210)
#99B1D8
(153,177,216)
#AABEDE
(170,190,222)
#BBCBE4
(187,203,228)
#CCD8EA
(204,216,234)
#DDE5F0
(221,229,240)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4470BA color. Also use rgb(68,112,186) instead hex code.

Text Font Color

.myTextColor { color: #4470BA; }

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

This text font color is #4470BA.


Background Color

.myBgColor { background-color: #4470BA; }

<div style="background-color:#4470BA">Inner text</div>

This div background color is #4470BA.


Border color

.myBorderColor { border: 1px solid #4470BA; }

<div style="border:3px solid #4470BA">Div</div>

This div border color is #4470BA.


Opacity

.myOpacity80 { color: #4470BA; opacity: 0.8; }

<p style="color:#4470BA;opacity:0.8;">80%</p>

Text with #4470BA 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 #4470BA;}

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

This text has shadow with #4470BA color.

.textShadow {text-shadow: 3px 3px 1px #4470BA, 3px 3px 1px red;}

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

This text has shadow with #4470BA primary color and red secondary color.


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

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

This text has shadow with #4470BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4470BA on black background.


Color preview on white background

This text has color #4470BA on white background.



Black color preview on #4470BA background

This text has black color on #4470BA background.


White color preview on #4470BA background

This text has white color on #4470BA background.