COLOR #427CAB

HEX: #427CAB
RGB: (66,124,171)

Renk bilgisi

#427CAB contains mainly green and blue colors. #427CAB ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#427CAB color RGB value is (66,124,171).

  • kırmız ton 66;
  • yeşil ton 124;
  • mavi ton 171.
RGB:
(66,124,171)
(26%,49%,67%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 124 of 255 = 49%
B 171 of 255 = 67%

66
124
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 124 + 171 = 361 (100%)
R 66 of 361 ~ 18.28%
G 124 of 361 ~ 34.35%
B 171 of 361 ~ 47.37%

%18.28
%34.35
%47.37

CMYK RENK MODELİ

#427CAB rengi CMYK tonu (61,27,0,33).

  • camgöbeği tonu 61.40%
  • eflatun tonu 27.49%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(61,27,0,33)
C61M27Y0K33 
(61%,27%,0%,33%)
(0.61/0.27/0.00/0.33)	

CMYK yüzdeleri

%61.4
%27.49
%0
%32.94

Codes

Color #427CAB in popluar color models

427CAB
RGB66124171
HSL207°44.30%46.47%
HSB/HSV207°61.40%67.06%
CMYK61.40%27.49%0.00%
32.94%

Color #427CAB in popluar number systems.

HEX427CAB
Decimal66124171
Binary1000010111110010101011
Octal102174253

Shades and tints

Shades of #427CAB

#427CAB
(66,124,171)
#3C719C
(60,113,156)
#36668D
(54,102,141)
#305B7E
(48,91,126)
#2A506F
(42,80,111)
#244560
(36,69,96)
#1E3A51
(30,58,81)
#182F42
(24,47,66)
#122433
(18,36,51)
#0C1924
(12,25,36)
#060E15
(6,14,21)
#000000
(0,0,0)

Tints of #427CAB

#427CAB
(66,124,171)
#5387B2
(83,135,178)
#6492B9
(100,146,185)
#759DC0
(117,157,192)
#86A8C7
(134,168,199)
#97B3CE
(151,179,206)
#A8BED5
(168,190,213)
#B9C9DC
(185,201,220)
#CAD4E3
(202,212,227)
#DBDFEA
(219,223,234)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427CAB color. Also use rgb(66,124,171) instead hex code.

Text Font Color

.myTextColor { color: #427CAB; }

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

This text font color is #427CAB.


Background Color

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

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

This div background color is #427CAB.


Border color

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

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

This div border color is #427CAB.


Opacity

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

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

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

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

This text has shadow with #427CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427CAB on black background.


Color preview on white background

This text has color #427CAB on white background.



Black color preview on #427CAB background

This text has black color on #427CAB background.


White color preview on #427CAB background

This text has white color on #427CAB background.