COLOR #4C6187

HEX: #4C6187
RGB: (76,97,135)

Renk bilgisi

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

RGB renk modeli

#4C6187 color RGB value is (76,97,135).

  • kırmız ton 76;
  • yeşil ton 97;
  • mavi ton 135.
RGB:
(76,97,135)
(30%,38%,53%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 97 of 255 = 38%
B 135 of 255 = 53%

76
97
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 97 + 135 = 308 (100%)
R 76 of 308 ~ 24.68%
G 97 of 308 ~ 31.49%
B 135 of 308 ~ 43.83%

%24.68
%31.49
%43.83

CMYK RENK MODELİ

#4C6187 rengi CMYK tonu (44,28,0,47).

  • camgöbeği tonu 43.70%
  • eflatun tonu 28.15%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(44,28,0,47)
C44M28Y0K47 
(44%,28%,0%,47%)
(0.44/0.28/0.00/0.47)	

CMYK yüzdeleri

%43.7
%28.15
%0
%47.06

Codes

Color #4C6187 in popluar color models

4C6187
RGB7697135
HSL219°27.96%41.37%
HSB/HSV219°43.70%52.94%
CMYK43.70%28.15%0.00%
47.06%

Color #4C6187 in popluar number systems.

HEX4C6187
Decimal7697135
Binary1001100110000110000111
Octal114141207

Shades and tints

Shades of #4C6187

#4C6187
(76,97,135)
#46597B
(70,89,123)
#40516F
(64,81,111)
#3A4963
(58,73,99)
#344157
(52,65,87)
#2E394B
(46,57,75)
#28313F
(40,49,63)
#222933
(34,41,51)
#1C2127
(28,33,39)
#16191B
(22,25,27)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C6187

#4C6187
(76,97,135)
#5C6F91
(92,111,145)
#6C7D9B
(108,125,155)
#7C8BA5
(124,139,165)
#8C99AF
(140,153,175)
#9CA7B9
(156,167,185)
#ACB5C3
(172,181,195)
#BCC3CD
(188,195,205)
#CCD1D7
(204,209,215)
#DCDFE1
(220,223,225)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6187 color. Also use rgb(76,97,135) instead hex code.

Text Font Color

.myTextColor { color: #4C6187; }

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

This text font color is #4C6187.


Background Color

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

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

This div background color is #4C6187.


Border color

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

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

This div border color is #4C6187.


Opacity

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

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

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

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

This text has shadow with #4C6187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6187 on black background.


Color preview on white background

This text has color #4C6187 on white background.



Black color preview on #4C6187 background

This text has black color on #4C6187 background.


White color preview on #4C6187 background

This text has white color on #4C6187 background.