COLOR #4662BD

HEX: #4662BD
RGB: (70,98,189)

Color info

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

RGB color model

#4662BD color RGB value is (70,98,189).

  • red value is 70;
  • green value is 98;
  • blue value is 189.
RGB:
(70,98,189)
(27%,38%,74%)

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 189 of 255 = 74%

70
98
189

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

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 189 = 357 (100%)
R 70 of 357 ~ 19.61%
G 98 of 357 ~ 27.45%
B 189 of 357 ~ 52.94%

%19.61
%27.45
%52.94

CMYK color model

#4662BD color CMYK value is (63,48,0,26).

  • cyan value is 62.96%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(63,48,0,26)
C63M48Y0K26 
(63%,48%,0%,26%)
(0.63/0.48/0.00/0.26)	

CMYK percentages

%62.96
%48.15
%0
%25.88

Codes

Color #4662BD in popluar color models

4662BD
RGB7098189
HSL226°47.41%50.78%
HSB/HSV226°62.96%74.12%
CMYK62.96%48.15%0.00%
25.88%

Color #4662BD in popluar number systems.

HEX4662BD
Decimal7098189
Binary1000110110001010111101
Octal106142275

Shades and tints

Shades of #4662BD

#4662BD
(70,98,189)
#405AAC
(64,90,172)
#3A529B
(58,82,155)
#344A8A
(52,74,138)
#2E4279
(46,66,121)
#283A68
(40,58,104)
#223257
(34,50,87)
#1C2A46
(28,42,70)
#162235
(22,34,53)
#101A24
(16,26,36)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #4662BD

#4662BD
(70,98,189)
#5670C3
(86,112,195)
#667EC9
(102,126,201)
#768CCF
(118,140,207)
#869AD5
(134,154,213)
#96A8DB
(150,168,219)
#A6B6E1
(166,182,225)
#B6C4E7
(182,196,231)
#C6D2ED
(198,210,237)
#D6E0F3
(214,224,243)
#E6EEF9
(230,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4662BD color. Also use rgb(70,98,189) instead hex code.

Text Font Color

.myTextColor { color: #4662BD; }

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

This text font color is #4662BD.


Background Color

.myBgColor { background-color: #4662BD; }

<div style="background-color:#4662BD">Inner text</div>

This div background color is #4662BD.


Border color

.myBorderColor { border: 1px solid #4662BD; }

<div style="border:3px solid #4662BD">Div</div>

This div border color is #4662BD.


Opacity

.myOpacity80 { color: #4662BD; opacity: 0.8; }

<p style="color:#4662BD;opacity:0.8;">80%</p>

Text with #4662BD 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 #4662BD;}

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

This text has shadow with #4662BD color.

.textShadow {text-shadow: 3px 3px 1px #4662BD, 3px 3px 1px red;}

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

This text has shadow with #4662BD primary color and red secondary color.


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

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

This text has shadow with #4662BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4662BD on black background.


Color preview on white background

This text has color #4662BD on white background.



Black color preview on #4662BD background

This text has black color on #4662BD background.


White color preview on #4662BD background

This text has white color on #4662BD background.