COLOR #4F5C81

HEX: #4F5C81
RGB: (79,92,129)

Renk bilgisi

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

RGB renk modeli

#4F5C81 color RGB value is (79,92,129).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 92 of 255 = 36%
B 129 of 255 = 51%

79
92
129

R + G + B ~ 39%. #4F5C81 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 92 + 129 = 300 (100%)
R 79 of 300 ~ 26.33%
G 92 of 300 ~ 30.67%
B 129 of 300 ~ 43%

%26.33
%30.67
%43

CMYK RENK MODELİ

#4F5C81 rengi CMYK tonu (39,29,0,49).

  • camgöbeği tonu 38.76%
  • eflatun tonu 28.68%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(39,29,0,49)
C39M29Y0K49 
(39%,29%,0%,49%)
(0.39/0.29/0.00/0.49)	

CMYK yüzdeleri

%38.76
%28.68
%0
%49.41

Codes

Color #4F5C81 in popluar color models

4F5C81
RGB7992129
HSL224°24.04%40.78%
HSB/HSV224°38.76%50.59%
CMYK38.76%28.68%0.00%
49.41%

Color #4F5C81 in popluar number systems.

HEX4F5C81
Decimal7992129
Binary1001111101110010000001
Octal117134201

Shades and tints

Shades of #4F5C81

#4F5C81
(79,92,129)
#485476
(72,84,118)
#414C6B
(65,76,107)
#3A4460
(58,68,96)
#333C55
(51,60,85)
#2C344A
(44,52,74)
#252C3F
(37,44,63)
#1E2434
(30,36,52)
#171C29
(23,28,41)
#10141E
(16,20,30)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #4F5C81

#4F5C81
(79,92,129)
#5F6A8C
(95,106,140)
#6F7897
(111,120,151)
#7F86A2
(127,134,162)
#8F94AD
(143,148,173)
#9FA2B8
(159,162,184)
#AFB0C3
(175,176,195)
#BFBECE
(191,190,206)
#CFCCD9
(207,204,217)
#DFDAE4
(223,218,228)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5C81; }

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

This text font color is #4F5C81.


Background Color

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

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

This div background color is #4F5C81.


Border color

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

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

This div border color is #4F5C81.


Opacity

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

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

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

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

This text has shadow with #4F5C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5C81 on black background.


Color preview on white background

This text has color #4F5C81 on white background.



Black color preview on #4F5C81 background

This text has black color on #4F5C81 background.


White color preview on #4F5C81 background

This text has white color on #4F5C81 background.