COLOR #4C6A9B

HEX: #4C6A9B
RGB: (76,106,155)

Renk bilgisi

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

RGB renk modeli

#4C6A9B color RGB value is (76,106,155).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 106 of 255 = 42%
B 155 of 255 = 61%

76
106
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 106 + 155 = 337 (100%)
R 76 of 337 ~ 22.55%
G 106 of 337 ~ 31.45%
B 155 of 337 ~ 45.99%

%22.55
%31.45
%45.99

CMYK RENK MODELİ

#4C6A9B rengi CMYK tonu (51,32,0,39).

  • camgöbeği tonu 50.97%
  • eflatun tonu 31.61%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(51,32,0,39)
C51M32Y0K39 
(51%,32%,0%,39%)
(0.51/0.32/0.00/0.39)	

CMYK yüzdeleri

%50.97
%31.61
%0
%39.22

Codes

Color #4C6A9B in popluar color models

4C6A9B
RGB76106155
HSL217°34.20%45.29%
HSB/HSV217°50.97%60.78%
CMYK50.97%31.61%0.00%
39.22%

Color #4C6A9B in popluar number systems.

HEX4C6A9B
Decimal76106155
Binary1001100110101010011011
Octal114152233

Shades and tints

Shades of #4C6A9B

#4C6A9B
(76,106,155)
#46618D
(70,97,141)
#40587F
(64,88,127)
#3A4F71
(58,79,113)
#344663
(52,70,99)
#2E3D55
(46,61,85)
#283447
(40,52,71)
#222B39
(34,43,57)
#1C222B
(28,34,43)
#16191D
(22,25,29)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #4C6A9B

#4C6A9B
(76,106,155)
#5C77A4
(92,119,164)
#6C84AD
(108,132,173)
#7C91B6
(124,145,182)
#8C9EBF
(140,158,191)
#9CABC8
(156,171,200)
#ACB8D1
(172,184,209)
#BCC5DA
(188,197,218)
#CCD2E3
(204,210,227)
#DCDFEC
(220,223,236)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6A9B; }

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

This text font color is #4C6A9B.


Background Color

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

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

This div background color is #4C6A9B.


Border color

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

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

This div border color is #4C6A9B.


Opacity

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

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

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

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

This text has shadow with #4C6A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6A9B on black background.


Color preview on white background

This text has color #4C6A9B on white background.



Black color preview on #4C6A9B background

This text has black color on #4C6A9B background.


White color preview on #4C6A9B background

This text has white color on #4C6A9B background.