COLOR #49B0F9

HEX: #49B0F9
RGB: (73,176,249)

Renk bilgisi

#49B0F9 contains mainly blue color. #49B0F9 ‘ nin web güvenlik rengi #3399FF (ya da #39F) dir.

RGB renk modeli

#49B0F9 color RGB value is (73,176,249).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 176 of 255 = 69%
B 249 of 255 = 98%

73
176
249

R + G + B ~ 65%. #49B0F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 176 + 249 = 498 (100%)
R 73 of 498 ~ 14.66%
G 176 of 498 ~ 35.34%
B 249 of 498 ~ 50%

%14.66
%35.34
%50

CMYK RENK MODELİ

#49B0F9 rengi CMYK tonu (71,29,0,2).

  • camgöbeği tonu 70.68%
  • eflatun tonu 29.32%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(71,29,0,2)
C71M29Y0K2 
(71%,29%,0%,2%)
(0.71/0.29/0.00/0.02)	

CMYK yüzdeleri

%70.68
%29.32
%0
%2.35

Codes

Color #49B0F9 in popluar color models

49B0F9
RGB73176249
HSL205°93.62%63.14%
HSB/HSV205°70.68%97.65%
CMYK70.68%29.32%0.00%
2.35%

Color #49B0F9 in popluar number systems.

HEX49B0F9
Decimal73176249
Binary10010011011000011111001
Octal111260371

Shades and tints

Shades of #49B0F9

#49B0F9
(73,176,249)
#43A0E3
(67,160,227)
#3D90CD
(61,144,205)
#3780B7
(55,128,183)
#3170A1
(49,112,161)
#2B608B
(43,96,139)
#255075
(37,80,117)
#1F405F
(31,64,95)
#193049
(25,48,73)
#132033
(19,32,51)
#0D101D
(13,16,29)
#000000
(0,0,0)

Tints of #49B0F9

#49B0F9
(73,176,249)
#59B7F9
(89,183,249)
#69BEF9
(105,190,249)
#79C5F9
(121,197,249)
#89CCF9
(137,204,249)
#99D3F9
(153,211,249)
#A9DAF9
(169,218,249)
#B9E1F9
(185,225,249)
#C9E8F9
(201,232,249)
#D9EFF9
(217,239,249)
#E9F6F9
(233,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49B0F9; }

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

This text font color is #49B0F9.


Background Color

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

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

This div background color is #49B0F9.


Border color

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

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

This div border color is #49B0F9.


Opacity

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

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

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

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

This text has shadow with #49B0F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B0F9 on black background.


Color preview on white background

This text has color #49B0F9 on white background.



Black color preview on #49B0F9 background

This text has black color on #49B0F9 background.


White color preview on #49B0F9 background

This text has white color on #49B0F9 background.