COLOR #4C5A7C

HEX: #4C5A7C
RGB: (76,90,124)

Renk bilgisi

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

RGB renk modeli

#4C5A7C color RGB value is (76,90,124).

  • kırmız ton 76;
  • yeşil ton 90;
  • mavi ton 124.
RGB:
(76,90,124)
(30%,35%,49%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 90 of 255 = 35%
B 124 of 255 = 49%

76
90
124

R + G + B ~ 38%. #4C5A7C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 90 + 124 = 290 (100%)
R 76 of 290 ~ 26.21%
G 90 of 290 ~ 31.03%
B 124 of 290 ~ 42.76%

%26.21
%31.03
%42.76

CMYK RENK MODELİ

#4C5A7C rengi CMYK tonu (39,27,0,51).

  • camgöbeği tonu 38.71%
  • eflatun tonu 27.42%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(39,27,0,51)
C39M27Y0K51 
(39%,27%,0%,51%)
(0.39/0.27/0.00/0.51)	

CMYK yüzdeleri

%38.71
%27.42
%0
%51.37

Codes

Color #4C5A7C in popluar color models

4C5A7C
RGB7690124
HSL223°24.00%39.22%
HSB/HSV223°38.71%48.63%
CMYK38.71%27.42%0.00%
51.37%

Color #4C5A7C in popluar number systems.

HEX4C5A7C
Decimal7690124
Binary100110010110101111100
Octal114132174

Shades and tints

Shades of #4C5A7C

#4C5A7C
(76,90,124)
#465271
(70,82,113)
#404A66
(64,74,102)
#3A425B
(58,66,91)
#343A50
(52,58,80)
#2E3245
(46,50,69)
#282A3A
(40,42,58)
#22222F
(34,34,47)
#1C1A24
(28,26,36)
#161219
(22,18,25)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C5A7C

#4C5A7C
(76,90,124)
#5C6987
(92,105,135)
#6C7892
(108,120,146)
#7C879D
(124,135,157)
#8C96A8
(140,150,168)
#9CA5B3
(156,165,179)
#ACB4BE
(172,180,190)
#BCC3C9
(188,195,201)
#CCD2D4
(204,210,212)
#DCE1DF
(220,225,223)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5A7C color. Also use rgb(76,90,124) instead hex code.

Text Font Color

.myTextColor { color: #4C5A7C; }

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

This text font color is #4C5A7C.


Background Color

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

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

This div background color is #4C5A7C.


Border color

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

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

This div border color is #4C5A7C.


Opacity

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

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

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

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

This text has shadow with #4C5A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5A7C on black background.


Color preview on white background

This text has color #4C5A7C on white background.



Black color preview on #4C5A7C background

This text has black color on #4C5A7C background.


White color preview on #4C5A7C background

This text has white color on #4C5A7C background.