COLOR #49A8E4

HEX: #49A8E4
RGB: (73,168,228)

Renk bilgisi

#49A8E4 contains mainly blue color. #49A8E4 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#49A8E4 color RGB value is (73,168,228).

  • kırmız ton 73;
  • yeşil ton 168;
  • mavi ton 228.
RGB:
(73,168,228)
(29%,66%,89%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 168 of 255 = 66%
B 228 of 255 = 89%

73
168
228

R + G + B ~ 61%. #49A8E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 168 + 228 = 469 (100%)
R 73 of 469 ~ 15.57%
G 168 of 469 ~ 35.82%
B 228 of 469 ~ 48.61%

%15.57
%35.82
%48.61

CMYK RENK MODELİ

#49A8E4 rengi CMYK tonu (68,26,0,11).

  • camgöbeği tonu 67.98%
  • eflatun tonu 26.32%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(68,26,0,11)
C68M26Y0K11 
(68%,26%,0%,11%)
(0.68/0.26/0.00/0.11)	

CMYK yüzdeleri

%67.98
%26.32
%0
%10.59

Codes

Color #49A8E4 in popluar color models

49A8E4
RGB73168228
HSL203°74.16%59.02%
HSB/HSV203°67.98%89.41%
CMYK67.98%26.32%0.00%
10.59%

Color #49A8E4 in popluar number systems.

HEX49A8E4
Decimal73168228
Binary10010011010100011100100
Octal111250344

Shades and tints

Shades of #49A8E4

#49A8E4
(73,168,228)
#4399D0
(67,153,208)
#3D8ABC
(61,138,188)
#377BA8
(55,123,168)
#316C94
(49,108,148)
#2B5D80
(43,93,128)
#254E6C
(37,78,108)
#1F3F58
(31,63,88)
#193044
(25,48,68)
#132130
(19,33,48)
#0D121C
(13,18,28)
#000000
(0,0,0)

Tints of #49A8E4

#49A8E4
(73,168,228)
#59AFE6
(89,175,230)
#69B6E8
(105,182,232)
#79BDEA
(121,189,234)
#89C4EC
(137,196,236)
#99CBEE
(153,203,238)
#A9D2F0
(169,210,240)
#B9D9F2
(185,217,242)
#C9E0F4
(201,224,244)
#D9E7F6
(217,231,246)
#E9EEF8
(233,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A8E4 color. Also use rgb(73,168,228) instead hex code.

Text Font Color

.myTextColor { color: #49A8E4; }

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

This text font color is #49A8E4.


Background Color

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

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

This div background color is #49A8E4.


Border color

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

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

This div border color is #49A8E4.


Opacity

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

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

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

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

This text has shadow with #49A8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A8E4 on black background.


Color preview on white background

This text has color #49A8E4 on white background.



Black color preview on #49A8E4 background

This text has black color on #49A8E4 background.


White color preview on #49A8E4 background

This text has white color on #49A8E4 background.