COLOR #4C5390

HEX: #4C5390
RGB: (76,83,144)

Renk bilgisi

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

RGB renk modeli

#4C5390 color RGB value is (76,83,144).

  • kırmız ton 76;
  • yeşil ton 83;
  • mavi ton 144.
RGB:
(76,83,144)
(30%,33%,56%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 83 of 255 = 33%
B 144 of 255 = 56%

76
83
144

R + G + B ~ 40%. #4C5390 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 83 + 144 = 303 (100%)
R 76 of 303 ~ 25.08%
G 83 of 303 ~ 27.39%
B 144 of 303 ~ 47.52%

%25.08
%27.39
%47.52

CMYK RENK MODELİ

#4C5390 rengi CMYK tonu (47,42,0,44).

  • camgöbeği tonu 47.22%
  • eflatun tonu 42.36%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(47,42,0,44)
C47M42Y0K44 
(47%,42%,0%,44%)
(0.47/0.42/0.00/0.44)	

CMYK yüzdeleri

%47.22
%42.36
%0
%43.53

Codes

Color #4C5390 in popluar color models

4C5390
RGB7683144
HSL234°30.91%43.14%
HSB/HSV234°47.22%56.47%
CMYK47.22%42.36%0.00%
43.53%

Color #4C5390 in popluar number systems.

HEX4C5390
Decimal7683144
Binary1001100101001110010000
Octal114123220

Shades and tints

Shades of #4C5390

#4C5390
(76,83,144)
#464C83
(70,76,131)
#404576
(64,69,118)
#3A3E69
(58,62,105)
#34375C
(52,55,92)
#2E304F
(46,48,79)
#282942
(40,41,66)
#222235
(34,34,53)
#1C1B28
(28,27,40)
#16141B
(22,20,27)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #4C5390

#4C5390
(76,83,144)
#5C629A
(92,98,154)
#6C71A4
(108,113,164)
#7C80AE
(124,128,174)
#8C8FB8
(140,143,184)
#9C9EC2
(156,158,194)
#ACADCC
(172,173,204)
#BCBCD6
(188,188,214)
#CCCBE0
(204,203,224)
#DCDAEA
(220,218,234)
#ECE9F4
(236,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5390 color. Also use rgb(76,83,144) instead hex code.

Text Font Color

.myTextColor { color: #4C5390; }

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

This text font color is #4C5390.


Background Color

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

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

This div background color is #4C5390.


Border color

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

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

This div border color is #4C5390.


Opacity

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

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

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

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

This text has shadow with #4C5390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5390 on black background.


Color preview on white background

This text has color #4C5390 on white background.



Black color preview on #4C5390 background

This text has black color on #4C5390 background.


White color preview on #4C5390 background

This text has white color on #4C5390 background.