COLOR #749FD6

HEX: #749FD6
RGB: (116,159,214)

Renk bilgisi

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

RGB renk modeli

#749FD6 color RGB value is (116,159,214).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 159 of 255 = 62%
B 214 of 255 = 84%

116
159
214

R + G + B ~ 64%. #749FD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 159 + 214 = 489 (100%)
R 116 of 489 ~ 23.72%
G 159 of 489 ~ 32.52%
B 214 of 489 ~ 43.76%

%23.72
%32.52
%43.76

CMYK RENK MODELİ

#749FD6 rengi CMYK tonu (46,26,0,16).

  • camgöbeği tonu 45.79%
  • eflatun tonu 25.70%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(46,26,0,16)
C46M26Y0K16 
(46%,26%,0%,16%)
(0.46/0.26/0.00/0.16)	

CMYK yüzdeleri

%45.79
%25.7
%0
%16.08

Codes

Color #749FD6 in popluar color models

749FD6
RGB116159214
HSL214°54.44%64.71%
HSB/HSV214°45.79%83.92%
CMYK45.79%25.70%0.00%
16.08%

Color #749FD6 in popluar number systems.

HEX749FD6
Decimal116159214
Binary11101001001111111010110
Octal164237326

Shades and tints

Shades of #749FD6

#749FD6
(116,159,214)
#6A91C3
(106,145,195)
#6083B0
(96,131,176)
#56759D
(86,117,157)
#4C678A
(76,103,138)
#425977
(66,89,119)
#384B64
(56,75,100)
#2E3D51
(46,61,81)
#242F3E
(36,47,62)
#1A212B
(26,33,43)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #749FD6

#749FD6
(116,159,214)
#80A7D9
(128,167,217)
#8CAFDC
(140,175,220)
#98B7DF
(152,183,223)
#A4BFE2
(164,191,226)
#B0C7E5
(176,199,229)
#BCCFE8
(188,207,232)
#C8D7EB
(200,215,235)
#D4DFEE
(212,223,238)
#E0E7F1
(224,231,241)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749FD6; }

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

This text font color is #749FD6.


Background Color

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

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

This div background color is #749FD6.


Border color

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

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

This div border color is #749FD6.


Opacity

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

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

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

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

This text has shadow with #749FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749FD6 on black background.


Color preview on white background

This text has color #749FD6 on white background.



Black color preview on #749FD6 background

This text has black color on #749FD6 background.


White color preview on #749FD6 background

This text has white color on #749FD6 background.