COLOR #4C76C3

HEX: #4C76C3
RGB: (76,118,195)

Renk bilgisi

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

RGB renk modeli

#4C76C3 color RGB value is (76,118,195).

  • kırmız ton 76;
  • yeşil ton 118;
  • mavi ton 195.
RGB:
(76,118,195)
(30%,46%,76%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 118 of 255 = 46%
B 195 of 255 = 76%

76
118
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 118 + 195 = 389 (100%)
R 76 of 389 ~ 19.54%
G 118 of 389 ~ 30.33%
B 195 of 389 ~ 50.13%

%19.54
%30.33
%50.13

CMYK RENK MODELİ

#4C76C3 rengi CMYK tonu (61,39,0,24).

  • camgöbeği tonu 61.03%
  • eflatun tonu 39.49%
  • sarı tonu 0.00%
  • ana renk tonu 23.53%
CMYK:
(61,39,0,24)
C61M39Y0K24 
(61%,39%,0%,24%)
(0.61/0.39/0.00/0.24)	

CMYK yüzdeleri

%61.03
%39.49
%0
%23.53

Codes

Color #4C76C3 in popluar color models

4C76C3
RGB76118195
HSL219°49.79%53.14%
HSB/HSV219°61.03%76.47%
CMYK61.03%39.49%0.00%
23.53%

Color #4C76C3 in popluar number systems.

HEX4C76C3
Decimal76118195
Binary1001100111011011000011
Octal114166303

Shades and tints

Shades of #4C76C3

#4C76C3
(76,118,195)
#466CB2
(70,108,178)
#4062A1
(64,98,161)
#3A5890
(58,88,144)
#344E7F
(52,78,127)
#2E446E
(46,68,110)
#283A5D
(40,58,93)
#22304C
(34,48,76)
#1C263B
(28,38,59)
#161C2A
(22,28,42)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #4C76C3

#4C76C3
(76,118,195)
#5C82C8
(92,130,200)
#6C8ECD
(108,142,205)
#7C9AD2
(124,154,210)
#8CA6D7
(140,166,215)
#9CB2DC
(156,178,220)
#ACBEE1
(172,190,225)
#BCCAE6
(188,202,230)
#CCD6EB
(204,214,235)
#DCE2F0
(220,226,240)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C76C3 color. Also use rgb(76,118,195) instead hex code.

Text Font Color

.myTextColor { color: #4C76C3; }

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

This text font color is #4C76C3.


Background Color

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

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

This div background color is #4C76C3.


Border color

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

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

This div border color is #4C76C3.


Opacity

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

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

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

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

This text has shadow with #4C76C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C76C3 on black background.


Color preview on white background

This text has color #4C76C3 on white background.



Black color preview on #4C76C3 background

This text has black color on #4C76C3 background.


White color preview on #4C76C3 background

This text has white color on #4C76C3 background.