COLOR #4C66C8

HEX: #4C66C8
RGB: (76,102,200)

Renk bilgisi

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

RGB renk modeli

#4C66C8 color RGB value is (76,102,200).

  • kırmız ton 76;
  • yeşil ton 102;
  • mavi ton 200.
RGB:
(76,102,200)
(30%,40%,78%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 102 of 255 = 40%
B 200 of 255 = 78%

76
102
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 102 + 200 = 378 (100%)
R 76 of 378 ~ 20.11%
G 102 of 378 ~ 26.98%
B 200 of 378 ~ 52.91%

%20.11
%26.98
%52.91

CMYK RENK MODELİ

#4C66C8 rengi CMYK tonu (62,49,0,22).

  • camgöbeği tonu 62.00%
  • eflatun tonu 49.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(62,49,0,22)
C62M49Y0K22 
(62%,49%,0%,22%)
(0.62/0.49/0.00/0.22)	

CMYK yüzdeleri

%62
%49
%0
%21.57

Codes

Color #4C66C8 in popluar color models

4C66C8
RGB76102200
HSL227°52.99%54.12%
HSB/HSV227°62.00%78.43%
CMYK62.00%49.00%0.00%
21.57%

Color #4C66C8 in popluar number systems.

HEX4C66C8
Decimal76102200
Binary1001100110011011001000
Octal114146310

Shades and tints

Shades of #4C66C8

#4C66C8
(76,102,200)
#465DB6
(70,93,182)
#4054A4
(64,84,164)
#3A4B92
(58,75,146)
#344280
(52,66,128)
#2E396E
(46,57,110)
#28305C
(40,48,92)
#22274A
(34,39,74)
#1C1E38
(28,30,56)
#161526
(22,21,38)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #4C66C8

#4C66C8
(76,102,200)
#5C73CD
(92,115,205)
#6C80D2
(108,128,210)
#7C8DD7
(124,141,215)
#8C9ADC
(140,154,220)
#9CA7E1
(156,167,225)
#ACB4E6
(172,180,230)
#BCC1EB
(188,193,235)
#CCCEF0
(204,206,240)
#DCDBF5
(220,219,245)
#ECE8FA
(236,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C66C8 color. Also use rgb(76,102,200) instead hex code.

Text Font Color

.myTextColor { color: #4C66C8; }

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

This text font color is #4C66C8.


Background Color

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

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

This div background color is #4C66C8.


Border color

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

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

This div border color is #4C66C8.


Opacity

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

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

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

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

This text has shadow with #4C66C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C66C8 on black background.


Color preview on white background

This text has color #4C66C8 on white background.



Black color preview on #4C66C8 background

This text has black color on #4C66C8 background.


White color preview on #4C66C8 background

This text has white color on #4C66C8 background.