COLOR #4D73B7

HEX: #4D73B7
RGB: (77,115,183)

Renk bilgisi

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

RGB renk modeli

#4D73B7 color RGB value is (77,115,183).

  • kırmız ton 77;
  • yeşil ton 115;
  • mavi ton 183.
RGB:
(77,115,183)
(30%,45%,72%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 115 of 255 = 45%
B 183 of 255 = 72%

77
115
183

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 115 + 183 = 375 (100%)
R 77 of 375 ~ 20.53%
G 115 of 375 ~ 30.67%
B 183 of 375 ~ 48.8%

%20.53
%30.67
%48.8

CMYK RENK MODELİ

#4D73B7 rengi CMYK tonu (58,37,0,28).

  • camgöbeği tonu 57.92%
  • eflatun tonu 37.16%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(58,37,0,28)
C58M37Y0K28 
(58%,37%,0%,28%)
(0.58/0.37/0.00/0.28)	

CMYK yüzdeleri

%57.92
%37.16
%0
%28.24

Codes

Color #4D73B7 in popluar color models

4D73B7
RGB77115183
HSL218°42.40%50.98%
HSB/HSV218°57.92%71.76%
CMYK57.92%37.16%0.00%
28.24%

Color #4D73B7 in popluar number systems.

HEX4D73B7
Decimal77115183
Binary1001101111001110110111
Octal115163267

Shades and tints

Shades of #4D73B7

#4D73B7
(77,115,183)
#4669A7
(70,105,167)
#3F5F97
(63,95,151)
#385587
(56,85,135)
#314B77
(49,75,119)
#2A4167
(42,65,103)
#233757
(35,55,87)
#1C2D47
(28,45,71)
#152337
(21,35,55)
#0E1927
(14,25,39)
#070F17
(7,15,23)
#000000
(0,0,0)

Tints of #4D73B7

#4D73B7
(77,115,183)
#5D7FBD
(93,127,189)
#6D8BC3
(109,139,195)
#7D97C9
(125,151,201)
#8DA3CF
(141,163,207)
#9DAFD5
(157,175,213)
#ADBBDB
(173,187,219)
#BDC7E1
(189,199,225)
#CDD3E7
(205,211,231)
#DDDFED
(221,223,237)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D73B7 color. Also use rgb(77,115,183) instead hex code.

Text Font Color

.myTextColor { color: #4D73B7; }

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

This text font color is #4D73B7.


Background Color

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

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

This div background color is #4D73B7.


Border color

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

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

This div border color is #4D73B7.


Opacity

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

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

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

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

This text has shadow with #4D73B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D73B7 on black background.


Color preview on white background

This text has color #4D73B7 on white background.



Black color preview on #4D73B7 background

This text has black color on #4D73B7 background.


White color preview on #4D73B7 background

This text has white color on #4D73B7 background.