COLOR #4B84D7

HEX: #4B84D7
RGB: (75,132,215)

Renk bilgisi

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

RGB renk modeli

#4B84D7 color RGB value is (75,132,215).

  • kırmız ton 75;
  • yeşil ton 132;
  • mavi ton 215.
RGB:
(75,132,215)
(29%,52%,84%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 132 of 255 = 52%
B 215 of 255 = 84%

75
132
215

R + G + B ~ 55%. #4B84D7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 132 + 215 = 422 (100%)
R 75 of 422 ~ 17.77%
G 132 of 422 ~ 31.28%
B 215 of 422 ~ 50.95%

%17.77
%31.28
%50.95

CMYK RENK MODELİ

#4B84D7 rengi CMYK tonu (65,39,0,16).

  • camgöbeği tonu 65.12%
  • eflatun tonu 38.60%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(65,39,0,16)
C65M39Y0K16 
(65%,39%,0%,16%)
(0.65/0.39/0.00/0.16)	

CMYK yüzdeleri

%65.12
%38.6
%0
%15.69

Codes

Color #4B84D7 in popluar color models

4B84D7
RGB75132215
HSL216°63.64%56.86%
HSB/HSV216°65.12%84.31%
CMYK65.12%38.60%0.00%
15.69%

Color #4B84D7 in popluar number systems.

HEX4B84D7
Decimal75132215
Binary10010111000010011010111
Octal113204327

Shades and tints

Shades of #4B84D7

#4B84D7
(75,132,215)
#4578C4
(69,120,196)
#3F6CB1
(63,108,177)
#39609E
(57,96,158)
#33548B
(51,84,139)
#2D4878
(45,72,120)
#273C65
(39,60,101)
#213052
(33,48,82)
#1B243F
(27,36,63)
#15182C
(21,24,44)
#0F0C19
(15,12,25)
#000000
(0,0,0)

Tints of #4B84D7

#4B84D7
(75,132,215)
#5B8FDA
(91,143,218)
#6B9ADD
(107,154,221)
#7BA5E0
(123,165,224)
#8BB0E3
(139,176,227)
#9BBBE6
(155,187,230)
#ABC6E9
(171,198,233)
#BBD1EC
(187,209,236)
#CBDCEF
(203,220,239)
#DBE7F2
(219,231,242)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B84D7 color. Also use rgb(75,132,215) instead hex code.

Text Font Color

.myTextColor { color: #4B84D7; }

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

This text font color is #4B84D7.


Background Color

.myBgColor { background-color: #4B84D7; }

<div style="background-color:#4B84D7">Inner text</div>

This div background color is #4B84D7.


Border color

.myBorderColor { border: 1px solid #4B84D7; }

<div style="border:3px solid #4B84D7">Div</div>

This div border color is #4B84D7.


Opacity

.myOpacity80 { color: #4B84D7; opacity: 0.8; }

<p style="color:#4B84D7;opacity:0.8;">80%</p>

Text with #4B84D7 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 #4B84D7;}

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

This text has shadow with #4B84D7 color.

.textShadow {text-shadow: 3px 3px 1px #4B84D7, 3px 3px 1px red;}

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

This text has shadow with #4B84D7 primary color and red secondary color.


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

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

This text has shadow with #4B84D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B84D7 on black background.


Color preview on white background

This text has color #4B84D7 on white background.



Black color preview on #4B84D7 background

This text has black color on #4B84D7 background.


White color preview on #4B84D7 background

This text has white color on #4B84D7 background.