COLOR #4F6B81

HEX: #4F6B81
RGB: (79,107,129)

Renk bilgisi

#4F6B81 contains red, green and blue colors in about the same proportion. #4F6B81 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#4F6B81 color RGB value is (79,107,129).

  • kırmız ton 79;
  • yeşil ton 107;
  • mavi ton 129.
RGB:
(79,107,129)
(31%,42%,51%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 107 of 255 = 42%
B 129 of 255 = 51%

79
107
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 107 + 129 = 315 (100%)
R 79 of 315 ~ 25.08%
G 107 of 315 ~ 33.97%
B 129 of 315 ~ 40.95%

%25.08
%33.97
%40.95

CMYK RENK MODELİ

#4F6B81 rengi CMYK tonu (39,17,0,49).

  • camgöbeği tonu 38.76%
  • eflatun tonu 17.05%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(39,17,0,49)
C39M17Y0K49 
(39%,17%,0%,49%)
(0.39/0.17/0.00/0.49)	

CMYK yüzdeleri

%38.76
%17.05
%0
%49.41

Codes

Color #4F6B81 in popluar color models

4F6B81
RGB79107129
HSL206°24.04%40.78%
HSB/HSV206°38.76%50.59%
CMYK38.76%17.05%0.00%
49.41%

Color #4F6B81 in popluar number systems.

HEX4F6B81
Decimal79107129
Binary1001111110101110000001
Octal117153201

Shades and tints

Shades of #4F6B81

#4F6B81
(79,107,129)
#486276
(72,98,118)
#41596B
(65,89,107)
#3A5060
(58,80,96)
#334755
(51,71,85)
#2C3E4A
(44,62,74)
#25353F
(37,53,63)
#1E2C34
(30,44,52)
#172329
(23,35,41)
#101A1E
(16,26,30)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #4F6B81

#4F6B81
(79,107,129)
#5F788C
(95,120,140)
#6F8597
(111,133,151)
#7F92A2
(127,146,162)
#8F9FAD
(143,159,173)
#9FACB8
(159,172,184)
#AFB9C3
(175,185,195)
#BFC6CE
(191,198,206)
#CFD3D9
(207,211,217)
#DFE0E4
(223,224,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6B81 color. Also use rgb(79,107,129) instead hex code.

Text Font Color

.myTextColor { color: #4F6B81; }

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

This text font color is #4F6B81.


Background Color

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

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

This div background color is #4F6B81.


Border color

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

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

This div border color is #4F6B81.


Opacity

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

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

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

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

This text has shadow with #4F6B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6B81 on black background.


Color preview on white background

This text has color #4F6B81 on white background.



Black color preview on #4F6B81 background

This text has black color on #4F6B81 background.


White color preview on #4F6B81 background

This text has white color on #4F6B81 background.