COLOR #427686

HEX: #427686
RGB: (66,118,134)

Color info

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

RGB color model

#427686 color RGB value is (66,118,134).

  • red value is 66;
  • green value is 118;
  • blue value is 134.
RGB:
(66,118,134)
(26%,46%,53%)

RGB channels and saturation

R 66 of 255 = 26%
G 118 of 255 = 46%
B 134 of 255 = 53%

66
118
134

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

Portions of RGB colors in percentages

R + G + B =
66 + 118 + 134 = 318 (100%)
R 66 of 318 ~ 20.75%
G 118 of 318 ~ 37.11%
B 134 of 318 ~ 42.14%

%20.75
%37.11
%42.14

CMYK color model

#427686 color CMYK value is (51,12,0,47).

  • cyan value is 50.75%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(51,12,0,47)
C51M12Y0K47 
(51%,12%,0%,47%)
(0.51/0.12/0.00/0.47)	

CMYK percentages

%50.75
%11.94
%0
%47.45

Codes

Color #427686 in popluar color models

427686
RGB66118134
HSL194°34.00%39.22%
HSB/HSV194°50.75%52.55%
CMYK50.75%11.94%0.00%
47.45%

Color #427686 in popluar number systems.

HEX427686
Decimal66118134
Binary1000010111011010000110
Octal102166206

Shades and tints

Shades of #427686

#427686
(66,118,134)
#3C6C7A
(60,108,122)
#36626E
(54,98,110)
#305862
(48,88,98)
#2A4E56
(42,78,86)
#24444A
(36,68,74)
#1E3A3E
(30,58,62)
#183032
(24,48,50)
#122626
(18,38,38)
#0C1C1A
(12,28,26)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #427686

#427686
(66,118,134)
#538291
(83,130,145)
#648E9C
(100,142,156)
#759AA7
(117,154,167)
#86A6B2
(134,166,178)
#97B2BD
(151,178,189)
#A8BEC8
(168,190,200)
#B9CAD3
(185,202,211)
#CAD6DE
(202,214,222)
#DBE2E9
(219,226,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427686 color. Also use rgb(66,118,134) instead hex code.

Text Font Color

.myTextColor { color: #427686; }

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

This text font color is #427686.


Background Color

.myBgColor { background-color: #427686; }

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

This div background color is #427686.


Border color

.myBorderColor { border: 1px solid #427686; }

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

This div border color is #427686.


Opacity

.myOpacity80 { color: #427686; opacity: 0.8; }

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

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

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

This text has shadow with #427686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427686 on black background.


Color preview on white background

This text has color #427686 on white background.



Black color preview on #427686 background

This text has black color on #427686 background.


White color preview on #427686 background

This text has white color on #427686 background.