COLOR #4F679B

HEX: #4F679B
RGB: (79,103,155)

Renk bilgisi

#4F679B contains mainly green and blue colors. #4F679B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#4F679B color RGB value is (79,103,155).

  • kırmız ton 79;
  • yeşil ton 103;
  • mavi ton 155.
RGB:
(79,103,155)
(31%,40%,61%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 103 of 255 = 40%
B 155 of 255 = 61%

79
103
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 103 + 155 = 337 (100%)
R 79 of 337 ~ 23.44%
G 103 of 337 ~ 30.56%
B 155 of 337 ~ 45.99%

%23.44
%30.56
%45.99

CMYK RENK MODELİ

#4F679B rengi CMYK tonu (49,34,0,39).

  • camgöbeği tonu 49.03%
  • eflatun tonu 33.55%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(49,34,0,39)
C49M34Y0K39 
(49%,34%,0%,39%)
(0.49/0.34/0.00/0.39)	

CMYK yüzdeleri

%49.03
%33.55
%0
%39.22

Codes

Color #4F679B in popluar color models

4F679B
RGB79103155
HSL221°32.48%45.88%
HSB/HSV221°49.03%60.78%
CMYK49.03%33.55%0.00%
39.22%

Color #4F679B in popluar number systems.

HEX4F679B
Decimal79103155
Binary1001111110011110011011
Octal117147233

Shades and tints

Shades of #4F679B

#4F679B
(79,103,155)
#485E8D
(72,94,141)
#41557F
(65,85,127)
#3A4C71
(58,76,113)
#334363
(51,67,99)
#2C3A55
(44,58,85)
#253147
(37,49,71)
#1E2839
(30,40,57)
#171F2B
(23,31,43)
#10161D
(16,22,29)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #4F679B

#4F679B
(79,103,155)
#5F74A4
(95,116,164)
#6F81AD
(111,129,173)
#7F8EB6
(127,142,182)
#8F9BBF
(143,155,191)
#9FA8C8
(159,168,200)
#AFB5D1
(175,181,209)
#BFC2DA
(191,194,218)
#CFCFE3
(207,207,227)
#DFDCEC
(223,220,236)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F679B; }

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

This text font color is #4F679B.


Background Color

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

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

This div background color is #4F679B.


Border color

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

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

This div border color is #4F679B.


Opacity

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

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

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

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

This text has shadow with #4F679B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F679B on black background.


Color preview on white background

This text has color #4F679B on white background.



Black color preview on #4F679B background

This text has black color on #4F679B background.


White color preview on #4F679B background

This text has white color on #4F679B background.