COLOR #4C659A

HEX: #4C659A
RGB: (76,101,154)

Renk bilgisi

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

RGB renk modeli

#4C659A color RGB value is (76,101,154).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 101 of 255 = 40%
B 154 of 255 = 60%

76
101
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 101 + 154 = 331 (100%)
R 76 of 331 ~ 22.96%
G 101 of 331 ~ 30.51%
B 154 of 331 ~ 46.53%

%22.96
%30.51
%46.53

CMYK RENK MODELİ

#4C659A rengi CMYK tonu (51,34,0,40).

  • camgöbeği tonu 50.65%
  • eflatun tonu 34.42%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(51,34,0,40)
C51M34Y0K40 
(51%,34%,0%,40%)
(0.51/0.34/0.00/0.40)	

CMYK yüzdeleri

%50.65
%34.42
%0
%39.61

Codes

Color #4C659A in popluar color models

4C659A
RGB76101154
HSL221°33.91%45.10%
HSB/HSV221°50.65%60.39%
CMYK50.65%34.42%0.00%
39.61%

Color #4C659A in popluar number systems.

HEX4C659A
Decimal76101154
Binary1001100110010110011010
Octal114145232

Shades and tints

Shades of #4C659A

#4C659A
(76,101,154)
#465C8C
(70,92,140)
#40537E
(64,83,126)
#3A4A70
(58,74,112)
#344162
(52,65,98)
#2E3854
(46,56,84)
#282F46
(40,47,70)
#222638
(34,38,56)
#1C1D2A
(28,29,42)
#16141C
(22,20,28)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #4C659A

#4C659A
(76,101,154)
#5C73A3
(92,115,163)
#6C81AC
(108,129,172)
#7C8FB5
(124,143,181)
#8C9DBE
(140,157,190)
#9CABC7
(156,171,199)
#ACB9D0
(172,185,208)
#BCC7D9
(188,199,217)
#CCD5E2
(204,213,226)
#DCE3EB
(220,227,235)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C659A; }

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

This text font color is #4C659A.


Background Color

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

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

This div background color is #4C659A.


Border color

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

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

This div border color is #4C659A.


Opacity

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

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

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

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

This text has shadow with #4C659A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C659A on black background.


Color preview on white background

This text has color #4C659A on white background.



Black color preview on #4C659A background

This text has black color on #4C659A background.


White color preview on #4C659A background

This text has white color on #4C659A background.