COLOR #4666A4

HEX: #4666A4
RGB: (70,102,164)

Color info

#4666A4 contains mainly blue color. Web safe color of #4666A4 is #336699 (or #369).

RGB color model

#4666A4 color RGB value is (70,102,164).

  • red value is 70;
  • green value is 102;
  • blue value is 164.
RGB:
(70,102,164)
(27%,40%,64%)

RGB channels and saturation

R 70 of 255 = 27%
G 102 of 255 = 40%
B 164 of 255 = 64%

70
102
164

R + G + B ~ 44%. #4666A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 102 + 164 = 336 (100%)
R 70 of 336 ~ 20.83%
G 102 of 336 ~ 30.36%
B 164 of 336 ~ 48.81%

%20.83
%30.36
%48.81

CMYK color model

#4666A4 color CMYK value is (57,38,0,36).

  • cyan value is 57.32%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(57,38,0,36)
C57M38Y0K36 
(57%,38%,0%,36%)
(0.57/0.38/0.00/0.36)	

CMYK percentages

%57.32
%37.8
%0
%35.69

Codes

Color #4666A4 in popluar color models

4666A4
RGB70102164
HSL220°40.17%45.88%
HSB/HSV220°57.32%64.31%
CMYK57.32%37.80%0.00%
35.69%

Color #4666A4 in popluar number systems.

HEX4666A4
Decimal70102164
Binary1000110110011010100100
Octal106146244

Shades and tints

Shades of #4666A4

#4666A4
(70,102,164)
#405D96
(64,93,150)
#3A5488
(58,84,136)
#344B7A
(52,75,122)
#2E426C
(46,66,108)
#28395E
(40,57,94)
#223050
(34,48,80)
#1C2742
(28,39,66)
#161E34
(22,30,52)
#101526
(16,21,38)
#0A0C18
(10,12,24)
#000000
(0,0,0)

Tints of #4666A4

#4666A4
(70,102,164)
#5673AC
(86,115,172)
#6680B4
(102,128,180)
#768DBC
(118,141,188)
#869AC4
(134,154,196)
#96A7CC
(150,167,204)
#A6B4D4
(166,180,212)
#B6C1DC
(182,193,220)
#C6CEE4
(198,206,228)
#D6DBEC
(214,219,236)
#E6E8F4
(230,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4666A4 color. Also use rgb(70,102,164) instead hex code.

Text Font Color

.myTextColor { color: #4666A4; }

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

This text font color is #4666A4.


Background Color

.myBgColor { background-color: #4666A4; }

<div style="background-color:#4666A4">Inner text</div>

This div background color is #4666A4.


Border color

.myBorderColor { border: 1px solid #4666A4; }

<div style="border:3px solid #4666A4">Div</div>

This div border color is #4666A4.


Opacity

.myOpacity80 { color: #4666A4; opacity: 0.8; }

<p style="color:#4666A4;opacity:0.8;">80%</p>

Text with #4666A4 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 #4666A4;}

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

This text has shadow with #4666A4 color.

.textShadow {text-shadow: 3px 3px 1px #4666A4, 3px 3px 1px red;}

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

This text has shadow with #4666A4 primary color and red secondary color.


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

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

This text has shadow with #4666A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4666A4 on black background.


Color preview on white background

This text has color #4666A4 on white background.



Black color preview on #4666A4 background

This text has black color on #4666A4 background.


White color preview on #4666A4 background

This text has white color on #4666A4 background.