COLOR #4C7AD5

HEX: #4C7AD5
RGB: (76,122,213)

Renk bilgisi

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

RGB renk modeli

#4C7AD5 color RGB value is (76,122,213).

  • kırmız ton 76;
  • yeşil ton 122;
  • mavi ton 213.
RGB:
(76,122,213)
(30%,48%,84%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 122 of 255 = 48%
B 213 of 255 = 84%

76
122
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 122 + 213 = 411 (100%)
R 76 of 411 ~ 18.49%
G 122 of 411 ~ 29.68%
B 213 of 411 ~ 51.82%

%18.49
%29.68
%51.82

CMYK RENK MODELİ

#4C7AD5 rengi CMYK tonu (64,43,0,16).

  • camgöbeği tonu 64.32%
  • eflatun tonu 42.72%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(64,43,0,16)
C64M43Y0K16 
(64%,43%,0%,16%)
(0.64/0.43/0.00/0.16)	

CMYK yüzdeleri

%64.32
%42.72
%0
%16.47

Codes

Color #4C7AD5 in popluar color models

4C7AD5
RGB76122213
HSL220°61.99%56.67%
HSB/HSV220°64.32%83.53%
CMYK64.32%42.72%0.00%
16.47%

Color #4C7AD5 in popluar number systems.

HEX4C7AD5
Decimal76122213
Binary1001100111101011010101
Octal114172325

Shades and tints

Shades of #4C7AD5

#4C7AD5
(76,122,213)
#466FC2
(70,111,194)
#4064AF
(64,100,175)
#3A599C
(58,89,156)
#344E89
(52,78,137)
#2E4376
(46,67,118)
#283863
(40,56,99)
#222D50
(34,45,80)
#1C223D
(28,34,61)
#16172A
(22,23,42)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #4C7AD5

#4C7AD5
(76,122,213)
#5C86D8
(92,134,216)
#6C92DB
(108,146,219)
#7C9EDE
(124,158,222)
#8CAAE1
(140,170,225)
#9CB6E4
(156,182,228)
#ACC2E7
(172,194,231)
#BCCEEA
(188,206,234)
#CCDAED
(204,218,237)
#DCE6F0
(220,230,240)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7AD5 color. Also use rgb(76,122,213) instead hex code.

Text Font Color

.myTextColor { color: #4C7AD5; }

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

This text font color is #4C7AD5.


Background Color

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

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

This div background color is #4C7AD5.


Border color

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

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

This div border color is #4C7AD5.


Opacity

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

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

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

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

This text has shadow with #4C7AD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7AD5 on black background.


Color preview on white background

This text has color #4C7AD5 on white background.



Black color preview on #4C7AD5 background

This text has black color on #4C7AD5 background.


White color preview on #4C7AD5 background

This text has white color on #4C7AD5 background.