COLOR #4C557D

HEX: #4C557D
RGB: (76,85,125)

Renk bilgisi

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

RGB renk modeli

#4C557D color RGB value is (76,85,125).

  • kırmız ton 76;
  • yeşil ton 85;
  • mavi ton 125.
RGB:
(76,85,125)
(30%,33%,49%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 85 of 255 = 33%
B 125 of 255 = 49%

76
85
125

R + G + B ~ 37%. #4C557D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 85 + 125 = 286 (100%)
R 76 of 286 ~ 26.57%
G 85 of 286 ~ 29.72%
B 125 of 286 ~ 43.71%

%26.57
%29.72
%43.71

CMYK RENK MODELİ

#4C557D rengi CMYK tonu (39,32,0,51).

  • camgöbeği tonu 39.20%
  • eflatun tonu 32.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(39,32,0,51)
C39M32Y0K51 
(39%,32%,0%,51%)
(0.39/0.32/0.00/0.51)	

CMYK yüzdeleri

%39.2
%32
%0
%50.98

Codes

Color #4C557D in popluar color models

4C557D
RGB7685125
HSL229°24.38%39.41%
HSB/HSV229°39.20%49.02%
CMYK39.20%32.00%0.00%
50.98%

Color #4C557D in popluar number systems.

HEX4C557D
Decimal7685125
Binary100110010101011111101
Octal114125175

Shades and tints

Shades of #4C557D

#4C557D
(76,85,125)
#464E72
(70,78,114)
#404767
(64,71,103)
#3A405C
(58,64,92)
#343951
(52,57,81)
#2E3246
(46,50,70)
#282B3B
(40,43,59)
#222430
(34,36,48)
#1C1D25
(28,29,37)
#16161A
(22,22,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C557D

#4C557D
(76,85,125)
#5C6488
(92,100,136)
#6C7393
(108,115,147)
#7C829E
(124,130,158)
#8C91A9
(140,145,169)
#9CA0B4
(156,160,180)
#ACAFBF
(172,175,191)
#BCBECA
(188,190,202)
#CCCDD5
(204,205,213)
#DCDCE0
(220,220,224)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C557D color. Also use rgb(76,85,125) instead hex code.

Text Font Color

.myTextColor { color: #4C557D; }

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

This text font color is #4C557D.


Background Color

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

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

This div background color is #4C557D.


Border color

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

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

This div border color is #4C557D.


Opacity

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

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

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

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

This text has shadow with #4C557D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C557D on black background.


Color preview on white background

This text has color #4C557D on white background.



Black color preview on #4C557D background

This text has black color on #4C557D background.


White color preview on #4C557D background

This text has white color on #4C557D background.