COLOR #4C7889

HEX: #4C7889
RGB: (76,120,137)

Renk bilgisi

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

RGB renk modeli

#4C7889 color RGB value is (76,120,137).

  • kırmız ton 76;
  • yeşil ton 120;
  • mavi ton 137.
RGB:
(76,120,137)
(30%,47%,54%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 120 of 255 = 47%
B 137 of 255 = 54%

76
120
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 120 + 137 = 333 (100%)
R 76 of 333 ~ 22.82%
G 120 of 333 ~ 36.04%
B 137 of 333 ~ 41.14%

%22.82
%36.04
%41.14

CMYK RENK MODELİ

#4C7889 rengi CMYK tonu (45,12,0,46).

  • camgöbeği tonu 44.53%
  • eflatun tonu 12.41%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(45,12,0,46)
C45M12Y0K46 
(45%,12%,0%,46%)
(0.45/0.12/0.00/0.46)	

CMYK yüzdeleri

%44.53
%12.41
%0
%46.27

Codes

Color #4C7889 in popluar color models

4C7889
RGB76120137
HSL197°28.64%41.76%
HSB/HSV197°44.53%53.73%
CMYK44.53%12.41%0.00%
46.27%

Color #4C7889 in popluar number systems.

HEX4C7889
Decimal76120137
Binary1001100111100010001001
Octal114170211

Shades and tints

Shades of #4C7889

#4C7889
(76,120,137)
#466E7D
(70,110,125)
#406471
(64,100,113)
#3A5A65
(58,90,101)
#345059
(52,80,89)
#2E464D
(46,70,77)
#283C41
(40,60,65)
#223235
(34,50,53)
#1C2829
(28,40,41)
#161E1D
(22,30,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #4C7889

#4C7889
(76,120,137)
#5C8493
(92,132,147)
#6C909D
(108,144,157)
#7C9CA7
(124,156,167)
#8CA8B1
(140,168,177)
#9CB4BB
(156,180,187)
#ACC0C5
(172,192,197)
#BCCCCF
(188,204,207)
#CCD8D9
(204,216,217)
#DCE4E3
(220,228,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7889 color. Also use rgb(76,120,137) instead hex code.

Text Font Color

.myTextColor { color: #4C7889; }

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

This text font color is #4C7889.


Background Color

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

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

This div background color is #4C7889.


Border color

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

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

This div border color is #4C7889.


Opacity

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

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

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

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

This text has shadow with #4C7889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7889 on black background.


Color preview on white background

This text has color #4C7889 on white background.



Black color preview on #4C7889 background

This text has black color on #4C7889 background.


White color preview on #4C7889 background

This text has white color on #4C7889 background.