COLOR #4C8493

HEX: #4C8493
RGB: (76,132,147)

Renk bilgisi

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

RGB renk modeli

#4C8493 color RGB value is (76,132,147).

  • kırmız ton 76;
  • yeşil ton 132;
  • mavi ton 147.
RGB:
(76,132,147)
(30%,52%,58%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 132 of 255 = 52%
B 147 of 255 = 58%

76
132
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 132 + 147 = 355 (100%)
R 76 of 355 ~ 21.41%
G 132 of 355 ~ 37.18%
B 147 of 355 ~ 41.41%

%21.41
%37.18
%41.41

CMYK RENK MODELİ

#4C8493 rengi CMYK tonu (48,10,0,42).

  • camgöbeği tonu 48.30%
  • eflatun tonu 10.20%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(48,10,0,42)
C48M10Y0K42 
(48%,10%,0%,42%)
(0.48/0.10/0.00/0.42)	

CMYK yüzdeleri

%48.3
%10.2
%0
%42.35

Codes

Color #4C8493 in popluar color models

4C8493
RGB76132147
HSL193°31.84%43.73%
HSB/HSV193°48.30%57.65%
CMYK48.30%10.20%0.00%
42.35%

Color #4C8493 in popluar number systems.

HEX4C8493
Decimal76132147
Binary10011001000010010010011
Octal114204223

Shades and tints

Shades of #4C8493

#4C8493
(76,132,147)
#467886
(70,120,134)
#406C79
(64,108,121)
#3A606C
(58,96,108)
#34545F
(52,84,95)
#2E4852
(46,72,82)
#283C45
(40,60,69)
#223038
(34,48,56)
#1C242B
(28,36,43)
#16181E
(22,24,30)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #4C8493

#4C8493
(76,132,147)
#5C8F9C
(92,143,156)
#6C9AA5
(108,154,165)
#7CA5AE
(124,165,174)
#8CB0B7
(140,176,183)
#9CBBC0
(156,187,192)
#ACC6C9
(172,198,201)
#BCD1D2
(188,209,210)
#CCDCDB
(204,220,219)
#DCE7E4
(220,231,228)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8493 color. Also use rgb(76,132,147) instead hex code.

Text Font Color

.myTextColor { color: #4C8493; }

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

This text font color is #4C8493.


Background Color

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

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

This div background color is #4C8493.


Border color

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

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

This div border color is #4C8493.


Opacity

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

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

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

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

This text has shadow with #4C8493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8493 on black background.


Color preview on white background

This text has color #4C8493 on white background.



Black color preview on #4C8493 background

This text has black color on #4C8493 background.


White color preview on #4C8493 background

This text has white color on #4C8493 background.