COLOR #4C708F

HEX: #4C708F
RGB: (76,112,143)

Renk bilgisi

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

RGB renk modeli

#4C708F color RGB value is (76,112,143).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 112 of 255 = 44%
B 143 of 255 = 56%

76
112
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 112 + 143 = 331 (100%)
R 76 of 331 ~ 22.96%
G 112 of 331 ~ 33.84%
B 143 of 331 ~ 43.2%

%22.96
%33.84
%43.2

CMYK RENK MODELİ

#4C708F rengi CMYK tonu (47,22,0,44).

  • camgöbeği tonu 46.85%
  • eflatun tonu 21.68%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(47,22,0,44)
C47M22Y0K44 
(47%,22%,0%,44%)
(0.47/0.22/0.00/0.44)	

CMYK yüzdeleri

%46.85
%21.68
%0
%43.92

Codes

Color #4C708F in popluar color models

4C708F
RGB76112143
HSL208°30.59%42.94%
HSB/HSV208°46.85%56.08%
CMYK46.85%21.68%0.00%
43.92%

Color #4C708F in popluar number systems.

HEX4C708F
Decimal76112143
Binary1001100111000010001111
Octal114160217

Shades and tints

Shades of #4C708F

#4C708F
(76,112,143)
#466682
(70,102,130)
#405C75
(64,92,117)
#3A5268
(58,82,104)
#34485B
(52,72,91)
#2E3E4E
(46,62,78)
#283441
(40,52,65)
#222A34
(34,42,52)
#1C2027
(28,32,39)
#16161A
(22,22,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C708F

#4C708F
(76,112,143)
#5C7D99
(92,125,153)
#6C8AA3
(108,138,163)
#7C97AD
(124,151,173)
#8CA4B7
(140,164,183)
#9CB1C1
(156,177,193)
#ACBECB
(172,190,203)
#BCCBD5
(188,203,213)
#CCD8DF
(204,216,223)
#DCE5E9
(220,229,233)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C708F; }

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

This text font color is #4C708F.


Background Color

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

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

This div background color is #4C708F.


Border color

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

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

This div border color is #4C708F.


Opacity

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

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

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

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

This text has shadow with #4C708F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C708F on black background.


Color preview on white background

This text has color #4C708F on white background.



Black color preview on #4C708F background

This text has black color on #4C708F background.


White color preview on #4C708F background

This text has white color on #4C708F background.