COLOR #4C466A

HEX: #4C466A
RGB: (76,70,106)

Renk bilgisi

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

RGB renk modeli

#4C466A color RGB value is (76,70,106).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 70 of 255 = 27%
B 106 of 255 = 42%

76
70
106

R + G + B ~ 33%. #4C466A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 70 + 106 = 252 (100%)
R 76 of 252 ~ 30.16%
G 70 of 252 ~ 27.78%
B 106 of 252 ~ 42.06%

%30.16
%27.78
%42.06

CMYK RENK MODELİ

#4C466A rengi CMYK tonu (28,34,0,58).

  • camgöbeği tonu 28.30%
  • eflatun tonu 33.96%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(28,34,0,58)
C28M34Y0K58 
(28%,34%,0%,58%)
(0.28/0.34/0.00/0.58)	

CMYK yüzdeleri

%28.3
%33.96
%0
%58.43

Codes

Color #4C466A in popluar color models

4C466A
RGB7670106
HSL250°20.45%34.51%
HSB/HSV250°33.96%41.57%
CMYK28.30%33.96%0.00%
58.43%

Color #4C466A in popluar number systems.

HEX4C466A
Decimal7670106
Binary100110010001101101010
Octal114106152

Shades and tints

Shades of #4C466A

#4C466A
(76,70,106)
#464061
(70,64,97)
#403A58
(64,58,88)
#3A344F
(58,52,79)
#342E46
(52,46,70)
#2E283D
(46,40,61)
#282234
(40,34,52)
#221C2B
(34,28,43)
#1C1622
(28,22,34)
#161019
(22,16,25)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C466A

#4C466A
(76,70,106)
#5C5677
(92,86,119)
#6C6684
(108,102,132)
#7C7691
(124,118,145)
#8C869E
(140,134,158)
#9C96AB
(156,150,171)
#ACA6B8
(172,166,184)
#BCB6C5
(188,182,197)
#CCC6D2
(204,198,210)
#DCD6DF
(220,214,223)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C466A; }

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

This text font color is #4C466A.


Background Color

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

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

This div background color is #4C466A.


Border color

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

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

This div border color is #4C466A.


Opacity

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

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

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

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

This text has shadow with #4C466A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C466A on black background.


Color preview on white background

This text has color #4C466A on white background.



Black color preview on #4C466A background

This text has black color on #4C466A background.


White color preview on #4C466A background

This text has white color on #4C466A background.