COLOR #749FC6

HEX: #749FC6
RGB: (116,159,198)

Renk bilgisi

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

RGB renk modeli

#749FC6 color RGB value is (116,159,198).

  • kırmız ton 116;
  • yeşil ton 159;
  • mavi ton 198.
RGB:
(116,159,198)
(45%,62%,78%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 159 of 255 = 62%
B 198 of 255 = 78%

116
159
198

R + G + B ~ 62%. #749FC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 159 + 198 = 473 (100%)
R 116 of 473 ~ 24.52%
G 159 of 473 ~ 33.62%
B 198 of 473 ~ 41.86%

%24.52
%33.62
%41.86

CMYK RENK MODELİ

#749FC6 rengi CMYK tonu (41,20,0,22).

  • camgöbeği tonu 41.41%
  • eflatun tonu 19.70%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(41,20,0,22)
C41M20Y0K22 
(41%,20%,0%,22%)
(0.41/0.20/0.00/0.22)	

CMYK yüzdeleri

%41.41
%19.7
%0
%22.35

Codes

Color #749FC6 in popluar color models

749FC6
RGB116159198
HSL209°41.84%61.57%
HSB/HSV209°41.41%77.65%
CMYK41.41%19.70%0.00%
22.35%

Color #749FC6 in popluar number systems.

HEX749FC6
Decimal116159198
Binary11101001001111111000110
Octal164237306

Shades and tints

Shades of #749FC6

#749FC6
(116,159,198)
#6A91B4
(106,145,180)
#6083A2
(96,131,162)
#567590
(86,117,144)
#4C677E
(76,103,126)
#42596C
(66,89,108)
#384B5A
(56,75,90)
#2E3D48
(46,61,72)
#242F36
(36,47,54)
#1A2124
(26,33,36)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #749FC6

#749FC6
(116,159,198)
#80A7CB
(128,167,203)
#8CAFD0
(140,175,208)
#98B7D5
(152,183,213)
#A4BFDA
(164,191,218)
#B0C7DF
(176,199,223)
#BCCFE4
(188,207,228)
#C8D7E9
(200,215,233)
#D4DFEE
(212,223,238)
#E0E7F3
(224,231,243)
#ECEFF8
(236,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749FC6 color. Also use rgb(116,159,198) instead hex code.

Text Font Color

.myTextColor { color: #749FC6; }

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

This text font color is #749FC6.


Background Color

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

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

This div background color is #749FC6.


Border color

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

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

This div border color is #749FC6.


Opacity

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

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

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

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

This text has shadow with #749FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749FC6 on black background.


Color preview on white background

This text has color #749FC6 on white background.



Black color preview on #749FC6 background

This text has black color on #749FC6 background.


White color preview on #749FC6 background

This text has white color on #749FC6 background.