COLOR #4C7C94

HEX: #4C7C94
RGB: (76,124,148)

Renk bilgisi

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

RGB renk modeli

#4C7C94 color RGB value is (76,124,148).

  • kırmız ton 76;
  • yeşil ton 124;
  • mavi ton 148.
RGB:
(76,124,148)
(30%,49%,58%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 124 of 255 = 49%
B 148 of 255 = 58%

76
124
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 124 + 148 = 348 (100%)
R 76 of 348 ~ 21.84%
G 124 of 348 ~ 35.63%
B 148 of 348 ~ 42.53%

%21.84
%35.63
%42.53

CMYK RENK MODELİ

#4C7C94 rengi CMYK tonu (49,16,0,42).

  • camgöbeği tonu 48.65%
  • eflatun tonu 16.22%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(49,16,0,42)
C49M16Y0K42 
(49%,16%,0%,42%)
(0.49/0.16/0.00/0.42)	

CMYK yüzdeleri

%48.65
%16.22
%0
%41.96

Codes

Color #4C7C94 in popluar color models

4C7C94
RGB76124148
HSL200°32.14%43.92%
HSB/HSV200°48.65%58.04%
CMYK48.65%16.22%0.00%
41.96%

Color #4C7C94 in popluar number systems.

HEX4C7C94
Decimal76124148
Binary1001100111110010010100
Octal114174224

Shades and tints

Shades of #4C7C94

#4C7C94
(76,124,148)
#467187
(70,113,135)
#40667A
(64,102,122)
#3A5B6D
(58,91,109)
#345060
(52,80,96)
#2E4553
(46,69,83)
#283A46
(40,58,70)
#222F39
(34,47,57)
#1C242C
(28,36,44)
#16191F
(22,25,31)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #4C7C94

#4C7C94
(76,124,148)
#5C879D
(92,135,157)
#6C92A6
(108,146,166)
#7C9DAF
(124,157,175)
#8CA8B8
(140,168,184)
#9CB3C1
(156,179,193)
#ACBECA
(172,190,202)
#BCC9D3
(188,201,211)
#CCD4DC
(204,212,220)
#DCDFE5
(220,223,229)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7C94 color. Also use rgb(76,124,148) instead hex code.

Text Font Color

.myTextColor { color: #4C7C94; }

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

This text font color is #4C7C94.


Background Color

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

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

This div background color is #4C7C94.


Border color

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

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

This div border color is #4C7C94.


Opacity

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

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

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

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

This text has shadow with #4C7C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7C94 on black background.


Color preview on white background

This text has color #4C7C94 on white background.



Black color preview on #4C7C94 background

This text has black color on #4C7C94 background.


White color preview on #4C7C94 background

This text has white color on #4C7C94 background.