COLOR #4F63C7

HEX: #4F63C7
RGB: (79,99,199)

Renk bilgisi

#4F63C7 contains mainly blue color. #4F63C7 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#4F63C7 color RGB value is (79,99,199).

  • kırmız ton 79;
  • yeşil ton 99;
  • mavi ton 199.
RGB:
(79,99,199)
(31%,39%,78%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 99 of 255 = 39%
B 199 of 255 = 78%

79
99
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 99 + 199 = 377 (100%)
R 79 of 377 ~ 20.95%
G 99 of 377 ~ 26.26%
B 199 of 377 ~ 52.79%

%20.95
%26.26
%52.79

CMYK RENK MODELİ

#4F63C7 rengi CMYK tonu (60,50,0,22).

  • camgöbeği tonu 60.30%
  • eflatun tonu 50.25%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(60,50,0,22)
C60M50Y0K22 
(60%,50%,0%,22%)
(0.60/0.50/0.00/0.22)	

CMYK yüzdeleri

%60.3
%50.25
%0
%21.96

Codes

Color #4F63C7 in popluar color models

4F63C7
RGB7999199
HSL230°51.72%54.51%
HSB/HSV230°60.30%78.04%
CMYK60.30%50.25%0.00%
21.96%

Color #4F63C7 in popluar number systems.

HEX4F63C7
Decimal7999199
Binary1001111110001111000111
Octal117143307

Shades and tints

Shades of #4F63C7

#4F63C7
(79,99,199)
#485AB5
(72,90,181)
#4151A3
(65,81,163)
#3A4891
(58,72,145)
#333F7F
(51,63,127)
#2C366D
(44,54,109)
#252D5B
(37,45,91)
#1E2449
(30,36,73)
#171B37
(23,27,55)
#101225
(16,18,37)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #4F63C7

#4F63C7
(79,99,199)
#5F71CC
(95,113,204)
#6F7FD1
(111,127,209)
#7F8DD6
(127,141,214)
#8F9BDB
(143,155,219)
#9FA9E0
(159,169,224)
#AFB7E5
(175,183,229)
#BFC5EA
(191,197,234)
#CFD3EF
(207,211,239)
#DFE1F4
(223,225,244)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F63C7 color. Also use rgb(79,99,199) instead hex code.

Text Font Color

.myTextColor { color: #4F63C7; }

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

This text font color is #4F63C7.


Background Color

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

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

This div background color is #4F63C7.


Border color

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

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

This div border color is #4F63C7.


Opacity

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

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

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

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

This text has shadow with #4F63C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F63C7 on black background.


Color preview on white background

This text has color #4F63C7 on white background.



Black color preview on #4F63C7 background

This text has black color on #4F63C7 background.


White color preview on #4F63C7 background

This text has white color on #4F63C7 background.