COLOR #4C4D7A

HEX: #4C4D7A
RGB: (76,77,122)

Renk bilgisi

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

RGB renk modeli

#4C4D7A color RGB value is (76,77,122).

  • kırmız ton 76;
  • yeşil ton 77;
  • mavi ton 122.
RGB:
(76,77,122)
(30%,30%,48%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 77 of 255 = 30%
B 122 of 255 = 48%

76
77
122

R + G + B ~ 36%. #4C4D7A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 77 + 122 = 275 (100%)
R 76 of 275 ~ 27.64%
G 77 of 275 ~ 28%
B 122 of 275 ~ 44.36%

%27.64
%28
%44.36

CMYK RENK MODELİ

#4C4D7A rengi CMYK tonu (38,37,0,52).

  • camgöbeği tonu 37.70%
  • eflatun tonu 36.89%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(38,37,0,52)
C38M37Y0K52 
(38%,37%,0%,52%)
(0.38/0.37/0.00/0.52)	

CMYK yüzdeleri

%37.7
%36.89
%0
%52.16

Codes

Color #4C4D7A in popluar color models

4C4D7A
RGB7677122
HSL239°23.23%38.82%
HSB/HSV239°37.70%47.84%
CMYK37.70%36.89%0.00%
52.16%

Color #4C4D7A in popluar number systems.

HEX4C4D7A
Decimal7677122
Binary100110010011011111010
Octal114115172

Shades and tints

Shades of #4C4D7A

#4C4D7A
(76,77,122)
#46466F
(70,70,111)
#403F64
(64,63,100)
#3A3859
(58,56,89)
#34314E
(52,49,78)
#2E2A43
(46,42,67)
#282338
(40,35,56)
#221C2D
(34,28,45)
#1C1522
(28,21,34)
#160E17
(22,14,23)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #4C4D7A

#4C4D7A
(76,77,122)
#5C5D86
(92,93,134)
#6C6D92
(108,109,146)
#7C7D9E
(124,125,158)
#8C8DAA
(140,141,170)
#9C9DB6
(156,157,182)
#ACADC2
(172,173,194)
#BCBDCE
(188,189,206)
#CCCDDA
(204,205,218)
#DCDDE6
(220,221,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4D7A color. Also use rgb(76,77,122) instead hex code.

Text Font Color

.myTextColor { color: #4C4D7A; }

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

This text font color is #4C4D7A.


Background Color

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

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

This div background color is #4C4D7A.


Border color

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

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

This div border color is #4C4D7A.


Opacity

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

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

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

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

This text has shadow with #4C4D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4D7A on black background.


Color preview on white background

This text has color #4C4D7A on white background.



Black color preview on #4C4D7A background

This text has black color on #4C4D7A background.


White color preview on #4C4D7A background

This text has white color on #4C4D7A background.