COLOR #426C90

HEX: #426C90
RGB: (66,108,144)

Renk bilgisi

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

RGB renk modeli

#426C90 color RGB value is (66,108,144).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 108 of 255 = 42%
B 144 of 255 = 56%

66
108
144

R + G + B ~ 41%. #426C90 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 108 + 144 = 318 (100%)
R 66 of 318 ~ 20.75%
G 108 of 318 ~ 33.96%
B 144 of 318 ~ 45.28%

%20.75
%33.96
%45.28

CMYK RENK MODELİ

#426C90 rengi CMYK tonu (54,25,0,44).

  • camgöbeği tonu 54.17%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(54,25,0,44)
C54M25Y0K44 
(54%,25%,0%,44%)
(0.54/0.25/0.00/0.44)	

CMYK yüzdeleri

%54.17
%25
%0
%43.53

Codes

Color #426C90 in popluar color models

426C90
RGB66108144
HSL208°37.14%41.18%
HSB/HSV208°54.17%56.47%
CMYK54.17%25.00%0.00%
43.53%

Color #426C90 in popluar number systems.

HEX426C90
Decimal66108144
Binary1000010110110010010000
Octal102154220

Shades and tints

Shades of #426C90

#426C90
(66,108,144)
#3C6383
(60,99,131)
#365A76
(54,90,118)
#305169
(48,81,105)
#2A485C
(42,72,92)
#243F4F
(36,63,79)
#1E3642
(30,54,66)
#182D35
(24,45,53)
#122428
(18,36,40)
#0C1B1B
(12,27,27)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #426C90

#426C90
(66,108,144)
#53799A
(83,121,154)
#6486A4
(100,134,164)
#7593AE
(117,147,174)
#86A0B8
(134,160,184)
#97ADC2
(151,173,194)
#A8BACC
(168,186,204)
#B9C7D6
(185,199,214)
#CAD4E0
(202,212,224)
#DBE1EA
(219,225,234)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426C90; }

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

This text font color is #426C90.


Background Color

.myBgColor { background-color: #426C90; }

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

This div background color is #426C90.


Border color

.myBorderColor { border: 1px solid #426C90; }

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

This div border color is #426C90.


Opacity

.myOpacity80 { color: #426C90; opacity: 0.8; }

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

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

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

This text has shadow with #426C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426C90 on black background.


Color preview on white background

This text has color #426C90 on white background.



Black color preview on #426C90 background

This text has black color on #426C90 background.


White color preview on #426C90 background

This text has white color on #426C90 background.