COLOR #4C879B

HEX: #4C879B
RGB: (76,135,155)

Renk bilgisi

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

RGB renk modeli

#4C879B color RGB value is (76,135,155).

  • kırmız ton 76;
  • yeşil ton 135;
  • mavi ton 155.
RGB:
(76,135,155)
(30%,53%,61%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 135 of 255 = 53%
B 155 of 255 = 61%

76
135
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 135 + 155 = 366 (100%)
R 76 of 366 ~ 20.77%
G 135 of 366 ~ 36.89%
B 155 of 366 ~ 42.35%

%20.77
%36.89
%42.35

CMYK RENK MODELİ

#4C879B rengi CMYK tonu (51,13,0,39).

  • camgöbeği tonu 50.97%
  • eflatun tonu 12.90%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(51,13,0,39)
C51M13Y0K39 
(51%,13%,0%,39%)
(0.51/0.13/0.00/0.39)	

CMYK yüzdeleri

%50.97
%12.9
%0
%39.22

Codes

Color #4C879B in popluar color models

4C879B
RGB76135155
HSL195°34.20%45.29%
HSB/HSV195°50.97%60.78%
CMYK50.97%12.90%0.00%
39.22%

Color #4C879B in popluar number systems.

HEX4C879B
Decimal76135155
Binary10011001000011110011011
Octal114207233

Shades and tints

Shades of #4C879B

#4C879B
(76,135,155)
#467B8D
(70,123,141)
#406F7F
(64,111,127)
#3A6371
(58,99,113)
#345763
(52,87,99)
#2E4B55
(46,75,85)
#283F47
(40,63,71)
#223339
(34,51,57)
#1C272B
(28,39,43)
#161B1D
(22,27,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C879B

#4C879B
(76,135,155)
#5C91A4
(92,145,164)
#6C9BAD
(108,155,173)
#7CA5B6
(124,165,182)
#8CAFBF
(140,175,191)
#9CB9C8
(156,185,200)
#ACC3D1
(172,195,209)
#BCCDDA
(188,205,218)
#CCD7E3
(204,215,227)
#DCE1EC
(220,225,236)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C879B color. Also use rgb(76,135,155) instead hex code.

Text Font Color

.myTextColor { color: #4C879B; }

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

This text font color is #4C879B.


Background Color

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

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

This div background color is #4C879B.


Border color

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

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

This div border color is #4C879B.


Opacity

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

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

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

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

This text has shadow with #4C879B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C879B on black background.


Color preview on white background

This text has color #4C879B on white background.



Black color preview on #4C879B background

This text has black color on #4C879B background.


White color preview on #4C879B background

This text has white color on #4C879B background.