COLOR #4C5ABA

HEX: #4C5ABA
RGB: (76,90,186)

Renk bilgisi

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

RGB renk modeli

#4C5ABA color RGB value is (76,90,186).

  • kırmız ton 76;
  • yeşil ton 90;
  • mavi ton 186.
RGB:
(76,90,186)
(30%,35%,73%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 90 of 255 = 35%
B 186 of 255 = 73%

76
90
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 90 + 186 = 352 (100%)
R 76 of 352 ~ 21.59%
G 90 of 352 ~ 25.57%
B 186 of 352 ~ 52.84%

%21.59
%25.57
%52.84

CMYK RENK MODELİ

#4C5ABA rengi CMYK tonu (59,52,0,27).

  • camgöbeği tonu 59.14%
  • eflatun tonu 51.61%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(59,52,0,27)
C59M52Y0K27 
(59%,52%,0%,27%)
(0.59/0.52/0.00/0.27)	

CMYK yüzdeleri

%59.14
%51.61
%0
%27.06

Codes

Color #4C5ABA in popluar color models

4C5ABA
RGB7690186
HSL232°44.35%51.37%
HSB/HSV232°59.14%72.94%
CMYK59.14%51.61%0.00%
27.06%

Color #4C5ABA in popluar number systems.

HEX4C5ABA
Decimal7690186
Binary1001100101101010111010
Octal114132272

Shades and tints

Shades of #4C5ABA

#4C5ABA
(76,90,186)
#4652AA
(70,82,170)
#404A9A
(64,74,154)
#3A428A
(58,66,138)
#343A7A
(52,58,122)
#2E326A
(46,50,106)
#282A5A
(40,42,90)
#22224A
(34,34,74)
#1C1A3A
(28,26,58)
#16122A
(22,18,42)
#100A1A
(16,10,26)
#000000
(0,0,0)

Tints of #4C5ABA

#4C5ABA
(76,90,186)
#5C69C0
(92,105,192)
#6C78C6
(108,120,198)
#7C87CC
(124,135,204)
#8C96D2
(140,150,210)
#9CA5D8
(156,165,216)
#ACB4DE
(172,180,222)
#BCC3E4
(188,195,228)
#CCD2EA
(204,210,234)
#DCE1F0
(220,225,240)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5ABA color. Also use rgb(76,90,186) instead hex code.

Text Font Color

.myTextColor { color: #4C5ABA; }

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

This text font color is #4C5ABA.


Background Color

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

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

This div background color is #4C5ABA.


Border color

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

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

This div border color is #4C5ABA.


Opacity

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

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

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

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

This text has shadow with #4C5ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5ABA on black background.


Color preview on white background

This text has color #4C5ABA on white background.



Black color preview on #4C5ABA background

This text has black color on #4C5ABA background.


White color preview on #4C5ABA background

This text has white color on #4C5ABA background.