COLOR #4C6AA1

HEX: #4C6AA1
RGB: (76,106,161)

Renk bilgisi

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

RGB renk modeli

#4C6AA1 color RGB value is (76,106,161).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 106 of 255 = 42%
B 161 of 255 = 63%

76
106
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 106 + 161 = 343 (100%)
R 76 of 343 ~ 22.16%
G 106 of 343 ~ 30.9%
B 161 of 343 ~ 46.94%

%22.16
%30.9
%46.94

CMYK RENK MODELİ

#4C6AA1 rengi CMYK tonu (53,34,0,37).

  • camgöbeği tonu 52.80%
  • eflatun tonu 34.16%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(53,34,0,37)
C53M34Y0K37 
(53%,34%,0%,37%)
(0.53/0.34/0.00/0.37)	

CMYK yüzdeleri

%52.8
%34.16
%0
%36.86

Codes

Color #4C6AA1 in popluar color models

4C6AA1
RGB76106161
HSL219°35.86%46.47%
HSB/HSV219°52.80%63.14%
CMYK52.80%34.16%0.00%
36.86%

Color #4C6AA1 in popluar number systems.

HEX4C6AA1
Decimal76106161
Binary1001100110101010100001
Octal114152241

Shades and tints

Shades of #4C6AA1

#4C6AA1
(76,106,161)
#466193
(70,97,147)
#405885
(64,88,133)
#3A4F77
(58,79,119)
#344669
(52,70,105)
#2E3D5B
(46,61,91)
#28344D
(40,52,77)
#222B3F
(34,43,63)
#1C2231
(28,34,49)
#161923
(22,25,35)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #4C6AA1

#4C6AA1
(76,106,161)
#5C77A9
(92,119,169)
#6C84B1
(108,132,177)
#7C91B9
(124,145,185)
#8C9EC1
(140,158,193)
#9CABC9
(156,171,201)
#ACB8D1
(172,184,209)
#BCC5D9
(188,197,217)
#CCD2E1
(204,210,225)
#DCDFE9
(220,223,233)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6AA1; }

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

This text font color is #4C6AA1.


Background Color

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

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

This div background color is #4C6AA1.


Border color

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

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

This div border color is #4C6AA1.


Opacity

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

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

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

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

This text has shadow with #4C6AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6AA1 on black background.


Color preview on white background

This text has color #4C6AA1 on white background.



Black color preview on #4C6AA1 background

This text has black color on #4C6AA1 background.


White color preview on #4C6AA1 background

This text has white color on #4C6AA1 background.