COLOR #4C5FA3

HEX: #4C5FA3
RGB: (76,95,163)

Renk bilgisi

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

RGB renk modeli

#4C5FA3 color RGB value is (76,95,163).

  • kırmız ton 76;
  • yeşil ton 95;
  • mavi ton 163.
RGB:
(76,95,163)
(30%,37%,64%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 95 of 255 = 37%
B 163 of 255 = 64%

76
95
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 95 + 163 = 334 (100%)
R 76 of 334 ~ 22.75%
G 95 of 334 ~ 28.44%
B 163 of 334 ~ 48.8%

%22.75
%28.44
%48.8

CMYK RENK MODELİ

#4C5FA3 rengi CMYK tonu (53,42,0,36).

  • camgöbeği tonu 53.37%
  • eflatun tonu 41.72%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(53,42,0,36)
C53M42Y0K36 
(53%,42%,0%,36%)
(0.53/0.42/0.00/0.36)	

CMYK yüzdeleri

%53.37
%41.72
%0
%36.08

Codes

Color #4C5FA3 in popluar color models

4C5FA3
RGB7695163
HSL227°36.40%46.86%
HSB/HSV227°53.37%63.92%
CMYK53.37%41.72%0.00%
36.08%

Color #4C5FA3 in popluar number systems.

HEX4C5FA3
Decimal7695163
Binary1001100101111110100011
Octal114137243

Shades and tints

Shades of #4C5FA3

#4C5FA3
(76,95,163)
#465795
(70,87,149)
#404F87
(64,79,135)
#3A4779
(58,71,121)
#343F6B
(52,63,107)
#2E375D
(46,55,93)
#282F4F
(40,47,79)
#222741
(34,39,65)
#1C1F33
(28,31,51)
#161725
(22,23,37)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #4C5FA3

#4C5FA3
(76,95,163)
#5C6DAB
(92,109,171)
#6C7BB3
(108,123,179)
#7C89BB
(124,137,187)
#8C97C3
(140,151,195)
#9CA5CB
(156,165,203)
#ACB3D3
(172,179,211)
#BCC1DB
(188,193,219)
#CCCFE3
(204,207,227)
#DCDDEB
(220,221,235)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5FA3 color. Also use rgb(76,95,163) instead hex code.

Text Font Color

.myTextColor { color: #4C5FA3; }

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

This text font color is #4C5FA3.


Background Color

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

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

This div background color is #4C5FA3.


Border color

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

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

This div border color is #4C5FA3.


Opacity

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

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

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

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

This text has shadow with #4C5FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5FA3 on black background.


Color preview on white background

This text has color #4C5FA3 on white background.



Black color preview on #4C5FA3 background

This text has black color on #4C5FA3 background.


White color preview on #4C5FA3 background

This text has white color on #4C5FA3 background.