COLOR #4977CB

HEX: #4977CB
RGB: (73,119,203)

Renk bilgisi

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

RGB renk modeli

#4977CB color RGB value is (73,119,203).

  • kırmız ton 73;
  • yeşil ton 119;
  • mavi ton 203.
RGB:
(73,119,203)
(29%,47%,80%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 119 of 255 = 47%
B 203 of 255 = 80%

73
119
203

R + G + B ~ 52%. #4977CB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 119 + 203 = 395 (100%)
R 73 of 395 ~ 18.48%
G 119 of 395 ~ 30.13%
B 203 of 395 ~ 51.39%

%18.48
%30.13
%51.39

CMYK RENK MODELİ

#4977CB rengi CMYK tonu (64,41,0,20).

  • camgöbeği tonu 64.04%
  • eflatun tonu 41.38%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(64,41,0,20)
C64M41Y0K20 
(64%,41%,0%,20%)
(0.64/0.41/0.00/0.20)	

CMYK yüzdeleri

%64.04
%41.38
%0
%20.39

Codes

Color #4977CB in popluar color models

4977CB
RGB73119203
HSL219°55.56%54.12%
HSB/HSV219°64.04%79.61%
CMYK64.04%41.38%0.00%
20.39%

Color #4977CB in popluar number systems.

HEX4977CB
Decimal73119203
Binary1001001111011111001011
Octal111167313

Shades and tints

Shades of #4977CB

#4977CB
(73,119,203)
#436DB9
(67,109,185)
#3D63A7
(61,99,167)
#375995
(55,89,149)
#314F83
(49,79,131)
#2B4571
(43,69,113)
#253B5F
(37,59,95)
#1F314D
(31,49,77)
#19273B
(25,39,59)
#131D29
(19,29,41)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #4977CB

#4977CB
(73,119,203)
#5983CF
(89,131,207)
#698FD3
(105,143,211)
#799BD7
(121,155,215)
#89A7DB
(137,167,219)
#99B3DF
(153,179,223)
#A9BFE3
(169,191,227)
#B9CBE7
(185,203,231)
#C9D7EB
(201,215,235)
#D9E3EF
(217,227,239)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4977CB color. Also use rgb(73,119,203) instead hex code.

Text Font Color

.myTextColor { color: #4977CB; }

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

This text font color is #4977CB.


Background Color

.myBgColor { background-color: #4977CB; }

<div style="background-color:#4977CB">Inner text</div>

This div background color is #4977CB.


Border color

.myBorderColor { border: 1px solid #4977CB; }

<div style="border:3px solid #4977CB">Div</div>

This div border color is #4977CB.


Opacity

.myOpacity80 { color: #4977CB; opacity: 0.8; }

<p style="color:#4977CB;opacity:0.8;">80%</p>

Text with #4977CB 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 #4977CB;}

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

This text has shadow with #4977CB color.

.textShadow {text-shadow: 3px 3px 1px #4977CB, 3px 3px 1px red;}

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

This text has shadow with #4977CB primary color and red secondary color.


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

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

This text has shadow with #4977CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4977CB on black background.


Color preview on white background

This text has color #4977CB on white background.



Black color preview on #4977CB background

This text has black color on #4977CB background.


White color preview on #4977CB background

This text has white color on #4977CB background.