COLOR #749EC6

HEX: #749EC6
RGB: (116,158,198)

Renk bilgisi

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

RGB renk modeli

#749EC6 color RGB value is (116,158,198).

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

RGB bağlantıları ve doygunluk

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

116
158
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 158 + 198 = 472 (100%)
R 116 of 472 ~ 24.58%
G 158 of 472 ~ 33.47%
B 198 of 472 ~ 41.95%

%24.58
%33.47
%41.95

CMYK RENK MODELİ

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

  • camgöbeği tonu 41.41%
  • eflatun tonu 20.20%
  • 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
%20.2
%0
%22.35

Codes

Color #749EC6 in popluar color models

749EC6
RGB116158198
HSL209°41.84%61.57%
HSB/HSV209°41.41%77.65%
CMYK41.41%20.20%0.00%
22.35%

Color #749EC6 in popluar number systems.

HEX749EC6
Decimal116158198
Binary11101001001111011000110
Octal164236306

Shades and tints

Shades of #749EC6

#749EC6
(116,158,198)
#6A90B4
(106,144,180)
#6082A2
(96,130,162)
#567490
(86,116,144)
#4C667E
(76,102,126)
#42586C
(66,88,108)
#384A5A
(56,74,90)
#2E3C48
(46,60,72)
#242E36
(36,46,54)
#1A2024
(26,32,36)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #749EC6

#749EC6
(116,158,198)
#80A6CB
(128,166,203)
#8CAED0
(140,174,208)
#98B6D5
(152,182,213)
#A4BEDA
(164,190,218)
#B0C6DF
(176,198,223)
#BCCEE4
(188,206,228)
#C8D6E9
(200,214,233)
#D4DEEE
(212,222,238)
#E0E6F3
(224,230,243)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749EC6; }

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

This text font color is #749EC6.


Background Color

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

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

This div background color is #749EC6.


Border color

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

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

This div border color is #749EC6.


Opacity

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

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

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

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

This text has shadow with #749EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749EC6 on black background.


Color preview on white background

This text has color #749EC6 on white background.



Black color preview on #749EC6 background

This text has black color on #749EC6 background.


White color preview on #749EC6 background

This text has white color on #749EC6 background.