COLOR #49C9F9

HEX: #49C9F9
RGB: (73,201,249)

Renk bilgisi

#49C9F9 contains mainly green and blue colors. #49C9F9 ‘ nin web güvenlik rengi #33CCFF (ya da #3CF) dir.

RGB renk modeli

#49C9F9 color RGB value is (73,201,249).

  • kırmız ton 73;
  • yeşil ton 201;
  • mavi ton 249.
RGB:
(73,201,249)
(29%,79%,98%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 201 of 255 = 79%
B 249 of 255 = 98%

73
201
249

R + G + B ~ 69%. #49C9F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 201 + 249 = 523 (100%)
R 73 of 523 ~ 13.96%
G 201 of 523 ~ 38.43%
B 249 of 523 ~ 47.61%

%13.96
%38.43
%47.61

CMYK RENK MODELİ

#49C9F9 rengi CMYK tonu (71,19,0,2).

  • camgöbeği tonu 70.68%
  • eflatun tonu 19.28%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(71,19,0,2)
C71M19Y0K2 
(71%,19%,0%,2%)
(0.71/0.19/0.00/0.02)	

CMYK yüzdeleri

%70.68
%19.28
%0
%2.35

Codes

Color #49C9F9 in popluar color models

49C9F9
RGB73201249
HSL196°93.62%63.14%
HSB/HSV196°70.68%97.65%
CMYK70.68%19.28%0.00%
2.35%

Color #49C9F9 in popluar number systems.

HEX49C9F9
Decimal73201249
Binary10010011100100111111001
Octal111311371

Shades and tints

Shades of #49C9F9

#49C9F9
(73,201,249)
#43B7E3
(67,183,227)
#3DA5CD
(61,165,205)
#3793B7
(55,147,183)
#3181A1
(49,129,161)
#2B6F8B
(43,111,139)
#255D75
(37,93,117)
#1F4B5F
(31,75,95)
#193949
(25,57,73)
#132733
(19,39,51)
#0D151D
(13,21,29)
#000000
(0,0,0)

Tints of #49C9F9

#49C9F9
(73,201,249)
#59CDF9
(89,205,249)
#69D1F9
(105,209,249)
#79D5F9
(121,213,249)
#89D9F9
(137,217,249)
#99DDF9
(153,221,249)
#A9E1F9
(169,225,249)
#B9E5F9
(185,229,249)
#C9E9F9
(201,233,249)
#D9EDF9
(217,237,249)
#E9F1F9
(233,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C9F9 color. Also use rgb(73,201,249) instead hex code.

Text Font Color

.myTextColor { color: #49C9F9; }

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

This text font color is #49C9F9.


Background Color

.myBgColor { background-color: #49C9F9; }

<div style="background-color:#49C9F9">Inner text</div>

This div background color is #49C9F9.


Border color

.myBorderColor { border: 1px solid #49C9F9; }

<div style="border:3px solid #49C9F9">Div</div>

This div border color is #49C9F9.


Opacity

.myOpacity80 { color: #49C9F9; opacity: 0.8; }

<p style="color:#49C9F9;opacity:0.8;">80%</p>

Text with #49C9F9 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 #49C9F9;}

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

This text has shadow with #49C9F9 color.

.textShadow {text-shadow: 3px 3px 1px #49C9F9, 3px 3px 1px red;}

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

This text has shadow with #49C9F9 primary color and red secondary color.


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

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

This text has shadow with #49C9F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49C9F9 on black background.


Color preview on white background

This text has color #49C9F9 on white background.



Black color preview on #49C9F9 background

This text has black color on #49C9F9 background.


White color preview on #49C9F9 background

This text has white color on #49C9F9 background.