COLOR #4B72B5

HEX: #4B72B5
RGB: (75,114,181)

Renk bilgisi

#4B72B5 contains mainly blue color. #4B72B5 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4B72B5 color RGB value is (75,114,181).

  • kırmız ton 75;
  • yeşil ton 114;
  • mavi ton 181.
RGB:
(75,114,181)
(29%,45%,71%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 114 of 255 = 45%
B 181 of 255 = 71%

75
114
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 114 + 181 = 370 (100%)
R 75 of 370 ~ 20.27%
G 114 of 370 ~ 30.81%
B 181 of 370 ~ 48.92%

%20.27
%30.81
%48.92

CMYK RENK MODELİ

#4B72B5 rengi CMYK tonu (59,37,0,29).

  • camgöbeği tonu 58.56%
  • eflatun tonu 37.02%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(59,37,0,29)
C59M37Y0K29 
(59%,37%,0%,29%)
(0.59/0.37/0.00/0.29)	

CMYK yüzdeleri

%58.56
%37.02
%0
%29.02

Codes

Color #4B72B5 in popluar color models

4B72B5
RGB75114181
HSL218°41.73%50.20%
HSB/HSV218°58.56%70.98%
CMYK58.56%37.02%0.00%
29.02%

Color #4B72B5 in popluar number systems.

HEX4B72B5
Decimal75114181
Binary1001011111001010110101
Octal113162265

Shades and tints

Shades of #4B72B5

#4B72B5
(75,114,181)
#4568A5
(69,104,165)
#3F5E95
(63,94,149)
#395485
(57,84,133)
#334A75
(51,74,117)
#2D4065
(45,64,101)
#273655
(39,54,85)
#212C45
(33,44,69)
#1B2235
(27,34,53)
#151825
(21,24,37)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #4B72B5

#4B72B5
(75,114,181)
#5B7EBB
(91,126,187)
#6B8AC1
(107,138,193)
#7B96C7
(123,150,199)
#8BA2CD
(139,162,205)
#9BAED3
(155,174,211)
#ABBAD9
(171,186,217)
#BBC6DF
(187,198,223)
#CBD2E5
(203,210,229)
#DBDEEB
(219,222,235)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B72B5 color. Also use rgb(75,114,181) instead hex code.

Text Font Color

.myTextColor { color: #4B72B5; }

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

This text font color is #4B72B5.


Background Color

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

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

This div background color is #4B72B5.


Border color

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

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

This div border color is #4B72B5.


Opacity

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

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

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

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

This text has shadow with #4B72B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B72B5 on black background.


Color preview on white background

This text has color #4B72B5 on white background.



Black color preview on #4B72B5 background

This text has black color on #4B72B5 background.


White color preview on #4B72B5 background

This text has white color on #4B72B5 background.