COLOR #4C72A4

HEX: #4C72A4
RGB: (76,114,164)

Renk bilgisi

#4C72A4 contains mainly green and blue colors. #4C72A4 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4C72A4 color RGB value is (76,114,164).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 114 of 255 = 45%
B 164 of 255 = 64%

76
114
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 114 + 164 = 354 (100%)
R 76 of 354 ~ 21.47%
G 114 of 354 ~ 32.2%
B 164 of 354 ~ 46.33%

%21.47
%32.2
%46.33

CMYK RENK MODELİ

#4C72A4 rengi CMYK tonu (54,30,0,36).

  • camgöbeği tonu 53.66%
  • eflatun tonu 30.49%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(54,30,0,36)
C54M30Y0K36 
(54%,30%,0%,36%)
(0.54/0.30/0.00/0.36)	

CMYK yüzdeleri

%53.66
%30.49
%0
%35.69

Codes

Color #4C72A4 in popluar color models

4C72A4
RGB76114164
HSL214°36.67%47.06%
HSB/HSV214°53.66%64.31%
CMYK53.66%30.49%0.00%
35.69%

Color #4C72A4 in popluar number systems.

HEX4C72A4
Decimal76114164
Binary1001100111001010100100
Octal114162244

Shades and tints

Shades of #4C72A4

#4C72A4
(76,114,164)
#466896
(70,104,150)
#405E88
(64,94,136)
#3A547A
(58,84,122)
#344A6C
(52,74,108)
#2E405E
(46,64,94)
#283650
(40,54,80)
#222C42
(34,44,66)
#1C2234
(28,34,52)
#161826
(22,24,38)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #4C72A4

#4C72A4
(76,114,164)
#5C7EAC
(92,126,172)
#6C8AB4
(108,138,180)
#7C96BC
(124,150,188)
#8CA2C4
(140,162,196)
#9CAECC
(156,174,204)
#ACBAD4
(172,186,212)
#BCC6DC
(188,198,220)
#CCD2E4
(204,210,228)
#DCDEEC
(220,222,236)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C72A4; }

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

This text font color is #4C72A4.


Background Color

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

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

This div background color is #4C72A4.


Border color

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

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

This div border color is #4C72A4.


Opacity

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

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

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

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

This text has shadow with #4C72A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C72A4 on black background.


Color preview on white background

This text has color #4C72A4 on white background.



Black color preview on #4C72A4 background

This text has black color on #4C72A4 background.


White color preview on #4C72A4 background

This text has white color on #4C72A4 background.