COLOR #4C659B

HEX: #4C659B
RGB: (76,101,155)

Renk bilgisi

#4C659B contains mainly green and blue colors. #4C659B ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4C659B color RGB value is (76,101,155).

  • kırmız ton 76;
  • yeşil ton 101;
  • mavi ton 155.
RGB:
(76,101,155)
(30%,40%,61%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 101 of 255 = 40%
B 155 of 255 = 61%

76
101
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 101 + 155 = 332 (100%)
R 76 of 332 ~ 22.89%
G 101 of 332 ~ 30.42%
B 155 of 332 ~ 46.69%

%22.89
%30.42
%46.69

CMYK RENK MODELİ

#4C659B rengi CMYK tonu (51,35,0,39).

  • camgöbeği tonu 50.97%
  • eflatun tonu 34.84%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(51,35,0,39)
C51M35Y0K39 
(51%,35%,0%,39%)
(0.51/0.35/0.00/0.39)	

CMYK yüzdeleri

%50.97
%34.84
%0
%39.22

Codes

Color #4C659B in popluar color models

4C659B
RGB76101155
HSL221°34.20%45.29%
HSB/HSV221°50.97%60.78%
CMYK50.97%34.84%0.00%
39.22%

Color #4C659B in popluar number systems.

HEX4C659B
Decimal76101155
Binary1001100110010110011011
Octal114145233

Shades and tints

Shades of #4C659B

#4C659B
(76,101,155)
#465C8D
(70,92,141)
#40537F
(64,83,127)
#3A4A71
(58,74,113)
#344163
(52,65,99)
#2E3855
(46,56,85)
#282F47
(40,47,71)
#222639
(34,38,57)
#1C1D2B
(28,29,43)
#16141D
(22,20,29)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #4C659B

#4C659B
(76,101,155)
#5C73A4
(92,115,164)
#6C81AD
(108,129,173)
#7C8FB6
(124,143,182)
#8C9DBF
(140,157,191)
#9CABC8
(156,171,200)
#ACB9D1
(172,185,209)
#BCC7DA
(188,199,218)
#CCD5E3
(204,213,227)
#DCE3EC
(220,227,236)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C659B color. Also use rgb(76,101,155) instead hex code.

Text Font Color

.myTextColor { color: #4C659B; }

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

This text font color is #4C659B.


Background Color

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

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

This div background color is #4C659B.


Border color

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

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

This div border color is #4C659B.


Opacity

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

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

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

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

This text has shadow with #4C659B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C659B on black background.


Color preview on white background

This text has color #4C659B on white background.



Black color preview on #4C659B background

This text has black color on #4C659B background.


White color preview on #4C659B background

This text has white color on #4C659B background.