COLOR #48A4EB

HEX: #48A4EB
RGB: (72,164,235)

Renk bilgisi

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

RGB renk modeli

#48A4EB color RGB value is (72,164,235).

  • kırmız ton 72;
  • yeşil ton 164;
  • mavi ton 235.
RGB:
(72,164,235)
(28%,64%,92%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 164 of 255 = 64%
B 235 of 255 = 92%

72
164
235

R + G + B ~ 61%. #48A4EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 164 + 235 = 471 (100%)
R 72 of 471 ~ 15.29%
G 164 of 471 ~ 34.82%
B 235 of 471 ~ 49.89%

%15.29
%34.82
%49.89

CMYK RENK MODELİ

#48A4EB rengi CMYK tonu (69,30,0,8).

  • camgöbeği tonu 69.36%
  • eflatun tonu 30.21%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(69,30,0,8)
C69M30Y0K8 
(69%,30%,0%,8%)
(0.69/0.30/0.00/0.08)	

CMYK yüzdeleri

%69.36
%30.21
%0
%7.84

Codes

Color #48A4EB in popluar color models

48A4EB
RGB72164235
HSL206°80.30%60.20%
HSB/HSV206°69.36%92.16%
CMYK69.36%30.21%0.00%
7.84%

Color #48A4EB in popluar number systems.

HEX48A4EB
Decimal72164235
Binary10010001010010011101011
Octal110244353

Shades and tints

Shades of #48A4EB

#48A4EB
(72,164,235)
#4296D6
(66,150,214)
#3C88C1
(60,136,193)
#367AAC
(54,122,172)
#306C97
(48,108,151)
#2A5E82
(42,94,130)
#24506D
(36,80,109)
#1E4258
(30,66,88)
#183443
(24,52,67)
#12262E
(18,38,46)
#0C1819
(12,24,25)
#000000
(0,0,0)

Tints of #48A4EB

#48A4EB
(72,164,235)
#58ACEC
(88,172,236)
#68B4ED
(104,180,237)
#78BCEE
(120,188,238)
#88C4EF
(136,196,239)
#98CCF0
(152,204,240)
#A8D4F1
(168,212,241)
#B8DCF2
(184,220,242)
#C8E4F3
(200,228,243)
#D8ECF4
(216,236,244)
#E8F4F5
(232,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A4EB color. Also use rgb(72,164,235) instead hex code.

Text Font Color

.myTextColor { color: #48A4EB; }

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

This text font color is #48A4EB.


Background Color

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

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

This div background color is #48A4EB.


Border color

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

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

This div border color is #48A4EB.


Opacity

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

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

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

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

This text has shadow with #48A4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A4EB on black background.


Color preview on white background

This text has color #48A4EB on white background.



Black color preview on #48A4EB background

This text has black color on #48A4EB background.


White color preview on #48A4EB background

This text has white color on #48A4EB background.