COLOR #4C769B

HEX: #4C769B
RGB: (76,118,155)

Renk bilgisi

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

RGB renk modeli

#4C769B color RGB value is (76,118,155).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 118 of 255 = 46%
B 155 of 255 = 61%

76
118
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 118 + 155 = 349 (100%)
R 76 of 349 ~ 21.78%
G 118 of 349 ~ 33.81%
B 155 of 349 ~ 44.41%

%21.78
%33.81
%44.41

CMYK RENK MODELİ

#4C769B rengi CMYK tonu (51,24,0,39).

  • camgöbeği tonu 50.97%
  • eflatun tonu 23.87%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(51,24,0,39)
C51M24Y0K39 
(51%,24%,0%,39%)
(0.51/0.24/0.00/0.39)	

CMYK yüzdeleri

%50.97
%23.87
%0
%39.22

Codes

Color #4C769B in popluar color models

4C769B
RGB76118155
HSL208°34.20%45.29%
HSB/HSV208°50.97%60.78%
CMYK50.97%23.87%0.00%
39.22%

Color #4C769B in popluar number systems.

HEX4C769B
Decimal76118155
Binary1001100111011010011011
Octal114166233

Shades and tints

Shades of #4C769B

#4C769B
(76,118,155)
#466C8D
(70,108,141)
#40627F
(64,98,127)
#3A5871
(58,88,113)
#344E63
(52,78,99)
#2E4455
(46,68,85)
#283A47
(40,58,71)
#223039
(34,48,57)
#1C262B
(28,38,43)
#161C1D
(22,28,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #4C769B

#4C769B
(76,118,155)
#5C82A4
(92,130,164)
#6C8EAD
(108,142,173)
#7C9AB6
(124,154,182)
#8CA6BF
(140,166,191)
#9CB2C8
(156,178,200)
#ACBED1
(172,190,209)
#BCCADA
(188,202,218)
#CCD6E3
(204,214,227)
#DCE2EC
(220,226,236)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C769B; }

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

This text font color is #4C769B.


Background Color

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

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

This div background color is #4C769B.


Border color

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

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

This div border color is #4C769B.


Opacity

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

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

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

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

This text has shadow with #4C769B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C769B on black background.


Color preview on white background

This text has color #4C769B on white background.



Black color preview on #4C769B background

This text has black color on #4C769B background.


White color preview on #4C769B background

This text has white color on #4C769B background.