COLOR #4690DD

HEX: #4690DD
RGB: (70,144,221)

Color info

#4690DD contains mainly blue color. Web safe color of #4690DD is #3399CC (or #39C).

RGB color model

#4690DD color RGB value is (70,144,221).

  • red value is 70;
  • green value is 144;
  • blue value is 221.
RGB:
(70,144,221)
(27%,56%,87%)

RGB channels and saturation

R 70 of 255 = 27%
G 144 of 255 = 56%
B 221 of 255 = 87%

70
144
221

R + G + B ~ 57%. #4690DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 144 + 221 = 435 (100%)
R 70 of 435 ~ 16.09%
G 144 of 435 ~ 33.1%
B 221 of 435 ~ 50.8%

%16.09
%33.1
%50.8

CMYK color model

#4690DD color CMYK value is (68,35,0,13).

  • cyan value is 68.33%
  • magenta value is 34.84%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(68,35,0,13)
C68M35Y0K13 
(68%,35%,0%,13%)
(0.68/0.35/0.00/0.13)	

CMYK percentages

%68.33
%34.84
%0
%13.33

Codes

Color #4690DD in popluar color models

4690DD
RGB70144221
HSL211°68.95%57.06%
HSB/HSV211°68.33%86.67%
CMYK68.33%34.84%0.00%
13.33%

Color #4690DD in popluar number systems.

HEX4690DD
Decimal70144221
Binary10001101001000011011101
Octal106220335

Shades and tints

Shades of #4690DD

#4690DD
(70,144,221)
#4083C9
(64,131,201)
#3A76B5
(58,118,181)
#3469A1
(52,105,161)
#2E5C8D
(46,92,141)
#284F79
(40,79,121)
#224265
(34,66,101)
#1C3551
(28,53,81)
#16283D
(22,40,61)
#101B29
(16,27,41)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #4690DD

#4690DD
(70,144,221)
#569AE0
(86,154,224)
#66A4E3
(102,164,227)
#76AEE6
(118,174,230)
#86B8E9
(134,184,233)
#96C2EC
(150,194,236)
#A6CCEF
(166,204,239)
#B6D6F2
(182,214,242)
#C6E0F5
(198,224,245)
#D6EAF8
(214,234,248)
#E6F4FB
(230,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4690DD color. Also use rgb(70,144,221) instead hex code.

Text Font Color

.myTextColor { color: #4690DD; }

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

This text font color is #4690DD.


Background Color

.myBgColor { background-color: #4690DD; }

<div style="background-color:#4690DD">Inner text</div>

This div background color is #4690DD.


Border color

.myBorderColor { border: 1px solid #4690DD; }

<div style="border:3px solid #4690DD">Div</div>

This div border color is #4690DD.


Opacity

.myOpacity80 { color: #4690DD; opacity: 0.8; }

<p style="color:#4690DD;opacity:0.8;">80%</p>

Text with #4690DD 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 #4690DD;}

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

This text has shadow with #4690DD color.

.textShadow {text-shadow: 3px 3px 1px #4690DD, 3px 3px 1px red;}

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

This text has shadow with #4690DD primary color and red secondary color.


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

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

This text has shadow with #4690DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4690DD on black background.


Color preview on white background

This text has color #4690DD on white background.



Black color preview on #4690DD background

This text has black color on #4690DD background.


White color preview on #4690DD background

This text has white color on #4690DD background.