COLOR #4C4A75

HEX: #4C4A75
RGB: (76,74,117)

Renk bilgisi

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

RGB renk modeli

#4C4A75 color RGB value is (76,74,117).

  • kırmız ton 76;
  • yeşil ton 74;
  • mavi ton 117.
RGB:
(76,74,117)
(30%,29%,46%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 74 of 255 = 29%
B 117 of 255 = 46%

76
74
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 74 + 117 = 267 (100%)
R 76 of 267 ~ 28.46%
G 74 of 267 ~ 27.72%
B 117 of 267 ~ 43.82%

%28.46
%27.72
%43.82

CMYK RENK MODELİ

#4C4A75 rengi CMYK tonu (35,37,0,54).

  • camgöbeği tonu 35.04%
  • eflatun tonu 36.75%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(35,37,0,54)
C35M37Y0K54 
(35%,37%,0%,54%)
(0.35/0.37/0.00/0.54)	

CMYK yüzdeleri

%35.04
%36.75
%0
%54.12

Codes

Color #4C4A75 in popluar color models

4C4A75
RGB7674117
HSL243°22.51%37.45%
HSB/HSV243°36.75%45.88%
CMYK35.04%36.75%0.00%
54.12%

Color #4C4A75 in popluar number systems.

HEX4C4A75
Decimal7674117
Binary100110010010101110101
Octal114112165

Shades and tints

Shades of #4C4A75

#4C4A75
(76,74,117)
#46446B
(70,68,107)
#403E61
(64,62,97)
#3A3857
(58,56,87)
#34324D
(52,50,77)
#2E2C43
(46,44,67)
#282639
(40,38,57)
#22202F
(34,32,47)
#1C1A25
(28,26,37)
#16141B
(22,20,27)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #4C4A75

#4C4A75
(76,74,117)
#5C5A81
(92,90,129)
#6C6A8D
(108,106,141)
#7C7A99
(124,122,153)
#8C8AA5
(140,138,165)
#9C9AB1
(156,154,177)
#ACAABD
(172,170,189)
#BCBAC9
(188,186,201)
#CCCAD5
(204,202,213)
#DCDAE1
(220,218,225)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4A75 color. Also use rgb(76,74,117) instead hex code.

Text Font Color

.myTextColor { color: #4C4A75; }

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

This text font color is #4C4A75.


Background Color

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

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

This div background color is #4C4A75.


Border color

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

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

This div border color is #4C4A75.


Opacity

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

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

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

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

This text has shadow with #4C4A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A75 on black background.


Color preview on white background

This text has color #4C4A75 on white background.



Black color preview on #4C4A75 background

This text has black color on #4C4A75 background.


White color preview on #4C4A75 background

This text has white color on #4C4A75 background.