COLOR #426589

HEX: #426589
RGB: (66,101,137)

Renk bilgisi

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

RGB renk modeli

#426589 color RGB value is (66,101,137).

  • kırmız ton 66;
  • yeşil ton 101;
  • mavi ton 137.
RGB:
(66,101,137)
(26%,40%,54%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 101 of 255 = 40%
B 137 of 255 = 54%

66
101
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 101 + 137 = 304 (100%)
R 66 of 304 ~ 21.71%
G 101 of 304 ~ 33.22%
B 137 of 304 ~ 45.07%

%21.71
%33.22
%45.07

CMYK RENK MODELİ

#426589 rengi CMYK tonu (52,26,0,46).

  • camgöbeği tonu 51.82%
  • eflatun tonu 26.28%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(52,26,0,46)
C52M26Y0K46 
(52%,26%,0%,46%)
(0.52/0.26/0.00/0.46)	

CMYK yüzdeleri

%51.82
%26.28
%0
%46.27

Codes

Color #426589 in popluar color models

426589
RGB66101137
HSL210°34.98%39.80%
HSB/HSV210°51.82%53.73%
CMYK51.82%26.28%0.00%
46.27%

Color #426589 in popluar number systems.

HEX426589
Decimal66101137
Binary1000010110010110001001
Octal102145211

Shades and tints

Shades of #426589

#426589
(66,101,137)
#3C5C7D
(60,92,125)
#365371
(54,83,113)
#304A65
(48,74,101)
#2A4159
(42,65,89)
#24384D
(36,56,77)
#1E2F41
(30,47,65)
#182635
(24,38,53)
#121D29
(18,29,41)
#0C141D
(12,20,29)
#060B11
(6,11,17)
#000000
(0,0,0)

Tints of #426589

#426589
(66,101,137)
#537393
(83,115,147)
#64819D
(100,129,157)
#758FA7
(117,143,167)
#869DB1
(134,157,177)
#97ABBB
(151,171,187)
#A8B9C5
(168,185,197)
#B9C7CF
(185,199,207)
#CAD5D9
(202,213,217)
#DBE3E3
(219,227,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426589 color. Also use rgb(66,101,137) instead hex code.

Text Font Color

.myTextColor { color: #426589; }

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

This text font color is #426589.


Background Color

.myBgColor { background-color: #426589; }

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

This div background color is #426589.


Border color

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

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

This div border color is #426589.


Opacity

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

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

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

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

This text has shadow with #426589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426589 on black background.


Color preview on white background

This text has color #426589 on white background.



Black color preview on #426589 background

This text has black color on #426589 background.


White color preview on #426589 background

This text has white color on #426589 background.