COLOR #4C6A7F

HEX: #4C6A7F
RGB: (76,106,127)

Renk bilgisi

#4C6A7F contains red, green and blue colors in about the same proportion. #4C6A7F ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4C6A7F color RGB value is (76,106,127).

  • kırmız ton 76;
  • yeşil ton 106;
  • mavi ton 127.
RGB:
(76,106,127)
(30%,42%,50%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 106 of 255 = 42%
B 127 of 255 = 50%

76
106
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 106 + 127 = 309 (100%)
R 76 of 309 ~ 24.6%
G 106 of 309 ~ 34.3%
B 127 of 309 ~ 41.1%

%24.6
%34.3
%41.1

CMYK RENK MODELİ

#4C6A7F rengi CMYK tonu (40,17,0,50).

  • camgöbeği tonu 40.16%
  • eflatun tonu 16.54%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(40,17,0,50)
C40M17Y0K50 
(40%,17%,0%,50%)
(0.40/0.17/0.00/0.50)	

CMYK yüzdeleri

%40.16
%16.54
%0
%50.2

Codes

Color #4C6A7F in popluar color models

4C6A7F
RGB76106127
HSL205°25.12%39.80%
HSB/HSV205°40.16%49.80%
CMYK40.16%16.54%0.00%
50.20%

Color #4C6A7F in popluar number systems.

HEX4C6A7F
Decimal76106127
Binary100110011010101111111
Octal114152177

Shades and tints

Shades of #4C6A7F

#4C6A7F
(76,106,127)
#466174
(70,97,116)
#405869
(64,88,105)
#3A4F5E
(58,79,94)
#344653
(52,70,83)
#2E3D48
(46,61,72)
#28343D
(40,52,61)
#222B32
(34,43,50)
#1C2227
(28,34,39)
#16191C
(22,25,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #4C6A7F

#4C6A7F
(76,106,127)
#5C778A
(92,119,138)
#6C8495
(108,132,149)
#7C91A0
(124,145,160)
#8C9EAB
(140,158,171)
#9CABB6
(156,171,182)
#ACB8C1
(172,184,193)
#BCC5CC
(188,197,204)
#CCD2D7
(204,210,215)
#DCDFE2
(220,223,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6A7F color. Also use rgb(76,106,127) instead hex code.

Text Font Color

.myTextColor { color: #4C6A7F; }

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

This text font color is #4C6A7F.


Background Color

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

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

This div background color is #4C6A7F.


Border color

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

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

This div border color is #4C6A7F.


Opacity

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

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

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

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

This text has shadow with #4C6A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6A7F on black background.


Color preview on white background

This text has color #4C6A7F on white background.



Black color preview on #4C6A7F background

This text has black color on #4C6A7F background.


White color preview on #4C6A7F background

This text has white color on #4C6A7F background.