COLOR #4977E7

HEX: #4977E7
RGB: (73,119,231)

Renk bilgisi

#4977E7 contains mainly blue color. #4977E7 ‘ nin web güvenlik rengi #3366FF (ya da #36F) dir.

RGB renk modeli

#4977E7 color RGB value is (73,119,231).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 119 of 255 = 47%
B 231 of 255 = 91%

73
119
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 119 + 231 = 423 (100%)
R 73 of 423 ~ 17.26%
G 119 of 423 ~ 28.13%
B 231 of 423 ~ 54.61%

%17.26
%28.13
%54.61

CMYK RENK MODELİ

#4977E7 rengi CMYK tonu (68,48,0,9).

  • camgöbeği tonu 68.40%
  • eflatun tonu 48.48%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(68,48,0,9)
C68M48Y0K9 
(68%,48%,0%,9%)
(0.68/0.48/0.00/0.09)	

CMYK yüzdeleri

%68.4
%48.48
%0
%9.41

Codes

Color #4977E7 in popluar color models

4977E7
RGB73119231
HSL223°76.70%59.61%
HSB/HSV223°68.40%90.59%
CMYK68.40%48.48%0.00%
9.41%

Color #4977E7 in popluar number systems.

HEX4977E7
Decimal73119231
Binary1001001111011111100111
Octal111167347

Shades and tints

Shades of #4977E7

#4977E7
(73,119,231)
#436DD2
(67,109,210)
#3D63BD
(61,99,189)
#3759A8
(55,89,168)
#314F93
(49,79,147)
#2B457E
(43,69,126)
#253B69
(37,59,105)
#1F3154
(31,49,84)
#19273F
(25,39,63)
#131D2A
(19,29,42)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #4977E7

#4977E7
(73,119,231)
#5983E9
(89,131,233)
#698FEB
(105,143,235)
#799BED
(121,155,237)
#89A7EF
(137,167,239)
#99B3F1
(153,179,241)
#A9BFF3
(169,191,243)
#B9CBF5
(185,203,245)
#C9D7F7
(201,215,247)
#D9E3F9
(217,227,249)
#E9EFFB
(233,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4977E7; }

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

This text font color is #4977E7.


Background Color

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

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

This div background color is #4977E7.


Border color

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

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

This div border color is #4977E7.


Opacity

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

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

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

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

This text has shadow with #4977E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4977E7 on black background.


Color preview on white background

This text has color #4977E7 on white background.



Black color preview on #4977E7 background

This text has black color on #4977E7 background.


White color preview on #4977E7 background

This text has white color on #4977E7 background.