COLOR #4651AE

HEX: #4651AE
RGB: (70,81,174)

Color info

#4651AE contains mainly blue color. Web safe color of #4651AE is #336699 (or #369).

RGB color model

#4651AE color RGB value is (70,81,174).

  • red value is 70;
  • green value is 81;
  • blue value is 174.
RGB:
(70,81,174)
(27%,32%,68%)

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 174 of 255 = 68%

70
81
174

R + G + B ~ 42%. #4651AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 174 = 325 (100%)
R 70 of 325 ~ 21.54%
G 81 of 325 ~ 24.92%
B 174 of 325 ~ 53.54%

%21.54
%24.92
%53.54

CMYK color model

#4651AE color CMYK value is (60,53,0,32).

  • cyan value is 59.77%
  • magenta value is 53.45%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(60,53,0,32)
C60M53Y0K32 
(60%,53%,0%,32%)
(0.60/0.53/0.00/0.32)	

CMYK percentages

%59.77
%53.45
%0
%31.76

Codes

Color #4651AE in popluar color models

4651AE
RGB7081174
HSL234°42.62%47.84%
HSB/HSV234°59.77%68.24%
CMYK59.77%53.45%0.00%
31.76%

Color #4651AE in popluar number systems.

HEX4651AE
Decimal7081174
Binary1000110101000110101110
Octal106121256

Shades and tints

Shades of #4651AE

#4651AE
(70,81,174)
#404A9F
(64,74,159)
#3A4390
(58,67,144)
#343C81
(52,60,129)
#2E3572
(46,53,114)
#282E63
(40,46,99)
#222754
(34,39,84)
#1C2045
(28,32,69)
#161936
(22,25,54)
#101227
(16,18,39)
#0A0B18
(10,11,24)
#000000
(0,0,0)

Tints of #4651AE

#4651AE
(70,81,174)
#5660B5
(86,96,181)
#666FBC
(102,111,188)
#767EC3
(118,126,195)
#868DCA
(134,141,202)
#969CD1
(150,156,209)
#A6ABD8
(166,171,216)
#B6BADF
(182,186,223)
#C6C9E6
(198,201,230)
#D6D8ED
(214,216,237)
#E6E7F4
(230,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4651AE color. Also use rgb(70,81,174) instead hex code.

Text Font Color

.myTextColor { color: #4651AE; }

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

This text font color is #4651AE.


Background Color

.myBgColor { background-color: #4651AE; }

<div style="background-color:#4651AE">Inner text</div>

This div background color is #4651AE.


Border color

.myBorderColor { border: 1px solid #4651AE; }

<div style="border:3px solid #4651AE">Div</div>

This div border color is #4651AE.


Opacity

.myOpacity80 { color: #4651AE; opacity: 0.8; }

<p style="color:#4651AE;opacity:0.8;">80%</p>

Text with #4651AE 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 #4651AE;}

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

This text has shadow with #4651AE color.

.textShadow {text-shadow: 3px 3px 1px #4651AE, 3px 3px 1px red;}

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

This text has shadow with #4651AE primary color and red secondary color.


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

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

This text has shadow with #4651AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4651AE on black background.


Color preview on white background

This text has color #4651AE on white background.



Black color preview on #4651AE background

This text has black color on #4651AE background.


White color preview on #4651AE background

This text has white color on #4651AE background.