COLOR #749CB6

HEX: #749CB6
RGB: (116,156,182)

Renk bilgisi

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

RGB renk modeli

#749CB6 color RGB value is (116,156,182).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 156 of 255 = 61%
B 182 of 255 = 71%

116
156
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 156 + 182 = 454 (100%)
R 116 of 454 ~ 25.55%
G 156 of 454 ~ 34.36%
B 182 of 454 ~ 40.09%

%25.55
%34.36
%40.09

CMYK RENK MODELİ

#749CB6 rengi CMYK tonu (36,14,0,29).

  • camgöbeği tonu 36.26%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(36,14,0,29)
C36M14Y0K29 
(36%,14%,0%,29%)
(0.36/0.14/0.00/0.29)	

CMYK yüzdeleri

%36.26
%14.29
%0
%28.63

Codes

Color #749CB6 in popluar color models

749CB6
RGB116156182
HSL204°31.13%58.43%
HSB/HSV204°36.26%71.37%
CMYK36.26%14.29%0.00%
28.63%

Color #749CB6 in popluar number systems.

HEX749CB6
Decimal116156182
Binary11101001001110010110110
Octal164234266

Shades and tints

Shades of #749CB6

#749CB6
(116,156,182)
#6A8EA6
(106,142,166)
#608096
(96,128,150)
#567286
(86,114,134)
#4C6476
(76,100,118)
#425666
(66,86,102)
#384856
(56,72,86)
#2E3A46
(46,58,70)
#242C36
(36,44,54)
#1A1E26
(26,30,38)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #749CB6

#749CB6
(116,156,182)
#80A5BC
(128,165,188)
#8CAEC2
(140,174,194)
#98B7C8
(152,183,200)
#A4C0CE
(164,192,206)
#B0C9D4
(176,201,212)
#BCD2DA
(188,210,218)
#C8DBE0
(200,219,224)
#D4E4E6
(212,228,230)
#E0EDEC
(224,237,236)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749CB6 color. Also use rgb(116,156,182) instead hex code.

Text Font Color

.myTextColor { color: #749CB6; }

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

This text font color is #749CB6.


Background Color

.myBgColor { background-color: #749CB6; }

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

This div background color is #749CB6.


Border color

.myBorderColor { border: 1px solid #749CB6; }

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

This div border color is #749CB6.


Opacity

.myOpacity80 { color: #749CB6; opacity: 0.8; }

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

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

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

This text has shadow with #749CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749CB6 on black background.


Color preview on white background

This text has color #749CB6 on white background.



Black color preview on #749CB6 background

This text has black color on #749CB6 background.


White color preview on #749CB6 background

This text has white color on #749CB6 background.