COLOR #739BB6

HEX: #739BB6
RGB: (115,155,182)

Renk bilgisi

#739BB6 contains mainly green and blue colors. #739BB6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#739BB6 color RGB value is (115,155,182).

  • kırmız ton 115;
  • yeşil ton 155;
  • mavi ton 182.
RGB:
(115,155,182)
(45%,61%,71%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 155 of 255 = 61%
B 182 of 255 = 71%

115
155
182

R + G + B ~ 59%. #739BB6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 155 + 182 = 452 (100%)
R 115 of 452 ~ 25.44%
G 155 of 452 ~ 34.29%
B 182 of 452 ~ 40.27%

%25.44
%34.29
%40.27

CMYK RENK MODELİ

#739BB6 rengi CMYK tonu (37,15,0,29).

  • camgöbeği tonu 36.81%
  • eflatun tonu 14.84%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(37,15,0,29)
C37M15Y0K29 
(37%,15%,0%,29%)
(0.37/0.15/0.00/0.29)	

CMYK yüzdeleri

%36.81
%14.84
%0
%28.63

Codes

Color #739BB6 in popluar color models

739BB6
RGB115155182
HSL204°31.46%58.24%
HSB/HSV204°36.81%71.37%
CMYK36.81%14.84%0.00%
28.63%

Color #739BB6 in popluar number systems.

HEX739BB6
Decimal115155182
Binary11100111001101110110110
Octal163233266

Shades and tints

Shades of #739BB6

#739BB6
(115,155,182)
#698DA6
(105,141,166)
#5F7F96
(95,127,150)
#557186
(85,113,134)
#4B6376
(75,99,118)
#415566
(65,85,102)
#374756
(55,71,86)
#2D3946
(45,57,70)
#232B36
(35,43,54)
#191D26
(25,29,38)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #739BB6

#739BB6
(115,155,182)
#7FA4BC
(127,164,188)
#8BADC2
(139,173,194)
#97B6C8
(151,182,200)
#A3BFCE
(163,191,206)
#AFC8D4
(175,200,212)
#BBD1DA
(187,209,218)
#C7DAE0
(199,218,224)
#D3E3E6
(211,227,230)
#DFECEC
(223,236,236)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739BB6 color. Also use rgb(115,155,182) instead hex code.

Text Font Color

.myTextColor { color: #739BB6; }

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

This text font color is #739BB6.


Background Color

.myBgColor { background-color: #739BB6; }

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

This div background color is #739BB6.


Border color

.myBorderColor { border: 1px solid #739BB6; }

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

This div border color is #739BB6.


Opacity

.myOpacity80 { color: #739BB6; opacity: 0.8; }

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

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

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

This text has shadow with #739BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739BB6 on black background.


Color preview on white background

This text has color #739BB6 on white background.



Black color preview on #739BB6 background

This text has black color on #739BB6 background.


White color preview on #739BB6 background

This text has white color on #739BB6 background.