COLOR #426DB6

HEX: #426DB6
RGB: (66,109,182)

Renk bilgisi

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

RGB renk modeli

#426DB6 color RGB value is (66,109,182).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 109 of 255 = 43%
B 182 of 255 = 71%

66
109
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 109 + 182 = 357 (100%)
R 66 of 357 ~ 18.49%
G 109 of 357 ~ 30.53%
B 182 of 357 ~ 50.98%

%18.49
%30.53
%50.98

CMYK RENK MODELİ

#426DB6 rengi CMYK tonu (64,40,0,29).

  • camgöbeği tonu 63.74%
  • eflatun tonu 40.11%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(64,40,0,29)
C64M40Y0K29 
(64%,40%,0%,29%)
(0.64/0.40/0.00/0.29)	

CMYK yüzdeleri

%63.74
%40.11
%0
%28.63

Codes

Color #426DB6 in popluar color models

426DB6
RGB66109182
HSL218°46.77%48.63%
HSB/HSV218°63.74%71.37%
CMYK63.74%40.11%0.00%
28.63%

Color #426DB6 in popluar number systems.

HEX426DB6
Decimal66109182
Binary1000010110110110110110
Octal102155266

Shades and tints

Shades of #426DB6

#426DB6
(66,109,182)
#3C64A6
(60,100,166)
#365B96
(54,91,150)
#305286
(48,82,134)
#2A4976
(42,73,118)
#244066
(36,64,102)
#1E3756
(30,55,86)
#182E46
(24,46,70)
#122536
(18,37,54)
#0C1C26
(12,28,38)
#061316
(6,19,22)
#000000
(0,0,0)

Tints of #426DB6

#426DB6
(66,109,182)
#537ABC
(83,122,188)
#6487C2
(100,135,194)
#7594C8
(117,148,200)
#86A1CE
(134,161,206)
#97AED4
(151,174,212)
#A8BBDA
(168,187,218)
#B9C8E0
(185,200,224)
#CAD5E6
(202,213,230)
#DBE2EC
(219,226,236)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426DB6; }

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

This text font color is #426DB6.


Background Color

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

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

This div background color is #426DB6.


Border color

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

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

This div border color is #426DB6.


Opacity

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

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

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

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

This text has shadow with #426DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426DB6 on black background.


Color preview on white background

This text has color #426DB6 on white background.



Black color preview on #426DB6 background

This text has black color on #426DB6 background.


White color preview on #426DB6 background

This text has white color on #426DB6 background.