COLOR #4F51A6

HEX: #4F51A6
RGB: (79,81,166)

Renk bilgisi

#4F51A6 contains mainly blue color. #4F51A6 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#4F51A6 color RGB value is (79,81,166).

  • kırmız ton 79;
  • yeşil ton 81;
  • mavi ton 166.
RGB:
(79,81,166)
(31%,32%,65%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 81 of 255 = 32%
B 166 of 255 = 65%

79
81
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 81 + 166 = 326 (100%)
R 79 of 326 ~ 24.23%
G 81 of 326 ~ 24.85%
B 166 of 326 ~ 50.92%

%24.23
%24.85
%50.92

CMYK RENK MODELİ

#4F51A6 rengi CMYK tonu (52,51,0,35).

  • camgöbeği tonu 52.41%
  • eflatun tonu 51.20%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(52,51,0,35)
C52M51Y0K35 
(52%,51%,0%,35%)
(0.52/0.51/0.00/0.35)	

CMYK yüzdeleri

%52.41
%51.2
%0
%34.9

Codes

Color #4F51A6 in popluar color models

4F51A6
RGB7981166
HSL239°35.51%48.04%
HSB/HSV239°52.41%65.10%
CMYK52.41%51.20%0.00%
34.90%

Color #4F51A6 in popluar number systems.

HEX4F51A6
Decimal7981166
Binary1001111101000110100110
Octal117121246

Shades and tints

Shades of #4F51A6

#4F51A6
(79,81,166)
#484A97
(72,74,151)
#414388
(65,67,136)
#3A3C79
(58,60,121)
#33356A
(51,53,106)
#2C2E5B
(44,46,91)
#25274C
(37,39,76)
#1E203D
(30,32,61)
#17192E
(23,25,46)
#10121F
(16,18,31)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #4F51A6

#4F51A6
(79,81,166)
#5F60AE
(95,96,174)
#6F6FB6
(111,111,182)
#7F7EBE
(127,126,190)
#8F8DC6
(143,141,198)
#9F9CCE
(159,156,206)
#AFABD6
(175,171,214)
#BFBADE
(191,186,222)
#CFC9E6
(207,201,230)
#DFD8EE
(223,216,238)
#EFE7F6
(239,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F51A6 color. Also use rgb(79,81,166) instead hex code.

Text Font Color

.myTextColor { color: #4F51A6; }

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

This text font color is #4F51A6.


Background Color

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

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

This div background color is #4F51A6.


Border color

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

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

This div border color is #4F51A6.


Opacity

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

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

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

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

This text has shadow with #4F51A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F51A6 on black background.


Color preview on white background

This text has color #4F51A6 on white background.



Black color preview on #4F51A6 background

This text has black color on #4F51A6 background.


White color preview on #4F51A6 background

This text has white color on #4F51A6 background.