COLOR #4C71BF

HEX: #4C71BF
RGB: (76,113,191)

Renk bilgisi

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

RGB renk modeli

#4C71BF color RGB value is (76,113,191).

  • kırmız ton 76;
  • yeşil ton 113;
  • mavi ton 191.
RGB:
(76,113,191)
(30%,44%,75%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 113 of 255 = 44%
B 191 of 255 = 75%

76
113
191

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 113 + 191 = 380 (100%)
R 76 of 380 ~ 20%
G 113 of 380 ~ 29.74%
B 191 of 380 ~ 50.26%

%20
%29.74
%50.26

CMYK RENK MODELİ

#4C71BF rengi CMYK tonu (60,41,0,25).

  • camgöbeği tonu 60.21%
  • eflatun tonu 40.84%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(60,41,0,25)
C60M41Y0K25 
(60%,41%,0%,25%)
(0.60/0.41/0.00/0.25)	

CMYK yüzdeleri

%60.21
%40.84
%0
%25.1

Codes

Color #4C71BF in popluar color models

4C71BF
RGB76113191
HSL221°47.33%52.35%
HSB/HSV221°60.21%74.90%
CMYK60.21%40.84%0.00%
25.10%

Color #4C71BF in popluar number systems.

HEX4C71BF
Decimal76113191
Binary1001100111000110111111
Octal114161277

Shades and tints

Shades of #4C71BF

#4C71BF
(76,113,191)
#4667AE
(70,103,174)
#405D9D
(64,93,157)
#3A538C
(58,83,140)
#34497B
(52,73,123)
#2E3F6A
(46,63,106)
#283559
(40,53,89)
#222B48
(34,43,72)
#1C2137
(28,33,55)
#161726
(22,23,38)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #4C71BF

#4C71BF
(76,113,191)
#5C7DC4
(92,125,196)
#6C89C9
(108,137,201)
#7C95CE
(124,149,206)
#8CA1D3
(140,161,211)
#9CADD8
(156,173,216)
#ACB9DD
(172,185,221)
#BCC5E2
(188,197,226)
#CCD1E7
(204,209,231)
#DCDDEC
(220,221,236)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C71BF color. Also use rgb(76,113,191) instead hex code.

Text Font Color

.myTextColor { color: #4C71BF; }

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

This text font color is #4C71BF.


Background Color

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

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

This div background color is #4C71BF.


Border color

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

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

This div border color is #4C71BF.


Opacity

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

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

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

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

This text has shadow with #4C71BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C71BF on black background.


Color preview on white background

This text has color #4C71BF on white background.



Black color preview on #4C71BF background

This text has black color on #4C71BF background.


White color preview on #4C71BF background

This text has white color on #4C71BF background.