COLOR #4C639F

HEX: #4C639F
RGB: (76,99,159)

Renk bilgisi

#4C639F contains mainly blue color. #4C639F ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4C639F color RGB value is (76,99,159).

  • kırmız ton 76;
  • yeşil ton 99;
  • mavi ton 159.
RGB:
(76,99,159)
(30%,39%,62%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 99 of 255 = 39%
B 159 of 255 = 62%

76
99
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 99 + 159 = 334 (100%)
R 76 of 334 ~ 22.75%
G 99 of 334 ~ 29.64%
B 159 of 334 ~ 47.6%

%22.75
%29.64
%47.6

CMYK RENK MODELİ

#4C639F rengi CMYK tonu (52,38,0,38).

  • camgöbeği tonu 52.20%
  • eflatun tonu 37.74%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(52,38,0,38)
C52M38Y0K38 
(52%,38%,0%,38%)
(0.52/0.38/0.00/0.38)	

CMYK yüzdeleri

%52.2
%37.74
%0
%37.65

Codes

Color #4C639F in popluar color models

4C639F
RGB7699159
HSL223°35.32%46.08%
HSB/HSV223°52.20%62.35%
CMYK52.20%37.74%0.00%
37.65%

Color #4C639F in popluar number systems.

HEX4C639F
Decimal7699159
Binary1001100110001110011111
Octal114143237

Shades and tints

Shades of #4C639F

#4C639F
(76,99,159)
#465A91
(70,90,145)
#405183
(64,81,131)
#3A4875
(58,72,117)
#343F67
(52,63,103)
#2E3659
(46,54,89)
#282D4B
(40,45,75)
#22243D
(34,36,61)
#1C1B2F
(28,27,47)
#161221
(22,18,33)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #4C639F

#4C639F
(76,99,159)
#5C71A7
(92,113,167)
#6C7FAF
(108,127,175)
#7C8DB7
(124,141,183)
#8C9BBF
(140,155,191)
#9CA9C7
(156,169,199)
#ACB7CF
(172,183,207)
#BCC5D7
(188,197,215)
#CCD3DF
(204,211,223)
#DCE1E7
(220,225,231)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C639F color. Also use rgb(76,99,159) instead hex code.

Text Font Color

.myTextColor { color: #4C639F; }

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

This text font color is #4C639F.


Background Color

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

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

This div background color is #4C639F.


Border color

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

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

This div border color is #4C639F.


Opacity

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

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

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

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

This text has shadow with #4C639F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C639F on black background.


Color preview on white background

This text has color #4C639F on white background.



Black color preview on #4C639F background

This text has black color on #4C639F background.


White color preview on #4C639F background

This text has white color on #4C639F background.