COLOR #4C4F74

HEX: #4C4F74
RGB: (76,79,116)

Renk bilgisi

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

RGB renk modeli

#4C4F74 color RGB value is (76,79,116).

  • kırmız ton 76;
  • yeşil ton 79;
  • mavi ton 116.
RGB:
(76,79,116)
(30%,31%,45%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 79 of 255 = 31%
B 116 of 255 = 45%

76
79
116

R + G + B ~ 35%. #4C4F74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 79 + 116 = 271 (100%)
R 76 of 271 ~ 28.04%
G 79 of 271 ~ 29.15%
B 116 of 271 ~ 42.8%

%28.04
%29.15
%42.8

CMYK RENK MODELİ

#4C4F74 rengi CMYK tonu (34,32,0,55).

  • camgöbeği tonu 34.48%
  • eflatun tonu 31.90%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(34,32,0,55)
C34M32Y0K55 
(34%,32%,0%,55%)
(0.34/0.32/0.00/0.55)	

CMYK yüzdeleri

%34.48
%31.9
%0
%54.51

Codes

Color #4C4F74 in popluar color models

4C4F74
RGB7679116
HSL236°20.83%37.65%
HSB/HSV236°34.48%45.49%
CMYK34.48%31.90%0.00%
54.51%

Color #4C4F74 in popluar number systems.

HEX4C4F74
Decimal7679116
Binary100110010011111110100
Octal114117164

Shades and tints

Shades of #4C4F74

#4C4F74
(76,79,116)
#46486A
(70,72,106)
#404160
(64,65,96)
#3A3A56
(58,58,86)
#34334C
(52,51,76)
#2E2C42
(46,44,66)
#282538
(40,37,56)
#221E2E
(34,30,46)
#1C1724
(28,23,36)
#16101A
(22,16,26)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #4C4F74

#4C4F74
(76,79,116)
#5C5F80
(92,95,128)
#6C6F8C
(108,111,140)
#7C7F98
(124,127,152)
#8C8FA4
(140,143,164)
#9C9FB0
(156,159,176)
#ACAFBC
(172,175,188)
#BCBFC8
(188,191,200)
#CCCFD4
(204,207,212)
#DCDFE0
(220,223,224)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4F74 color. Also use rgb(76,79,116) instead hex code.

Text Font Color

.myTextColor { color: #4C4F74; }

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

This text font color is #4C4F74.


Background Color

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

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

This div background color is #4C4F74.


Border color

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

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

This div border color is #4C4F74.


Opacity

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

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

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

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

This text has shadow with #4C4F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F74 on black background.


Color preview on white background

This text has color #4C4F74 on white background.



Black color preview on #4C4F74 background

This text has black color on #4C4F74 background.


White color preview on #4C4F74 background

This text has white color on #4C4F74 background.