COLOR #427EBA

HEX: #427EBA
RGB: (66,126,186)

Renk bilgisi

#427EBA contains mainly blue color. #427EBA ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#427EBA color RGB value is (66,126,186).

  • kırmız ton 66;
  • yeşil ton 126;
  • mavi ton 186.
RGB:
(66,126,186)
(26%,49%,73%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 126 of 255 = 49%
B 186 of 255 = 73%

66
126
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 126 + 186 = 378 (100%)
R 66 of 378 ~ 17.46%
G 126 of 378 ~ 33.33%
B 186 of 378 ~ 49.21%

%17.46
%33.33
%49.21

CMYK RENK MODELİ

#427EBA rengi CMYK tonu (65,32,0,27).

  • camgöbeği tonu 64.52%
  • eflatun tonu 32.26%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(65,32,0,27)
C65M32Y0K27 
(65%,32%,0%,27%)
(0.65/0.32/0.00/0.27)	

CMYK yüzdeleri

%64.52
%32.26
%0
%27.06

Codes

Color #427EBA in popluar color models

427EBA
RGB66126186
HSL210°47.62%49.41%
HSB/HSV210°64.52%72.94%
CMYK64.52%32.26%0.00%
27.06%

Color #427EBA in popluar number systems.

HEX427EBA
Decimal66126186
Binary1000010111111010111010
Octal102176272

Shades and tints

Shades of #427EBA

#427EBA
(66,126,186)
#3C73AA
(60,115,170)
#36689A
(54,104,154)
#305D8A
(48,93,138)
#2A527A
(42,82,122)
#24476A
(36,71,106)
#1E3C5A
(30,60,90)
#18314A
(24,49,74)
#12263A
(18,38,58)
#0C1B2A
(12,27,42)
#06101A
(6,16,26)
#000000
(0,0,0)

Tints of #427EBA

#427EBA
(66,126,186)
#5389C0
(83,137,192)
#6494C6
(100,148,198)
#759FCC
(117,159,204)
#86AAD2
(134,170,210)
#97B5D8
(151,181,216)
#A8C0DE
(168,192,222)
#B9CBE4
(185,203,228)
#CAD6EA
(202,214,234)
#DBE1F0
(219,225,240)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427EBA; }

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

This text font color is #427EBA.


Background Color

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

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

This div background color is #427EBA.


Border color

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

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

This div border color is #427EBA.


Opacity

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

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

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

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

This text has shadow with #427EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427EBA on black background.


Color preview on white background

This text has color #427EBA on white background.



Black color preview on #427EBA background

This text has black color on #427EBA background.


White color preview on #427EBA background

This text has white color on #427EBA background.