COLOR #4C83D6

HEX: #4C83D6
RGB: (76,131,214)

Renk bilgisi

#4C83D6 contains mainly blue color. #4C83D6 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#4C83D6 color RGB value is (76,131,214).

  • kırmız ton 76;
  • yeşil ton 131;
  • mavi ton 214.
RGB:
(76,131,214)
(30%,51%,84%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 131 of 255 = 51%
B 214 of 255 = 84%

76
131
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 131 + 214 = 421 (100%)
R 76 of 421 ~ 18.05%
G 131 of 421 ~ 31.12%
B 214 of 421 ~ 50.83%

%18.05
%31.12
%50.83

CMYK RENK MODELİ

#4C83D6 rengi CMYK tonu (64,39,0,16).

  • camgöbeği tonu 64.49%
  • eflatun tonu 38.79%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(64,39,0,16)
C64M39Y0K16 
(64%,39%,0%,16%)
(0.64/0.39/0.00/0.16)	

CMYK yüzdeleri

%64.49
%38.79
%0
%16.08

Codes

Color #4C83D6 in popluar color models

4C83D6
RGB76131214
HSL216°62.73%56.86%
HSB/HSV216°64.49%83.92%
CMYK64.49%38.79%0.00%
16.08%

Color #4C83D6 in popluar number systems.

HEX4C83D6
Decimal76131214
Binary10011001000001111010110
Octal114203326

Shades and tints

Shades of #4C83D6

#4C83D6
(76,131,214)
#4678C3
(70,120,195)
#406DB0
(64,109,176)
#3A629D
(58,98,157)
#34578A
(52,87,138)
#2E4C77
(46,76,119)
#284164
(40,65,100)
#223651
(34,54,81)
#1C2B3E
(28,43,62)
#16202B
(22,32,43)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #4C83D6

#4C83D6
(76,131,214)
#5C8ED9
(92,142,217)
#6C99DC
(108,153,220)
#7CA4DF
(124,164,223)
#8CAFE2
(140,175,226)
#9CBAE5
(156,186,229)
#ACC5E8
(172,197,232)
#BCD0EB
(188,208,235)
#CCDBEE
(204,219,238)
#DCE6F1
(220,230,241)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C83D6 color. Also use rgb(76,131,214) instead hex code.

Text Font Color

.myTextColor { color: #4C83D6; }

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

This text font color is #4C83D6.


Background Color

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

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

This div background color is #4C83D6.


Border color

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

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

This div border color is #4C83D6.


Opacity

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

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

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

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

This text has shadow with #4C83D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C83D6 on black background.


Color preview on white background

This text has color #4C83D6 on white background.



Black color preview on #4C83D6 background

This text has black color on #4C83D6 background.


White color preview on #4C83D6 background

This text has white color on #4C83D6 background.