COLOR #4F4C6B

HEX: #4F4C6B
RGB: (79,76,107)

Renk bilgisi

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

RGB renk modeli

#4F4C6B color RGB value is (79,76,107).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 76 of 255 = 30%
B 107 of 255 = 42%

79
76
107

R + G + B ~ 34%. #4F4C6B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 76 + 107 = 262 (100%)
R 79 of 262 ~ 30.15%
G 76 of 262 ~ 29.01%
B 107 of 262 ~ 40.84%

%30.15
%29.01
%40.84

CMYK RENK MODELİ

#4F4C6B rengi CMYK tonu (26,29,0,58).

  • camgöbeği tonu 26.17%
  • eflatun tonu 28.97%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(26,29,0,58)
C26M29Y0K58 
(26%,29%,0%,58%)
(0.26/0.29/0.00/0.58)	

CMYK yüzdeleri

%26.17
%28.97
%0
%58.04

Codes

Color #4F4C6B in popluar color models

4F4C6B
RGB7976107
HSL246°16.94%35.88%
HSB/HSV246°28.97%41.96%
CMYK26.17%28.97%0.00%
58.04%

Color #4F4C6B in popluar number systems.

HEX4F4C6B
Decimal7976107
Binary100111110011001101011
Octal117114153

Shades and tints

Shades of #4F4C6B

#4F4C6B
(79,76,107)
#484662
(72,70,98)
#414059
(65,64,89)
#3A3A50
(58,58,80)
#333447
(51,52,71)
#2C2E3E
(44,46,62)
#252835
(37,40,53)
#1E222C
(30,34,44)
#171C23
(23,28,35)
#10161A
(16,22,26)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #4F4C6B

#4F4C6B
(79,76,107)
#5F5C78
(95,92,120)
#6F6C85
(111,108,133)
#7F7C92
(127,124,146)
#8F8C9F
(143,140,159)
#9F9CAC
(159,156,172)
#AFACB9
(175,172,185)
#BFBCC6
(191,188,198)
#CFCCD3
(207,204,211)
#DFDCE0
(223,220,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4C6B; }

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

This text font color is #4F4C6B.


Background Color

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

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

This div background color is #4F4C6B.


Border color

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

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

This div border color is #4F4C6B.


Opacity

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

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

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

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

This text has shadow with #4F4C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4C6B on black background.


Color preview on white background

This text has color #4F4C6B on white background.



Black color preview on #4F4C6B background

This text has black color on #4F4C6B background.


White color preview on #4F4C6B background

This text has white color on #4F4C6B background.