COLOR #4C969E

HEX: #4C969E
RGB: (76,150,158)

Renk bilgisi

#4C969E contains mainly green and blue colors. #4C969E ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#4C969E color RGB value is (76,150,158).

  • kırmız ton 76;
  • yeşil ton 150;
  • mavi ton 158.
RGB:
(76,150,158)
(30%,59%,62%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 150 of 255 = 59%
B 158 of 255 = 62%

76
150
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 150 + 158 = 384 (100%)
R 76 of 384 ~ 19.79%
G 150 of 384 ~ 39.06%
B 158 of 384 ~ 41.15%

%19.79
%39.06
%41.15

CMYK RENK MODELİ

#4C969E rengi CMYK tonu (52,5,0,38).

  • camgöbeği tonu 51.90%
  • eflatun tonu 5.06%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(52,5,0,38)
C52M5Y0K38 
(52%,5%,0%,38%)
(0.52/0.05/0.00/0.38)	

CMYK yüzdeleri

%51.9
%5.06
%0
%38.04

Codes

Color #4C969E in popluar color models

4C969E
RGB76150158
HSL186°35.04%45.88%
HSB/HSV186°51.90%61.96%
CMYK51.90%5.06%0.00%
38.04%

Color #4C969E in popluar number systems.

HEX4C969E
Decimal76150158
Binary10011001001011010011110
Octal114226236

Shades and tints

Shades of #4C969E

#4C969E
(76,150,158)
#468990
(70,137,144)
#407C82
(64,124,130)
#3A6F74
(58,111,116)
#346266
(52,98,102)
#2E5558
(46,85,88)
#28484A
(40,72,74)
#223B3C
(34,59,60)
#1C2E2E
(28,46,46)
#162120
(22,33,32)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #4C969E

#4C969E
(76,150,158)
#5C9FA6
(92,159,166)
#6CA8AE
(108,168,174)
#7CB1B6
(124,177,182)
#8CBABE
(140,186,190)
#9CC3C6
(156,195,198)
#ACCCCE
(172,204,206)
#BCD5D6
(188,213,214)
#CCDEDE
(204,222,222)
#DCE7E6
(220,231,230)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C969E color. Also use rgb(76,150,158) instead hex code.

Text Font Color

.myTextColor { color: #4C969E; }

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

This text font color is #4C969E.


Background Color

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

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

This div background color is #4C969E.


Border color

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

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

This div border color is #4C969E.


Opacity

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

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

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

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

This text has shadow with #4C969E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C969E on black background.


Color preview on white background

This text has color #4C969E on white background.



Black color preview on #4C969E background

This text has black color on #4C969E background.


White color preview on #4C969E background

This text has white color on #4C969E background.