COLOR #4663AF

HEX: #4663AF
RGB: (70,99,175)

Color info

#4663AF contains mainly blue color. Web safe color of #4663AF is #336699 (or #369).

RGB color model

#4663AF color RGB value is (70,99,175).

  • red value is 70;
  • green value is 99;
  • blue value is 175.
RGB:
(70,99,175)
(27%,39%,69%)

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 175 of 255 = 69%

70
99
175

R + G + B ~ 45%. #4663AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 175 = 344 (100%)
R 70 of 344 ~ 20.35%
G 99 of 344 ~ 28.78%
B 175 of 344 ~ 50.87%

%20.35
%28.78
%50.87

CMYK color model

#4663AF color CMYK value is (60,43,0,31).

  • cyan value is 60.00%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(60,43,0,31)
C60M43Y0K31 
(60%,43%,0%,31%)
(0.60/0.43/0.00/0.31)	

CMYK percentages

%60
%43.43
%0
%31.37

Codes

Color #4663AF in popluar color models

4663AF
RGB7099175
HSL223°42.86%48.04%
HSB/HSV223°60.00%68.63%
CMYK60.00%43.43%0.00%
31.37%

Color #4663AF in popluar number systems.

HEX4663AF
Decimal7099175
Binary1000110110001110101111
Octal106143257

Shades and tints

Shades of #4663AF

#4663AF
(70,99,175)
#405AA0
(64,90,160)
#3A5191
(58,81,145)
#344882
(52,72,130)
#2E3F73
(46,63,115)
#283664
(40,54,100)
#222D55
(34,45,85)
#1C2446
(28,36,70)
#161B37
(22,27,55)
#101228
(16,18,40)
#0A0919
(10,9,25)
#000000
(0,0,0)

Tints of #4663AF

#4663AF
(70,99,175)
#5671B6
(86,113,182)
#667FBD
(102,127,189)
#768DC4
(118,141,196)
#869BCB
(134,155,203)
#96A9D2
(150,169,210)
#A6B7D9
(166,183,217)
#B6C5E0
(182,197,224)
#C6D3E7
(198,211,231)
#D6E1EE
(214,225,238)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4663AF color. Also use rgb(70,99,175) instead hex code.

Text Font Color

.myTextColor { color: #4663AF; }

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

This text font color is #4663AF.


Background Color

.myBgColor { background-color: #4663AF; }

<div style="background-color:#4663AF">Inner text</div>

This div background color is #4663AF.


Border color

.myBorderColor { border: 1px solid #4663AF; }

<div style="border:3px solid #4663AF">Div</div>

This div border color is #4663AF.


Opacity

.myOpacity80 { color: #4663AF; opacity: 0.8; }

<p style="color:#4663AF;opacity:0.8;">80%</p>

Text with #4663AF 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 #4663AF;}

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

This text has shadow with #4663AF color.

.textShadow {text-shadow: 3px 3px 1px #4663AF, 3px 3px 1px red;}

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

This text has shadow with #4663AF primary color and red secondary color.


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

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

This text has shadow with #4663AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4663AF on black background.


Color preview on white background

This text has color #4663AF on white background.



Black color preview on #4663AF background

This text has black color on #4663AF background.


White color preview on #4663AF background

This text has white color on #4663AF background.