COLOR #426F88

HEX: #426F88
RGB: (66,111,136)

Renk bilgisi

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

RGB renk modeli

#426F88 color RGB value is (66,111,136).

  • kırmız ton 66;
  • yeşil ton 111;
  • mavi ton 136.
RGB:
(66,111,136)
(26%,44%,53%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 111 of 255 = 44%
B 136 of 255 = 53%

66
111
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 111 + 136 = 313 (100%)
R 66 of 313 ~ 21.09%
G 111 of 313 ~ 35.46%
B 136 of 313 ~ 43.45%

%21.09
%35.46
%43.45

CMYK RENK MODELİ

#426F88 rengi CMYK tonu (51,18,0,47).

  • camgöbeği tonu 51.47%
  • eflatun tonu 18.38%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(51,18,0,47)
C51M18Y0K47 
(51%,18%,0%,47%)
(0.51/0.18/0.00/0.47)	

CMYK yüzdeleri

%51.47
%18.38
%0
%46.67

Codes

Color #426F88 in popluar color models

426F88
RGB66111136
HSL201°34.65%39.61%
HSB/HSV201°51.47%53.33%
CMYK51.47%18.38%0.00%
46.67%

Color #426F88 in popluar number systems.

HEX426F88
Decimal66111136
Binary1000010110111110001000
Octal102157210

Shades and tints

Shades of #426F88

#426F88
(66,111,136)
#3C657C
(60,101,124)
#365B70
(54,91,112)
#305164
(48,81,100)
#2A4758
(42,71,88)
#243D4C
(36,61,76)
#1E3340
(30,51,64)
#182934
(24,41,52)
#121F28
(18,31,40)
#0C151C
(12,21,28)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #426F88

#426F88
(66,111,136)
#537C92
(83,124,146)
#64899C
(100,137,156)
#7596A6
(117,150,166)
#86A3B0
(134,163,176)
#97B0BA
(151,176,186)
#A8BDC4
(168,189,196)
#B9CACE
(185,202,206)
#CAD7D8
(202,215,216)
#DBE4E2
(219,228,226)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426F88 color. Also use rgb(66,111,136) instead hex code.

Text Font Color

.myTextColor { color: #426F88; }

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

This text font color is #426F88.


Background Color

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

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

This div background color is #426F88.


Border color

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

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

This div border color is #426F88.


Opacity

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

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

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

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

This text has shadow with #426F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426F88 on black background.


Color preview on white background

This text has color #426F88 on white background.



Black color preview on #426F88 background

This text has black color on #426F88 background.


White color preview on #426F88 background

This text has white color on #426F88 background.