COLOR #4C7083

HEX: #4C7083
RGB: (76,112,131)

Renk bilgisi

#4C7083 contains red, green and blue colors in about the same proportion. #4C7083 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4C7083 color RGB value is (76,112,131).

  • kırmız ton 76;
  • yeşil ton 112;
  • mavi ton 131.
RGB:
(76,112,131)
(30%,44%,51%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 112 of 255 = 44%
B 131 of 255 = 51%

76
112
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 112 + 131 = 319 (100%)
R 76 of 319 ~ 23.82%
G 112 of 319 ~ 35.11%
B 131 of 319 ~ 41.07%

%23.82
%35.11
%41.07

CMYK RENK MODELİ

#4C7083 rengi CMYK tonu (42,15,0,49).

  • camgöbeği tonu 41.98%
  • eflatun tonu 14.50%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(42,15,0,49)
C42M15Y0K49 
(42%,15%,0%,49%)
(0.42/0.15/0.00/0.49)	

CMYK yüzdeleri

%41.98
%14.5
%0
%48.63

Codes

Color #4C7083 in popluar color models

4C7083
RGB76112131
HSL201°26.57%40.59%
HSB/HSV201°41.98%51.37%
CMYK41.98%14.50%0.00%
48.63%

Color #4C7083 in popluar number systems.

HEX4C7083
Decimal76112131
Binary1001100111000010000011
Octal114160203

Shades and tints

Shades of #4C7083

#4C7083
(76,112,131)
#466678
(70,102,120)
#405C6D
(64,92,109)
#3A5262
(58,82,98)
#344857
(52,72,87)
#2E3E4C
(46,62,76)
#283441
(40,52,65)
#222A36
(34,42,54)
#1C202B
(28,32,43)
#161620
(22,22,32)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #4C7083

#4C7083
(76,112,131)
#5C7D8E
(92,125,142)
#6C8A99
(108,138,153)
#7C97A4
(124,151,164)
#8CA4AF
(140,164,175)
#9CB1BA
(156,177,186)
#ACBEC5
(172,190,197)
#BCCBD0
(188,203,208)
#CCD8DB
(204,216,219)
#DCE5E6
(220,229,230)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7083 color. Also use rgb(76,112,131) instead hex code.

Text Font Color

.myTextColor { color: #4C7083; }

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

This text font color is #4C7083.


Background Color

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

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

This div background color is #4C7083.


Border color

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

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

This div border color is #4C7083.


Opacity

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

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

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

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

This text has shadow with #4C7083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7083 on black background.


Color preview on white background

This text has color #4C7083 on white background.



Black color preview on #4C7083 background

This text has black color on #4C7083 background.


White color preview on #4C7083 background

This text has white color on #4C7083 background.