COLOR #4F507E

HEX: #4F507E
RGB: (79,80,126)

Renk bilgisi

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

RGB renk modeli

#4F507E color RGB value is (79,80,126).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 80 of 255 = 31%
B 126 of 255 = 49%

79
80
126

R + G + B ~ 37%. #4F507E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 80 + 126 = 285 (100%)
R 79 of 285 ~ 27.72%
G 80 of 285 ~ 28.07%
B 126 of 285 ~ 44.21%

%27.72
%28.07
%44.21

CMYK RENK MODELİ

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

  • camgöbeği tonu 37.30%
  • eflatun tonu 36.51%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(37,37,0,51)
C37M37Y0K51 
(37%,37%,0%,51%)
(0.37/0.37/0.00/0.51)	

CMYK yüzdeleri

%37.3
%36.51
%0
%50.59

Codes

Color #4F507E in popluar color models

4F507E
RGB7980126
HSL239°22.93%40.20%
HSB/HSV239°37.30%49.41%
CMYK37.30%36.51%0.00%
50.59%

Color #4F507E in popluar number systems.

HEX4F507E
Decimal7980126
Binary100111110100001111110
Octal117120176

Shades and tints

Shades of #4F507E

#4F507E
(79,80,126)
#484973
(72,73,115)
#414268
(65,66,104)
#3A3B5D
(58,59,93)
#333452
(51,52,82)
#2C2D47
(44,45,71)
#25263C
(37,38,60)
#1E1F31
(30,31,49)
#171826
(23,24,38)
#10111B
(16,17,27)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #4F507E

#4F507E
(79,80,126)
#5F5F89
(95,95,137)
#6F6E94
(111,110,148)
#7F7D9F
(127,125,159)
#8F8CAA
(143,140,170)
#9F9BB5
(159,155,181)
#AFAAC0
(175,170,192)
#BFB9CB
(191,185,203)
#CFC8D6
(207,200,214)
#DFD7E1
(223,215,225)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F507E; }

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

This text font color is #4F507E.


Background Color

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

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

This div background color is #4F507E.


Border color

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

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

This div border color is #4F507E.


Opacity

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

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

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

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

This text has shadow with #4F507E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F507E on black background.


Color preview on white background

This text has color #4F507E on white background.



Black color preview on #4F507E background

This text has black color on #4F507E background.


White color preview on #4F507E background

This text has white color on #4F507E background.