COLOR #4F4A88

HEX: #4F4A88
RGB: (79,74,136)

Renk bilgisi

#4F4A88 contains mainly red and blue colors. #4F4A88 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#4F4A88 color RGB value is (79,74,136).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 74 of 255 = 29%
B 136 of 255 = 53%

79
74
136

R + G + B ~ 38%. #4F4A88 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 74 + 136 = 289 (100%)
R 79 of 289 ~ 27.34%
G 74 of 289 ~ 25.61%
B 136 of 289 ~ 47.06%

%27.34
%25.61
%47.06

CMYK RENK MODELİ

#4F4A88 rengi CMYK tonu (42,46,0,47).

  • camgöbeği tonu 41.91%
  • eflatun tonu 45.59%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(42,46,0,47)
C42M46Y0K47 
(42%,46%,0%,47%)
(0.42/0.46/0.00/0.47)	

CMYK yüzdeleri

%41.91
%45.59
%0
%46.67

Codes

Color #4F4A88 in popluar color models

4F4A88
RGB7974136
HSL245°29.52%41.18%
HSB/HSV245°45.59%53.33%
CMYK41.91%45.59%0.00%
46.67%

Color #4F4A88 in popluar number systems.

HEX4F4A88
Decimal7974136
Binary1001111100101010001000
Octal117112210

Shades and tints

Shades of #4F4A88

#4F4A88
(79,74,136)
#48447C
(72,68,124)
#413E70
(65,62,112)
#3A3864
(58,56,100)
#333258
(51,50,88)
#2C2C4C
(44,44,76)
#252640
(37,38,64)
#1E2034
(30,32,52)
#171A28
(23,26,40)
#10141C
(16,20,28)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #4F4A88

#4F4A88
(79,74,136)
#5F5A92
(95,90,146)
#6F6A9C
(111,106,156)
#7F7AA6
(127,122,166)
#8F8AB0
(143,138,176)
#9F9ABA
(159,154,186)
#AFAAC4
(175,170,196)
#BFBACE
(191,186,206)
#CFCAD8
(207,202,216)
#DFDAE2
(223,218,226)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4A88; }

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

This text font color is #4F4A88.


Background Color

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

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

This div background color is #4F4A88.


Border color

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

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

This div border color is #4F4A88.


Opacity

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

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

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

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

This text has shadow with #4F4A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4A88 on black background.


Color preview on white background

This text has color #4F4A88 on white background.



Black color preview on #4F4A88 background

This text has black color on #4F4A88 background.


White color preview on #4F4A88 background

This text has white color on #4F4A88 background.