COLOR #4C6CB6

HEX: #4C6CB6
RGB: (76,108,182)

Renk bilgisi

#4C6CB6 contains mainly blue color. #4C6CB6 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4C6CB6 color RGB value is (76,108,182).

  • kırmız ton 76;
  • yeşil ton 108;
  • mavi ton 182.
RGB:
(76,108,182)
(30%,42%,71%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 108 of 255 = 42%
B 182 of 255 = 71%

76
108
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 108 + 182 = 366 (100%)
R 76 of 366 ~ 20.77%
G 108 of 366 ~ 29.51%
B 182 of 366 ~ 49.73%

%20.77
%29.51
%49.73

CMYK RENK MODELİ

#4C6CB6 rengi CMYK tonu (58,41,0,29).

  • camgöbeği tonu 58.24%
  • eflatun tonu 40.66%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(58,41,0,29)
C58M41Y0K29 
(58%,41%,0%,29%)
(0.58/0.41/0.00/0.29)	

CMYK yüzdeleri

%58.24
%40.66
%0
%28.63

Codes

Color #4C6CB6 in popluar color models

4C6CB6
RGB76108182
HSL222°42.06%50.59%
HSB/HSV222°58.24%71.37%
CMYK58.24%40.66%0.00%
28.63%

Color #4C6CB6 in popluar number systems.

HEX4C6CB6
Decimal76108182
Binary1001100110110010110110
Octal114154266

Shades and tints

Shades of #4C6CB6

#4C6CB6
(76,108,182)
#4663A6
(70,99,166)
#405A96
(64,90,150)
#3A5186
(58,81,134)
#344876
(52,72,118)
#2E3F66
(46,63,102)
#283656
(40,54,86)
#222D46
(34,45,70)
#1C2436
(28,36,54)
#161B26
(22,27,38)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #4C6CB6

#4C6CB6
(76,108,182)
#5C79BC
(92,121,188)
#6C86C2
(108,134,194)
#7C93C8
(124,147,200)
#8CA0CE
(140,160,206)
#9CADD4
(156,173,212)
#ACBADA
(172,186,218)
#BCC7E0
(188,199,224)
#CCD4E6
(204,212,230)
#DCE1EC
(220,225,236)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6CB6 color. Also use rgb(76,108,182) instead hex code.

Text Font Color

.myTextColor { color: #4C6CB6; }

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

This text font color is #4C6CB6.


Background Color

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

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

This div background color is #4C6CB6.


Border color

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

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

This div border color is #4C6CB6.


Opacity

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

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

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

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

This text has shadow with #4C6CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6CB6 on black background.


Color preview on white background

This text has color #4C6CB6 on white background.



Black color preview on #4C6CB6 background

This text has black color on #4C6CB6 background.


White color preview on #4C6CB6 background

This text has white color on #4C6CB6 background.