COLOR #4F6FD4

HEX: #4F6FD4
RGB: (79,111,212)

Renk bilgisi

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

RGB renk modeli

#4F6FD4 color RGB value is (79,111,212).

  • kırmız ton 79;
  • yeşil ton 111;
  • mavi ton 212.
RGB:
(79,111,212)
(31%,44%,83%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 111 of 255 = 44%
B 212 of 255 = 83%

79
111
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 111 + 212 = 402 (100%)
R 79 of 402 ~ 19.65%
G 111 of 402 ~ 27.61%
B 212 of 402 ~ 52.74%

%19.65
%27.61
%52.74

CMYK RENK MODELİ

#4F6FD4 rengi CMYK tonu (63,48,0,17).

  • camgöbeği tonu 62.74%
  • eflatun tonu 47.64%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(63,48,0,17)
C63M48Y0K17 
(63%,48%,0%,17%)
(0.63/0.48/0.00/0.17)	

CMYK yüzdeleri

%62.74
%47.64
%0
%16.86

Codes

Color #4F6FD4 in popluar color models

4F6FD4
RGB79111212
HSL226°60.73%57.06%
HSB/HSV226°62.74%83.14%
CMYK62.74%47.64%0.00%
16.86%

Color #4F6FD4 in popluar number systems.

HEX4F6FD4
Decimal79111212
Binary1001111110111111010100
Octal117157324

Shades and tints

Shades of #4F6FD4

#4F6FD4
(79,111,212)
#4865C1
(72,101,193)
#415BAE
(65,91,174)
#3A519B
(58,81,155)
#334788
(51,71,136)
#2C3D75
(44,61,117)
#253362
(37,51,98)
#1E294F
(30,41,79)
#171F3C
(23,31,60)
#101529
(16,21,41)
#090B16
(9,11,22)
#000000
(0,0,0)

Tints of #4F6FD4

#4F6FD4
(79,111,212)
#5F7CD7
(95,124,215)
#6F89DA
(111,137,218)
#7F96DD
(127,150,221)
#8FA3E0
(143,163,224)
#9FB0E3
(159,176,227)
#AFBDE6
(175,189,230)
#BFCAE9
(191,202,233)
#CFD7EC
(207,215,236)
#DFE4EF
(223,228,239)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6FD4 color. Also use rgb(79,111,212) instead hex code.

Text Font Color

.myTextColor { color: #4F6FD4; }

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

This text font color is #4F6FD4.


Background Color

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

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

This div background color is #4F6FD4.


Border color

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

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

This div border color is #4F6FD4.


Opacity

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

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

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

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

This text has shadow with #4F6FD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6FD4 on black background.


Color preview on white background

This text has color #4F6FD4 on white background.



Black color preview on #4F6FD4 background

This text has black color on #4F6FD4 background.


White color preview on #4F6FD4 background

This text has white color on #4F6FD4 background.