COLOR #4C9CD2

HEX: #4C9CD2
RGB: (76,156,210)

Renk bilgisi

#4C9CD2 contains mainly green and blue colors. #4C9CD2 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#4C9CD2 color RGB value is (76,156,210).

  • kırmız ton 76;
  • yeşil ton 156;
  • mavi ton 210.
RGB:
(76,156,210)
(30%,61%,82%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 156 of 255 = 61%
B 210 of 255 = 82%

76
156
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 156 + 210 = 442 (100%)
R 76 of 442 ~ 17.19%
G 156 of 442 ~ 35.29%
B 210 of 442 ~ 47.51%

%17.19
%35.29
%47.51

CMYK RENK MODELİ

#4C9CD2 rengi CMYK tonu (64,26,0,18).

  • camgöbeği tonu 63.81%
  • eflatun tonu 25.71%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(64,26,0,18)
C64M26Y0K18 
(64%,26%,0%,18%)
(0.64/0.26/0.00/0.18)	

CMYK yüzdeleri

%63.81
%25.71
%0
%17.65

Codes

Color #4C9CD2 in popluar color models

4C9CD2
RGB76156210
HSL204°59.82%56.08%
HSB/HSV204°63.81%82.35%
CMYK63.81%25.71%0.00%
17.65%

Color #4C9CD2 in popluar number systems.

HEX4C9CD2
Decimal76156210
Binary10011001001110011010010
Octal114234322

Shades and tints

Shades of #4C9CD2

#4C9CD2
(76,156,210)
#468EBF
(70,142,191)
#4080AC
(64,128,172)
#3A7299
(58,114,153)
#346486
(52,100,134)
#2E5673
(46,86,115)
#284860
(40,72,96)
#223A4D
(34,58,77)
#1C2C3A
(28,44,58)
#161E27
(22,30,39)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #4C9CD2

#4C9CD2
(76,156,210)
#5CA5D6
(92,165,214)
#6CAEDA
(108,174,218)
#7CB7DE
(124,183,222)
#8CC0E2
(140,192,226)
#9CC9E6
(156,201,230)
#ACD2EA
(172,210,234)
#BCDBEE
(188,219,238)
#CCE4F2
(204,228,242)
#DCEDF6
(220,237,246)
#ECF6FA
(236,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9CD2 color. Also use rgb(76,156,210) instead hex code.

Text Font Color

.myTextColor { color: #4C9CD2; }

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

This text font color is #4C9CD2.


Background Color

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

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

This div background color is #4C9CD2.


Border color

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

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

This div border color is #4C9CD2.


Opacity

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

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

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

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

This text has shadow with #4C9CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9CD2 on black background.


Color preview on white background

This text has color #4C9CD2 on white background.



Black color preview on #4C9CD2 background

This text has black color on #4C9CD2 background.


White color preview on #4C9CD2 background

This text has white color on #4C9CD2 background.