COLOR #427AB6

HEX: #427AB6 RGB: (66,122,182)

Color info

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

RGB color model

#427AB6 color RGB value is (66,122,182).

RGB: (66,122,182) (26%, 48%, 71%)

RGB channels and saturation

R 66 of 255 = 26%
G 122 of 255 = 48%
B 182 of 255 = 71%

66
122
182

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

Portions of RGB colors in percentages

R + G + B = 66 + 122 + 182 = 370 (100%)
R 66 of 370 ~ 17.84%
G 122 of 370 ~ 32.97%
B 182 of 370 ~ 49.19'%

%17.84
%32.97
%49.19

CMYK color model

#427AB6 color CMYK value is (64,33,0,29).

  • cyan value is 63.74%
  • magenta value is 32.97%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (64,33,0,29)
C64M33Y0K29 (64%, 33%, 0%, 29%)
(0.64 / 0.33 / 0.00 / 0.29)

CMYK percentages

%63.74
%32.97
%0
%28.63

Codes

Color #427AB6 in popluar color models

42 7A B6
RGB 66 122 182
HSL 211° 46.77% 48.63%
HSB/HSV 211° 63.74% 71.37%
CMYK 63.74% 32.97% 0.00%
28.63%

Color #427AB6 in popluar number systems.

HEX 42 7A B6
Decimal 66 122 182
Binary 1000010 1111010 10110110
Octal 102 172 266

Shades and tints

Shades of #427AB6

#427AB6
(66,122,182)
#3C6FA6
(60,111,166)
#366496
(54,100,150)
#305986
(48,89,134)
#2A4E76
(42,78,118)
#244366
(36,67,102)
#1E3856
(30,56,86)
#182D46
(24,45,70)
#122236
(18,34,54)
#0C1726
(12,23,38)
#060C16
(6,12,22)
#000000
(0,0,0)

Tints of #427AB6

#427AB6
(66,122,182)
#5386BC
(83,134,188)
#6492C2
(100,146,194)
#759EC8
(117,158,200)
#86AACE
(134,170,206)
#97B6D4
(151,182,212)
#A8C2DA
(168,194,218)
#B9CEE0
(185,206,224)
#CADAE6
(202,218,230)
#DBE6EC
(219,230,236)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427AB6 color. Also use rgb(66,122,182) instead hex code.

Text Font Color

.myTextColor { color: #427AB6; }

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

This text font color is #427AB6.

Background Color

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

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

This div background color is #427AB6.

Border color

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

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

This div border color is #427AB6.

Opacity

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

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

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

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

This text has shadow with #427AB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #427AB6.

Preview

Color preview on black background

This text has color #427AB6 on black background.


Color preview on white background

This text has color #427AB6 on white background.


Black color preview on #427AB6 background

This text has black color on #427AB6 background.


White color preview on #427AB6 background

This text has white color on #427AB6 background.


Related colors

Complementary color

Complementary color for #hex is #BD8549.


I love getcolorcode.com

Triadic colors

1 #B6427A and #7AB642 with #427AB6 are triadic colors.

2 #B67A42 and #7A42B6 with #427AB6 are triadic colors.