COLOR #427EAC

HEX: #427EAC
RGB: (66,126,172)

Color info

#427EAC contains mainly green and blue colors. Web safe color of #427EAC is #336699 (or #369).

RGB color model

#427EAC color RGB value is (66,126,172).

  • red value is 66;
  • green value is 126;
  • blue value is 172.
RGB:
(66,126,172)
(26%,49%,67%)

RGB channels and saturation

R 66 of 255 = 26%
G 126 of 255 = 49%
B 172 of 255 = 67%

66
126
172

R + G + B ~ 47%. #427EAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 126 + 172 = 364 (100%)
R 66 of 364 ~ 18.13%
G 126 of 364 ~ 34.62%
B 172 of 364 ~ 47.25%

%18.13
%34.62
%47.25

CMYK color model

#427EAC color CMYK value is (62,27,0,33).

  • cyan value is 61.63%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(62,27,0,33)
C62M27Y0K33 
(62%,27%,0%,33%)
(0.62/0.27/0.00/0.33)	

CMYK percentages

%61.63
%26.74
%0
%32.55

Codes

Color #427EAC in popluar color models

427EAC
RGB66126172
HSL206°44.54%46.67%
HSB/HSV206°61.63%67.45%
CMYK61.63%26.74%0.00%
32.55%

Color #427EAC in popluar number systems.

HEX427EAC
Decimal66126172
Binary1000010111111010101100
Octal102176254

Shades and tints

Shades of #427EAC

#427EAC
(66,126,172)
#3C739D
(60,115,157)
#36688E
(54,104,142)
#305D7F
(48,93,127)
#2A5270
(42,82,112)
#244761
(36,71,97)
#1E3C52
(30,60,82)
#183143
(24,49,67)
#122634
(18,38,52)
#0C1B25
(12,27,37)
#061016
(6,16,22)
#000000
(0,0,0)

Tints of #427EAC

#427EAC
(66,126,172)
#5389B3
(83,137,179)
#6494BA
(100,148,186)
#759FC1
(117,159,193)
#86AAC8
(134,170,200)
#97B5CF
(151,181,207)
#A8C0D6
(168,192,214)
#B9CBDD
(185,203,221)
#CAD6E4
(202,214,228)
#DBE1EB
(219,225,235)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427EAC color. Also use rgb(66,126,172) instead hex code.

Text Font Color

.myTextColor { color: #427EAC; }

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

This text font color is #427EAC.


Background Color

.myBgColor { background-color: #427EAC; }

<div style="background-color:#427EAC">Inner text</div>

This div background color is #427EAC.


Border color

.myBorderColor { border: 1px solid #427EAC; }

<div style="border:3px solid #427EAC">Div</div>

This div border color is #427EAC.


Opacity

.myOpacity80 { color: #427EAC; opacity: 0.8; }

<p style="color:#427EAC;opacity:0.8;">80%</p>

Text with #427EAC 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 #427EAC;}

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

This text has shadow with #427EAC color.

.textShadow {text-shadow: 3px 3px 1px #427EAC, 3px 3px 1px red;}

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

This text has shadow with #427EAC primary color and red secondary color.


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

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

This text has shadow with #427EAC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427EAC on black background.


Color preview on white background

This text has color #427EAC on white background.



Black color preview on #427EAC background

This text has black color on #427EAC background.


White color preview on #427EAC background

This text has white color on #427EAC background.