COLOR #48B2F7

HEX: #48B2F7
RGB: (72,178,247)

Renk bilgisi

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

RGB renk modeli

#48B2F7 color RGB value is (72,178,247).

  • kırmız ton 72;
  • yeşil ton 178;
  • mavi ton 247.
RGB:
(72,178,247)
(28%,70%,97%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 178 of 255 = 70%
B 247 of 255 = 97%

72
178
247

R + G + B ~ 65%. #48B2F7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 178 + 247 = 497 (100%)
R 72 of 497 ~ 14.49%
G 178 of 497 ~ 35.81%
B 247 of 497 ~ 49.7%

%14.49
%35.81
%49.7

CMYK RENK MODELİ

#48B2F7 rengi CMYK tonu (71,28,0,3).

  • camgöbeği tonu 70.85%
  • eflatun tonu 27.94%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(71,28,0,3)
C71M28Y0K3 
(71%,28%,0%,3%)
(0.71/0.28/0.00/0.03)	

CMYK yüzdeleri

%70.85
%27.94
%0
%3.14

Codes

Color #48B2F7 in popluar color models

48B2F7
RGB72178247
HSL204°91.62%62.55%
HSB/HSV204°70.85%96.86%
CMYK70.85%27.94%0.00%
3.14%

Color #48B2F7 in popluar number systems.

HEX48B2F7
Decimal72178247
Binary10010001011001011110111
Octal110262367

Shades and tints

Shades of #48B2F7

#48B2F7
(72,178,247)
#42A2E1
(66,162,225)
#3C92CB
(60,146,203)
#3682B5
(54,130,181)
#30729F
(48,114,159)
#2A6289
(42,98,137)
#245273
(36,82,115)
#1E425D
(30,66,93)
#183247
(24,50,71)
#122231
(18,34,49)
#0C121B
(12,18,27)
#000000
(0,0,0)

Tints of #48B2F7

#48B2F7
(72,178,247)
#58B9F7
(88,185,247)
#68C0F7
(104,192,247)
#78C7F7
(120,199,247)
#88CEF7
(136,206,247)
#98D5F7
(152,213,247)
#A8DCF7
(168,220,247)
#B8E3F7
(184,227,247)
#C8EAF7
(200,234,247)
#D8F1F7
(216,241,247)
#E8F8F7
(232,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B2F7 color. Also use rgb(72,178,247) instead hex code.

Text Font Color

.myTextColor { color: #48B2F7; }

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

This text font color is #48B2F7.


Background Color

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

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

This div background color is #48B2F7.


Border color

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

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

This div border color is #48B2F7.


Opacity

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

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

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

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

This text has shadow with #48B2F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B2F7 on black background.


Color preview on white background

This text has color #48B2F7 on white background.



Black color preview on #48B2F7 background

This text has black color on #48B2F7 background.


White color preview on #48B2F7 background

This text has white color on #48B2F7 background.