COLOR #4A71BE

HEX: #4A71BE
RGB: (74,113,190)

Renk bilgisi

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

RGB renk modeli

#4A71BE color RGB value is (74,113,190).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 113 of 255 = 44%
B 190 of 255 = 75%

74
113
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 113 + 190 = 377 (100%)
R 74 of 377 ~ 19.63%
G 113 of 377 ~ 29.97%
B 190 of 377 ~ 50.4%

%19.63
%29.97
%50.4

CMYK RENK MODELİ

#4A71BE rengi CMYK tonu (61,41,0,25).

  • camgöbeği tonu 61.05%
  • eflatun tonu 40.53%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(61,41,0,25)
C61M41Y0K25 
(61%,41%,0%,25%)
(0.61/0.41/0.00/0.25)	

CMYK yüzdeleri

%61.05
%40.53
%0
%25.49

Codes

Color #4A71BE in popluar color models

4A71BE
RGB74113190
HSL220°47.15%51.76%
HSB/HSV220°61.05%74.51%
CMYK61.05%40.53%0.00%
25.49%

Color #4A71BE in popluar number systems.

HEX4A71BE
Decimal74113190
Binary1001010111000110111110
Octal112161276

Shades and tints

Shades of #4A71BE

#4A71BE
(74,113,190)
#4467AD
(68,103,173)
#3E5D9C
(62,93,156)
#38538B
(56,83,139)
#32497A
(50,73,122)
#2C3F69
(44,63,105)
#263558
(38,53,88)
#202B47
(32,43,71)
#1A2136
(26,33,54)
#141725
(20,23,37)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #4A71BE

#4A71BE
(74,113,190)
#5A7DC3
(90,125,195)
#6A89C8
(106,137,200)
#7A95CD
(122,149,205)
#8AA1D2
(138,161,210)
#9AADD7
(154,173,215)
#AAB9DC
(170,185,220)
#BAC5E1
(186,197,225)
#CAD1E6
(202,209,230)
#DADDEB
(218,221,235)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A71BE color. Also use rgb(74,113,190) instead hex code.

Text Font Color

.myTextColor { color: #4A71BE; }

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

This text font color is #4A71BE.


Background Color

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

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

This div background color is #4A71BE.


Border color

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

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

This div border color is #4A71BE.


Opacity

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

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

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

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

This text has shadow with #4A71BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A71BE on black background.


Color preview on white background

This text has color #4A71BE on white background.



Black color preview on #4A71BE background

This text has black color on #4A71BE background.


White color preview on #4A71BE background

This text has white color on #4A71BE background.