COLOR #4F6AA0

HEX: #4F6AA0
RGB: (79,106,160)

Renk bilgisi

#4F6AA0 contains mainly green and blue colors. #4F6AA0 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#4F6AA0 color RGB value is (79,106,160).

  • kırmız ton 79;
  • yeşil ton 106;
  • mavi ton 160.
RGB:
(79,106,160)
(31%,42%,63%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 106 of 255 = 42%
B 160 of 255 = 63%

79
106
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 106 + 160 = 345 (100%)
R 79 of 345 ~ 22.9%
G 106 of 345 ~ 30.72%
B 160 of 345 ~ 46.38%

%22.9
%30.72
%46.38

CMYK RENK MODELİ

#4F6AA0 rengi CMYK tonu (51,34,0,37).

  • camgöbeği tonu 50.63%
  • eflatun tonu 33.75%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(51,34,0,37)
C51M34Y0K37 
(51%,34%,0%,37%)
(0.51/0.34/0.00/0.37)	

CMYK yüzdeleri

%50.63
%33.75
%0
%37.25

Codes

Color #4F6AA0 in popluar color models

4F6AA0
RGB79106160
HSL220°33.89%46.86%
HSB/HSV220°50.63%62.75%
CMYK50.63%33.75%0.00%
37.25%

Color #4F6AA0 in popluar number systems.

HEX4F6AA0
Decimal79106160
Binary1001111110101010100000
Octal117152240

Shades and tints

Shades of #4F6AA0

#4F6AA0
(79,106,160)
#486192
(72,97,146)
#415884
(65,88,132)
#3A4F76
(58,79,118)
#334668
(51,70,104)
#2C3D5A
(44,61,90)
#25344C
(37,52,76)
#1E2B3E
(30,43,62)
#172230
(23,34,48)
#101922
(16,25,34)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #4F6AA0

#4F6AA0
(79,106,160)
#5F77A8
(95,119,168)
#6F84B0
(111,132,176)
#7F91B8
(127,145,184)
#8F9EC0
(143,158,192)
#9FABC8
(159,171,200)
#AFB8D0
(175,184,208)
#BFC5D8
(191,197,216)
#CFD2E0
(207,210,224)
#DFDFE8
(223,223,232)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6AA0 color. Also use rgb(79,106,160) instead hex code.

Text Font Color

.myTextColor { color: #4F6AA0; }

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

This text font color is #4F6AA0.


Background Color

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

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

This div background color is #4F6AA0.


Border color

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

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

This div border color is #4F6AA0.


Opacity

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

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

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

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

This text has shadow with #4F6AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6AA0 on black background.


Color preview on white background

This text has color #4F6AA0 on white background.



Black color preview on #4F6AA0 background

This text has black color on #4F6AA0 background.


White color preview on #4F6AA0 background

This text has white color on #4F6AA0 background.