COLOR #4C518E

HEX: #4C518E
RGB: (76,81,142)

Renk bilgisi

#4C518E contains mainly blue color. #4C518E ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4C518E color RGB value is (76,81,142).

  • kırmız ton 76;
  • yeşil ton 81;
  • mavi ton 142.
RGB:
(76,81,142)
(30%,32%,56%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 81 of 255 = 32%
B 142 of 255 = 56%

76
81
142

R + G + B ~ 39%. #4C518E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 81 + 142 = 299 (100%)
R 76 of 299 ~ 25.42%
G 81 of 299 ~ 27.09%
B 142 of 299 ~ 47.49%

%25.42
%27.09
%47.49

CMYK RENK MODELİ

#4C518E rengi CMYK tonu (46,43,0,44).

  • camgöbeği tonu 46.48%
  • eflatun tonu 42.96%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(46,43,0,44)
C46M43Y0K44 
(46%,43%,0%,44%)
(0.46/0.43/0.00/0.44)	

CMYK yüzdeleri

%46.48
%42.96
%0
%44.31

Codes

Color #4C518E in popluar color models

4C518E
RGB7681142
HSL235°30.28%42.75%
HSB/HSV235°46.48%55.69%
CMYK46.48%42.96%0.00%
44.31%

Color #4C518E in popluar number systems.

HEX4C518E
Decimal7681142
Binary1001100101000110001110
Octal114121216

Shades and tints

Shades of #4C518E

#4C518E
(76,81,142)
#464A82
(70,74,130)
#404376
(64,67,118)
#3A3C6A
(58,60,106)
#34355E
(52,53,94)
#2E2E52
(46,46,82)
#282746
(40,39,70)
#22203A
(34,32,58)
#1C192E
(28,25,46)
#161222
(22,18,34)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #4C518E

#4C518E
(76,81,142)
#5C6098
(92,96,152)
#6C6FA2
(108,111,162)
#7C7EAC
(124,126,172)
#8C8DB6
(140,141,182)
#9C9CC0
(156,156,192)
#ACABCA
(172,171,202)
#BCBAD4
(188,186,212)
#CCC9DE
(204,201,222)
#DCD8E8
(220,216,232)
#ECE7F2
(236,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C518E color. Also use rgb(76,81,142) instead hex code.

Text Font Color

.myTextColor { color: #4C518E; }

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

This text font color is #4C518E.


Background Color

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

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

This div background color is #4C518E.


Border color

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

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

This div border color is #4C518E.


Opacity

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

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

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

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

This text has shadow with #4C518E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C518E on black background.


Color preview on white background

This text has color #4C518E on white background.



Black color preview on #4C518E background

This text has black color on #4C518E background.


White color preview on #4C518E background

This text has white color on #4C518E background.