COLOR #4C6EAF

HEX: #4C6EAF
RGB: (76,110,175)

Renk bilgisi

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

RGB renk modeli

#4C6EAF color RGB value is (76,110,175).

  • kırmız ton 76;
  • yeşil ton 110;
  • mavi ton 175.
RGB:
(76,110,175)
(30%,43%,69%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 110 of 255 = 43%
B 175 of 255 = 69%

76
110
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 110 + 175 = 361 (100%)
R 76 of 361 ~ 21.05%
G 110 of 361 ~ 30.47%
B 175 of 361 ~ 48.48%

%21.05
%30.47
%48.48

CMYK RENK MODELİ

#4C6EAF rengi CMYK tonu (57,37,0,31).

  • camgöbeği tonu 56.57%
  • eflatun tonu 37.14%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(57,37,0,31)
C57M37Y0K31 
(57%,37%,0%,31%)
(0.57/0.37/0.00/0.31)	

CMYK yüzdeleri

%56.57
%37.14
%0
%31.37

Codes

Color #4C6EAF in popluar color models

4C6EAF
RGB76110175
HSL219°39.44%49.22%
HSB/HSV219°56.57%68.63%
CMYK56.57%37.14%0.00%
31.37%

Color #4C6EAF in popluar number systems.

HEX4C6EAF
Decimal76110175
Binary1001100110111010101111
Octal114156257

Shades and tints

Shades of #4C6EAF

#4C6EAF
(76,110,175)
#4664A0
(70,100,160)
#405A91
(64,90,145)
#3A5082
(58,80,130)
#344673
(52,70,115)
#2E3C64
(46,60,100)
#283255
(40,50,85)
#222846
(34,40,70)
#1C1E37
(28,30,55)
#161428
(22,20,40)
#100A19
(16,10,25)
#000000
(0,0,0)

Tints of #4C6EAF

#4C6EAF
(76,110,175)
#5C7BB6
(92,123,182)
#6C88BD
(108,136,189)
#7C95C4
(124,149,196)
#8CA2CB
(140,162,203)
#9CAFD2
(156,175,210)
#ACBCD9
(172,188,217)
#BCC9E0
(188,201,224)
#CCD6E7
(204,214,231)
#DCE3EE
(220,227,238)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6EAF color. Also use rgb(76,110,175) instead hex code.

Text Font Color

.myTextColor { color: #4C6EAF; }

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

This text font color is #4C6EAF.


Background Color

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

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

This div background color is #4C6EAF.


Border color

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

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

This div border color is #4C6EAF.


Opacity

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

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

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

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

This text has shadow with #4C6EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6EAF on black background.


Color preview on white background

This text has color #4C6EAF on white background.



Black color preview on #4C6EAF background

This text has black color on #4C6EAF background.


White color preview on #4C6EAF background

This text has white color on #4C6EAF background.