COLOR #4B50AD

HEX: #4B50AD
RGB: (75,80,173)

Renk bilgisi

#4B50AD contains mainly blue color. #4B50AD ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4B50AD color RGB value is (75,80,173).

  • kırmız ton 75;
  • yeşil ton 80;
  • mavi ton 173.
RGB:
(75,80,173)
(29%,31%,68%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 80 of 255 = 31%
B 173 of 255 = 68%

75
80
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 80 + 173 = 328 (100%)
R 75 of 328 ~ 22.87%
G 80 of 328 ~ 24.39%
B 173 of 328 ~ 52.74%

%22.87
%24.39
%52.74

CMYK RENK MODELİ

#4B50AD rengi CMYK tonu (57,54,0,32).

  • camgöbeği tonu 56.65%
  • eflatun tonu 53.76%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(57,54,0,32)
C57M54Y0K32 
(57%,54%,0%,32%)
(0.57/0.54/0.00/0.32)	

CMYK yüzdeleri

%56.65
%53.76
%0
%32.16

Codes

Color #4B50AD in popluar color models

4B50AD
RGB7580173
HSL237°39.52%48.63%
HSB/HSV237°56.65%67.84%
CMYK56.65%53.76%0.00%
32.16%

Color #4B50AD in popluar number systems.

HEX4B50AD
Decimal7580173
Binary1001011101000010101101
Octal113120255

Shades and tints

Shades of #4B50AD

#4B50AD
(75,80,173)
#45499E
(69,73,158)
#3F428F
(63,66,143)
#393B80
(57,59,128)
#333471
(51,52,113)
#2D2D62
(45,45,98)
#272653
(39,38,83)
#211F44
(33,31,68)
#1B1835
(27,24,53)
#151126
(21,17,38)
#0F0A17
(15,10,23)
#000000
(0,0,0)

Tints of #4B50AD

#4B50AD
(75,80,173)
#5B5FB4
(91,95,180)
#6B6EBB
(107,110,187)
#7B7DC2
(123,125,194)
#8B8CC9
(139,140,201)
#9B9BD0
(155,155,208)
#ABAAD7
(171,170,215)
#BBB9DE
(187,185,222)
#CBC8E5
(203,200,229)
#DBD7EC
(219,215,236)
#EBE6F3
(235,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B50AD color. Also use rgb(75,80,173) instead hex code.

Text Font Color

.myTextColor { color: #4B50AD; }

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

This text font color is #4B50AD.


Background Color

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

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

This div background color is #4B50AD.


Border color

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

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

This div border color is #4B50AD.


Opacity

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

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

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

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

This text has shadow with #4B50AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B50AD on black background.


Color preview on white background

This text has color #4B50AD on white background.



Black color preview on #4B50AD background

This text has black color on #4B50AD background.


White color preview on #4B50AD background

This text has white color on #4B50AD background.