COLOR #4F6588

HEX: #4F6588
RGB: (79,101,136)

Renk bilgisi

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

RGB renk modeli

#4F6588 color RGB value is (79,101,136).

  • kırmız ton 79;
  • yeşil ton 101;
  • mavi ton 136.
RGB:
(79,101,136)
(31%,40%,53%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 101 of 255 = 40%
B 136 of 255 = 53%

79
101
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 101 + 136 = 316 (100%)
R 79 of 316 ~ 25%
G 101 of 316 ~ 31.96%
B 136 of 316 ~ 43.04%

%25
%31.96
%43.04

CMYK RENK MODELİ

#4F6588 rengi CMYK tonu (42,26,0,47).

  • camgöbeği tonu 41.91%
  • eflatun tonu 25.74%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(42,26,0,47)
C42M26Y0K47 
(42%,26%,0%,47%)
(0.42/0.26/0.00/0.47)	

CMYK yüzdeleri

%41.91
%25.74
%0
%46.67

Codes

Color #4F6588 in popluar color models

4F6588
RGB79101136
HSL217°26.51%42.16%
HSB/HSV217°41.91%53.33%
CMYK41.91%25.74%0.00%
46.67%

Color #4F6588 in popluar number systems.

HEX4F6588
Decimal79101136
Binary1001111110010110001000
Octal117145210

Shades and tints

Shades of #4F6588

#4F6588
(79,101,136)
#485C7C
(72,92,124)
#415370
(65,83,112)
#3A4A64
(58,74,100)
#334158
(51,65,88)
#2C384C
(44,56,76)
#252F40
(37,47,64)
#1E2634
(30,38,52)
#171D28
(23,29,40)
#10141C
(16,20,28)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #4F6588

#4F6588
(79,101,136)
#5F7392
(95,115,146)
#6F819C
(111,129,156)
#7F8FA6
(127,143,166)
#8F9DB0
(143,157,176)
#9FABBA
(159,171,186)
#AFB9C4
(175,185,196)
#BFC7CE
(191,199,206)
#CFD5D8
(207,213,216)
#DFE3E2
(223,227,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6588; }

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

This text font color is #4F6588.


Background Color

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

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

This div background color is #4F6588.


Border color

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

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

This div border color is #4F6588.


Opacity

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

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

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

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

This text has shadow with #4F6588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6588 on black background.


Color preview on white background

This text has color #4F6588 on white background.



Black color preview on #4F6588 background

This text has black color on #4F6588 background.


White color preview on #4F6588 background

This text has white color on #4F6588 background.