COLOR #426D86

HEX: #426D86
RGB: (66,109,134)

Renk bilgisi

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

RGB renk modeli

#426D86 color RGB value is (66,109,134).

  • kırmız ton 66;
  • yeşil ton 109;
  • mavi ton 134.
RGB:
(66,109,134)
(26%,43%,53%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 109 of 255 = 43%
B 134 of 255 = 53%

66
109
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 109 + 134 = 309 (100%)
R 66 of 309 ~ 21.36%
G 109 of 309 ~ 35.28%
B 134 of 309 ~ 43.37%

%21.36
%35.28
%43.37

CMYK RENK MODELİ

#426D86 rengi CMYK tonu (51,19,0,47).

  • camgöbeği tonu 50.75%
  • eflatun tonu 18.66%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(51,19,0,47)
C51M19Y0K47 
(51%,19%,0%,47%)
(0.51/0.19/0.00/0.47)	

CMYK yüzdeleri

%50.75
%18.66
%0
%47.45

Codes

Color #426D86 in popluar color models

426D86
RGB66109134
HSL202°34.00%39.22%
HSB/HSV202°50.75%52.55%
CMYK50.75%18.66%0.00%
47.45%

Color #426D86 in popluar number systems.

HEX426D86
Decimal66109134
Binary1000010110110110000110
Octal102155206

Shades and tints

Shades of #426D86

#426D86
(66,109,134)
#3C647A
(60,100,122)
#365B6E
(54,91,110)
#305262
(48,82,98)
#2A4956
(42,73,86)
#24404A
(36,64,74)
#1E373E
(30,55,62)
#182E32
(24,46,50)
#122526
(18,37,38)
#0C1C1A
(12,28,26)
#06130E
(6,19,14)
#000000
(0,0,0)

Tints of #426D86

#426D86
(66,109,134)
#537A91
(83,122,145)
#64879C
(100,135,156)
#7594A7
(117,148,167)
#86A1B2
(134,161,178)
#97AEBD
(151,174,189)
#A8BBC8
(168,187,200)
#B9C8D3
(185,200,211)
#CAD5DE
(202,213,222)
#DBE2E9
(219,226,233)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426D86; }

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

This text font color is #426D86.


Background Color

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

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

This div background color is #426D86.


Border color

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

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

This div border color is #426D86.


Opacity

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

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

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

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

This text has shadow with #426D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D86 on black background.


Color preview on white background

This text has color #426D86 on white background.



Black color preview on #426D86 background

This text has black color on #426D86 background.


White color preview on #426D86 background

This text has white color on #426D86 background.