COLOR #427090

HEX: #427090
RGB: (66,112,144)

Renk bilgisi

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

RGB renk modeli

#427090 color RGB value is (66,112,144).

  • kırmız ton 66;
  • yeşil ton 112;
  • mavi ton 144.
RGB:
(66,112,144)
(26%,44%,56%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 112 of 255 = 44%
B 144 of 255 = 56%

66
112
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 112 + 144 = 322 (100%)
R 66 of 322 ~ 20.5%
G 112 of 322 ~ 34.78%
B 144 of 322 ~ 44.72%

%20.5
%34.78
%44.72

CMYK RENK MODELİ

#427090 rengi CMYK tonu (54,22,0,44).

  • camgöbeği tonu 54.17%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(54,22,0,44)
C54M22Y0K44 
(54%,22%,0%,44%)
(0.54/0.22/0.00/0.44)	

CMYK yüzdeleri

%54.17
%22.22
%0
%43.53

Codes

Color #427090 in popluar color models

427090
RGB66112144
HSL205°37.14%41.18%
HSB/HSV205°54.17%56.47%
CMYK54.17%22.22%0.00%
43.53%

Color #427090 in popluar number systems.

HEX427090
Decimal66112144
Binary1000010111000010010000
Octal102160220

Shades and tints

Shades of #427090

#427090
(66,112,144)
#3C6683
(60,102,131)
#365C76
(54,92,118)
#305269
(48,82,105)
#2A485C
(42,72,92)
#243E4F
(36,62,79)
#1E3442
(30,52,66)
#182A35
(24,42,53)
#122028
(18,32,40)
#0C161B
(12,22,27)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #427090

#427090
(66,112,144)
#537D9A
(83,125,154)
#648AA4
(100,138,164)
#7597AE
(117,151,174)
#86A4B8
(134,164,184)
#97B1C2
(151,177,194)
#A8BECC
(168,190,204)
#B9CBD6
(185,203,214)
#CAD8E0
(202,216,224)
#DBE5EA
(219,229,234)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427090 color. Also use rgb(66,112,144) instead hex code.

Text Font Color

.myTextColor { color: #427090; }

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

This text font color is #427090.


Background Color

.myBgColor { background-color: #427090; }

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

This div background color is #427090.


Border color

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

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

This div border color is #427090.


Opacity

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

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

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

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

This text has shadow with #427090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427090 on black background.


Color preview on white background

This text has color #427090 on white background.



Black color preview on #427090 background

This text has black color on #427090 background.


White color preview on #427090 background

This text has white color on #427090 background.