COLOR #48B3E6

HEX: #48B3E6
RGB: (72,179,230)

Renk bilgisi

#48B3E6 contains mainly green and blue colors. #48B3E6 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#48B3E6 color RGB value is (72,179,230).

  • kırmız ton 72;
  • yeşil ton 179;
  • mavi ton 230.
RGB:
(72,179,230)
(28%,70%,90%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 179 of 255 = 70%
B 230 of 255 = 90%

72
179
230

R + G + B ~ 63%. #48B3E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 179 + 230 = 481 (100%)
R 72 of 481 ~ 14.97%
G 179 of 481 ~ 37.21%
B 230 of 481 ~ 47.82%

%14.97
%37.21
%47.82

CMYK RENK MODELİ

#48B3E6 rengi CMYK tonu (69,22,0,10).

  • camgöbeği tonu 68.70%
  • eflatun tonu 22.17%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(69,22,0,10)
C69M22Y0K10 
(69%,22%,0%,10%)
(0.69/0.22/0.00/0.10)	

CMYK yüzdeleri

%68.7
%22.17
%0
%9.8

Codes

Color #48B3E6 in popluar color models

48B3E6
RGB72179230
HSL199°75.96%59.22%
HSB/HSV199°68.70%90.20%
CMYK68.70%22.17%0.00%
9.80%

Color #48B3E6 in popluar number systems.

HEX48B3E6
Decimal72179230
Binary10010001011001111100110
Octal110263346

Shades and tints

Shades of #48B3E6

#48B3E6
(72,179,230)
#42A3D2
(66,163,210)
#3C93BE
(60,147,190)
#3683AA
(54,131,170)
#307396
(48,115,150)
#2A6382
(42,99,130)
#24536E
(36,83,110)
#1E435A
(30,67,90)
#183346
(24,51,70)
#122332
(18,35,50)
#0C131E
(12,19,30)
#000000
(0,0,0)

Tints of #48B3E6

#48B3E6
(72,179,230)
#58B9E8
(88,185,232)
#68BFEA
(104,191,234)
#78C5EC
(120,197,236)
#88CBEE
(136,203,238)
#98D1F0
(152,209,240)
#A8D7F2
(168,215,242)
#B8DDF4
(184,221,244)
#C8E3F6
(200,227,246)
#D8E9F8
(216,233,248)
#E8EFFA
(232,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B3E6 color. Also use rgb(72,179,230) instead hex code.

Text Font Color

.myTextColor { color: #48B3E6; }

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

This text font color is #48B3E6.


Background Color

.myBgColor { background-color: #48B3E6; }

<div style="background-color:#48B3E6">Inner text</div>

This div background color is #48B3E6.


Border color

.myBorderColor { border: 1px solid #48B3E6; }

<div style="border:3px solid #48B3E6">Div</div>

This div border color is #48B3E6.


Opacity

.myOpacity80 { color: #48B3E6; opacity: 0.8; }

<p style="color:#48B3E6;opacity:0.8;">80%</p>

Text with #48B3E6 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 #48B3E6;}

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

This text has shadow with #48B3E6 color.

.textShadow {text-shadow: 3px 3px 1px #48B3E6, 3px 3px 1px red;}

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

This text has shadow with #48B3E6 primary color and red secondary color.


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

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

This text has shadow with #48B3E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B3E6 on black background.


Color preview on white background

This text has color #48B3E6 on white background.



Black color preview on #48B3E6 background

This text has black color on #48B3E6 background.


White color preview on #48B3E6 background

This text has white color on #48B3E6 background.