COLOR #426699

HEX: #426699
RGB: (66,102,153)

Renk bilgisi

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

RGB renk modeli

#426699 color RGB value is (66,102,153).

  • kırmız ton 66;
  • yeşil ton 102;
  • mavi ton 153.
RGB:
(66,102,153)
(26%,40%,60%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 102 of 255 = 40%
B 153 of 255 = 60%

66
102
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 102 + 153 = 321 (100%)
R 66 of 321 ~ 20.56%
G 102 of 321 ~ 31.78%
B 153 of 321 ~ 47.66%

%20.56
%31.78
%47.66

CMYK RENK MODELİ

#426699 rengi CMYK tonu (57,33,0,40).

  • camgöbeği tonu 56.86%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(57,33,0,40)
C57M33Y0K40 
(57%,33%,0%,40%)
(0.57/0.33/0.00/0.40)	

CMYK yüzdeleri

%56.86
%33.33
%0
%40

Codes

Color #426699 in popluar color models

426699
RGB66102153
HSL215°39.73%42.94%
HSB/HSV215°56.86%60.00%
CMYK56.86%33.33%0.00%
40.00%

Color #426699 in popluar number systems.

HEX426699
Decimal66102153
Binary1000010110011010011001
Octal102146231

Shades and tints

Shades of #426699

#426699
(66,102,153)
#3C5D8C
(60,93,140)
#36547F
(54,84,127)
#304B72
(48,75,114)
#2A4265
(42,66,101)
#243958
(36,57,88)
#1E304B
(30,48,75)
#18273E
(24,39,62)
#121E31
(18,30,49)
#0C1524
(12,21,36)
#060C17
(6,12,23)
#000000
(0,0,0)

Tints of #426699

#426699
(66,102,153)
#5373A2
(83,115,162)
#6480AB
(100,128,171)
#758DB4
(117,141,180)
#869ABD
(134,154,189)
#97A7C6
(151,167,198)
#A8B4CF
(168,180,207)
#B9C1D8
(185,193,216)
#CACEE1
(202,206,225)
#DBDBEA
(219,219,234)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426699 color. Also use rgb(66,102,153) instead hex code.

Text Font Color

.myTextColor { color: #426699; }

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

This text font color is #426699.


Background Color

.myBgColor { background-color: #426699; }

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

This div background color is #426699.


Border color

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

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

This div border color is #426699.


Opacity

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

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

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

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

This text has shadow with #426699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426699 on black background.


Color preview on white background

This text has color #426699 on white background.



Black color preview on #426699 background

This text has black color on #426699 background.


White color preview on #426699 background

This text has white color on #426699 background.