COLOR #426DA7

HEX: #426DA7
RGB: (66,109,167)

Renk bilgisi

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

RGB renk modeli

#426DA7 color RGB value is (66,109,167).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 109 of 255 = 43%
B 167 of 255 = 65%

66
109
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 109 + 167 = 342 (100%)
R 66 of 342 ~ 19.3%
G 109 of 342 ~ 31.87%
B 167 of 342 ~ 48.83%

%19.3
%31.87
%48.83

CMYK RENK MODELİ

#426DA7 rengi CMYK tonu (60,35,0,35).

  • camgöbeği tonu 60.48%
  • eflatun tonu 34.73%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(60,35,0,35)
C60M35Y0K35 
(60%,35%,0%,35%)
(0.60/0.35/0.00/0.35)	

CMYK yüzdeleri

%60.48
%34.73
%0
%34.51

Codes

Color #426DA7 in popluar color models

426DA7
RGB66109167
HSL214°43.35%45.69%
HSB/HSV214°60.48%65.49%
CMYK60.48%34.73%0.00%
34.51%

Color #426DA7 in popluar number systems.

HEX426DA7
Decimal66109167
Binary1000010110110110100111
Octal102155247

Shades and tints

Shades of #426DA7

#426DA7
(66,109,167)
#3C6498
(60,100,152)
#365B89
(54,91,137)
#30527A
(48,82,122)
#2A496B
(42,73,107)
#24405C
(36,64,92)
#1E374D
(30,55,77)
#182E3E
(24,46,62)
#12252F
(18,37,47)
#0C1C20
(12,28,32)
#061311
(6,19,17)
#000000
(0,0,0)

Tints of #426DA7

#426DA7
(66,109,167)
#537AAF
(83,122,175)
#6487B7
(100,135,183)
#7594BF
(117,148,191)
#86A1C7
(134,161,199)
#97AECF
(151,174,207)
#A8BBD7
(168,187,215)
#B9C8DF
(185,200,223)
#CAD5E7
(202,213,231)
#DBE2EF
(219,226,239)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426DA7; }

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

This text font color is #426DA7.


Background Color

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

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

This div background color is #426DA7.


Border color

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

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

This div border color is #426DA7.


Opacity

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

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

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

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

This text has shadow with #426DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426DA7 on black background.


Color preview on white background

This text has color #426DA7 on white background.



Black color preview on #426DA7 background

This text has black color on #426DA7 background.


White color preview on #426DA7 background

This text has white color on #426DA7 background.