COLOR #4C6487

HEX: #4C6487
RGB: (76,100,135)

Renk bilgisi

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

RGB renk modeli

#4C6487 color RGB value is (76,100,135).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 100 of 255 = 39%
B 135 of 255 = 53%

76
100
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 100 + 135 = 311 (100%)
R 76 of 311 ~ 24.44%
G 100 of 311 ~ 32.15%
B 135 of 311 ~ 43.41%

%24.44
%32.15
%43.41

CMYK RENK MODELİ

#4C6487 rengi CMYK tonu (44,26,0,47).

  • camgöbeği tonu 43.70%
  • eflatun tonu 25.93%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(44,26,0,47)
C44M26Y0K47 
(44%,26%,0%,47%)
(0.44/0.26/0.00/0.47)	

CMYK yüzdeleri

%43.7
%25.93
%0
%47.06

Codes

Color #4C6487 in popluar color models

4C6487
RGB76100135
HSL216°27.96%41.37%
HSB/HSV216°43.70%52.94%
CMYK43.70%25.93%0.00%
47.06%

Color #4C6487 in popluar number systems.

HEX4C6487
Decimal76100135
Binary1001100110010010000111
Octal114144207

Shades and tints

Shades of #4C6487

#4C6487
(76,100,135)
#465B7B
(70,91,123)
#40526F
(64,82,111)
#3A4963
(58,73,99)
#344057
(52,64,87)
#2E374B
(46,55,75)
#282E3F
(40,46,63)
#222533
(34,37,51)
#1C1C27
(28,28,39)
#16131B
(22,19,27)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #4C6487

#4C6487
(76,100,135)
#5C7291
(92,114,145)
#6C809B
(108,128,155)
#7C8EA5
(124,142,165)
#8C9CAF
(140,156,175)
#9CAAB9
(156,170,185)
#ACB8C3
(172,184,195)
#BCC6CD
(188,198,205)
#CCD4D7
(204,212,215)
#DCE2E1
(220,226,225)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6487; }

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

This text font color is #4C6487.


Background Color

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

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

This div background color is #4C6487.


Border color

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

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

This div border color is #4C6487.


Opacity

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

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

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

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

This text has shadow with #4C6487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6487 on black background.


Color preview on white background

This text has color #4C6487 on white background.



Black color preview on #4C6487 background

This text has black color on #4C6487 background.


White color preview on #4C6487 background

This text has white color on #4C6487 background.