COLOR #4B71A5

HEX: #4B71A5
RGB: (75,113,165)

Renk bilgisi

#4B71A5 contains mainly green and blue colors. #4B71A5 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4B71A5 color RGB value is (75,113,165).

  • kırmız ton 75;
  • yeşil ton 113;
  • mavi ton 165.
RGB:
(75,113,165)
(29%,44%,65%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 113 of 255 = 44%
B 165 of 255 = 65%

75
113
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 113 + 165 = 353 (100%)
R 75 of 353 ~ 21.25%
G 113 of 353 ~ 32.01%
B 165 of 353 ~ 46.74%

%21.25
%32.01
%46.74

CMYK RENK MODELİ

#4B71A5 rengi CMYK tonu (55,32,0,35).

  • camgöbeği tonu 54.55%
  • eflatun tonu 31.52%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(55,32,0,35)
C55M32Y0K35 
(55%,32%,0%,35%)
(0.55/0.32/0.00/0.35)	

CMYK yüzdeleri

%54.55
%31.52
%0
%35.29

Codes

Color #4B71A5 in popluar color models

4B71A5
RGB75113165
HSL215°37.50%47.06%
HSB/HSV215°54.55%64.71%
CMYK54.55%31.52%0.00%
35.29%

Color #4B71A5 in popluar number systems.

HEX4B71A5
Decimal75113165
Binary1001011111000110100101
Octal113161245

Shades and tints

Shades of #4B71A5

#4B71A5
(75,113,165)
#456796
(69,103,150)
#3F5D87
(63,93,135)
#395378
(57,83,120)
#334969
(51,73,105)
#2D3F5A
(45,63,90)
#27354B
(39,53,75)
#212B3C
(33,43,60)
#1B212D
(27,33,45)
#15171E
(21,23,30)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #4B71A5

#4B71A5
(75,113,165)
#5B7DAD
(91,125,173)
#6B89B5
(107,137,181)
#7B95BD
(123,149,189)
#8BA1C5
(139,161,197)
#9BADCD
(155,173,205)
#ABB9D5
(171,185,213)
#BBC5DD
(187,197,221)
#CBD1E5
(203,209,229)
#DBDDED
(219,221,237)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B71A5 color. Also use rgb(75,113,165) instead hex code.

Text Font Color

.myTextColor { color: #4B71A5; }

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

This text font color is #4B71A5.


Background Color

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

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

This div background color is #4B71A5.


Border color

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

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

This div border color is #4B71A5.


Opacity

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

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

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

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

This text has shadow with #4B71A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B71A5 on black background.


Color preview on white background

This text has color #4B71A5 on white background.



Black color preview on #4B71A5 background

This text has black color on #4B71A5 background.


White color preview on #4B71A5 background

This text has white color on #4B71A5 background.