COLOR #426D8D

HEX: #426D8D
RGB: (66,109,141)

Renk bilgisi

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

RGB renk modeli

#426D8D color RGB value is (66,109,141).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 109 of 255 = 43%
B 141 of 255 = 55%

66
109
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 109 + 141 = 316 (100%)
R 66 of 316 ~ 20.89%
G 109 of 316 ~ 34.49%
B 141 of 316 ~ 44.62%

%20.89
%34.49
%44.62

CMYK RENK MODELİ

#426D8D rengi CMYK tonu (53,23,0,45).

  • camgöbeği tonu 53.19%
  • eflatun tonu 22.70%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(53,23,0,45)
C53M23Y0K45 
(53%,23%,0%,45%)
(0.53/0.23/0.00/0.45)	

CMYK yüzdeleri

%53.19
%22.7
%0
%44.71

Codes

Color #426D8D in popluar color models

426D8D
RGB66109141
HSL206°36.23%40.59%
HSB/HSV206°53.19%55.29%
CMYK53.19%22.70%0.00%
44.71%

Color #426D8D in popluar number systems.

HEX426D8D
Decimal66109141
Binary1000010110110110001101
Octal102155215

Shades and tints

Shades of #426D8D

#426D8D
(66,109,141)
#3C6481
(60,100,129)
#365B75
(54,91,117)
#305269
(48,82,105)
#2A495D
(42,73,93)
#244051
(36,64,81)
#1E3745
(30,55,69)
#182E39
(24,46,57)
#12252D
(18,37,45)
#0C1C21
(12,28,33)
#061315
(6,19,21)
#000000
(0,0,0)

Tints of #426D8D

#426D8D
(66,109,141)
#537A97
(83,122,151)
#6487A1
(100,135,161)
#7594AB
(117,148,171)
#86A1B5
(134,161,181)
#97AEBF
(151,174,191)
#A8BBC9
(168,187,201)
#B9C8D3
(185,200,211)
#CAD5DD
(202,213,221)
#DBE2E7
(219,226,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426D8D; }

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

This text font color is #426D8D.


Background Color

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

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

This div background color is #426D8D.


Border color

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

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

This div border color is #426D8D.


Opacity

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

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

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

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

This text has shadow with #426D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D8D on black background.


Color preview on white background

This text has color #426D8D on white background.



Black color preview on #426D8D background

This text has black color on #426D8D background.


White color preview on #426D8D background

This text has white color on #426D8D background.