COLOR #4F4F71

HEX: #4F4F71
RGB: (79,79,113)

Renk bilgisi

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

RGB renk modeli

#4F4F71 color RGB value is (79,79,113).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 79 of 255 = 31%
B 113 of 255 = 44%

79
79
113

R + G + B ~ 35%. #4F4F71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 79 + 113 = 271 (100%)
R 79 of 271 ~ 29.15%
G 79 of 271 ~ 29.15%
B 113 of 271 ~ 41.7%

%29.15
%29.15
%41.7

CMYK RENK MODELİ

#4F4F71 rengi CMYK tonu (30,30,0,56).

  • camgöbeği tonu 30.09%
  • eflatun tonu 30.09%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(30,30,0,56)
C30M30Y0K56 
(30%,30%,0%,56%)
(0.30/0.30/0.00/0.56)	

CMYK yüzdeleri

%30.09
%30.09
%0
%55.69

Codes

Color #4F4F71 in popluar color models

4F4F71
RGB7979113
HSL240°17.71%37.65%
HSB/HSV240°30.09%44.31%
CMYK30.09%30.09%0.00%
55.69%

Color #4F4F71 in popluar number systems.

HEX4F4F71
Decimal7979113
Binary100111110011111110001
Octal117117161

Shades and tints

Shades of #4F4F71

#4F4F71
(79,79,113)
#484867
(72,72,103)
#41415D
(65,65,93)
#3A3A53
(58,58,83)
#333349
(51,51,73)
#2C2C3F
(44,44,63)
#252535
(37,37,53)
#1E1E2B
(30,30,43)
#171721
(23,23,33)
#101017
(16,16,23)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #4F4F71

#4F4F71
(79,79,113)
#5F5F7D
(95,95,125)
#6F6F89
(111,111,137)
#7F7F95
(127,127,149)
#8F8FA1
(143,143,161)
#9F9FAD
(159,159,173)
#AFAFB9
(175,175,185)
#BFBFC5
(191,191,197)
#CFCFD1
(207,207,209)
#DFDFDD
(223,223,221)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F71; }

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

This text font color is #4F4F71.


Background Color

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

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

This div background color is #4F4F71.


Border color

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

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

This div border color is #4F4F71.


Opacity

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

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

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

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

This text has shadow with #4F4F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4F71 on black background.


Color preview on white background

This text has color #4F4F71 on white background.



Black color preview on #4F4F71 background

This text has black color on #4F4F71 background.


White color preview on #4F4F71 background

This text has white color on #4F4F71 background.