COLOR #4C72CA

HEX: #4C72CA
RGB: (76,114,202)

Renk bilgisi

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

RGB renk modeli

#4C72CA color RGB value is (76,114,202).

  • kırmız ton 76;
  • yeşil ton 114;
  • mavi ton 202.
RGB:
(76,114,202)
(30%,45%,79%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 114 of 255 = 45%
B 202 of 255 = 79%

76
114
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 114 + 202 = 392 (100%)
R 76 of 392 ~ 19.39%
G 114 of 392 ~ 29.08%
B 202 of 392 ~ 51.53%

%19.39
%29.08
%51.53

CMYK RENK MODELİ

#4C72CA rengi CMYK tonu (62,44,0,21).

  • camgöbeği tonu 62.38%
  • eflatun tonu 43.56%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(62,44,0,21)
C62M44Y0K21 
(62%,44%,0%,21%)
(0.62/0.44/0.00/0.21)	

CMYK yüzdeleri

%62.38
%43.56
%0
%20.78

Codes

Color #4C72CA in popluar color models

4C72CA
RGB76114202
HSL222°54.31%54.51%
HSB/HSV222°62.38%79.22%
CMYK62.38%43.56%0.00%
20.78%

Color #4C72CA in popluar number systems.

HEX4C72CA
Decimal76114202
Binary1001100111001011001010
Octal114162312

Shades and tints

Shades of #4C72CA

#4C72CA
(76,114,202)
#4668B8
(70,104,184)
#405EA6
(64,94,166)
#3A5494
(58,84,148)
#344A82
(52,74,130)
#2E4070
(46,64,112)
#28365E
(40,54,94)
#222C4C
(34,44,76)
#1C223A
(28,34,58)
#161828
(22,24,40)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #4C72CA

#4C72CA
(76,114,202)
#5C7ECE
(92,126,206)
#6C8AD2
(108,138,210)
#7C96D6
(124,150,214)
#8CA2DA
(140,162,218)
#9CAEDE
(156,174,222)
#ACBAE2
(172,186,226)
#BCC6E6
(188,198,230)
#CCD2EA
(204,210,234)
#DCDEEE
(220,222,238)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C72CA color. Also use rgb(76,114,202) instead hex code.

Text Font Color

.myTextColor { color: #4C72CA; }

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

This text font color is #4C72CA.


Background Color

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

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

This div background color is #4C72CA.


Border color

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

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

This div border color is #4C72CA.


Opacity

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

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

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

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

This text has shadow with #4C72CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C72CA on black background.


Color preview on white background

This text has color #4C72CA on white background.



Black color preview on #4C72CA background

This text has black color on #4C72CA background.


White color preview on #4C72CA background

This text has white color on #4C72CA background.