COLOR #4F4A9B

HEX: #4F4A9B
RGB: (79,74,155)

Renk bilgisi

#4F4A9B contains mainly blue color. #4F4A9B ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#4F4A9B color RGB value is (79,74,155).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 74 of 255 = 29%
B 155 of 255 = 61%

79
74
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 74 + 155 = 308 (100%)
R 79 of 308 ~ 25.65%
G 74 of 308 ~ 24.03%
B 155 of 308 ~ 50.32%

%25.65
%24.03
%50.32

CMYK RENK MODELİ

#4F4A9B rengi CMYK tonu (49,52,0,39).

  • camgöbeği tonu 49.03%
  • eflatun tonu 52.26%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(49,52,0,39)
C49M52Y0K39 
(49%,52%,0%,39%)
(0.49/0.52/0.00/0.39)	

CMYK yüzdeleri

%49.03
%52.26
%0
%39.22

Codes

Color #4F4A9B in popluar color models

4F4A9B
RGB7974155
HSL244°35.37%44.90%
HSB/HSV244°52.26%60.78%
CMYK49.03%52.26%0.00%
39.22%

Color #4F4A9B in popluar number systems.

HEX4F4A9B
Decimal7974155
Binary1001111100101010011011
Octal117112233

Shades and tints

Shades of #4F4A9B

#4F4A9B
(79,74,155)
#48448D
(72,68,141)
#413E7F
(65,62,127)
#3A3871
(58,56,113)
#333263
(51,50,99)
#2C2C55
(44,44,85)
#252647
(37,38,71)
#1E2039
(30,32,57)
#171A2B
(23,26,43)
#10141D
(16,20,29)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #4F4A9B

#4F4A9B
(79,74,155)
#5F5AA4
(95,90,164)
#6F6AAD
(111,106,173)
#7F7AB6
(127,122,182)
#8F8ABF
(143,138,191)
#9F9AC8
(159,154,200)
#AFAAD1
(175,170,209)
#BFBADA
(191,186,218)
#CFCAE3
(207,202,227)
#DFDAEC
(223,218,236)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4A9B; }

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

This text font color is #4F4A9B.


Background Color

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

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

This div background color is #4F4A9B.


Border color

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

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

This div border color is #4F4A9B.


Opacity

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

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

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

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

This text has shadow with #4F4A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4A9B on black background.


Color preview on white background

This text has color #4F4A9B on white background.



Black color preview on #4F4A9B background

This text has black color on #4F4A9B background.


White color preview on #4F4A9B background

This text has white color on #4F4A9B background.