COLOR #4F497B

HEX: #4F497B
RGB: (79,73,123)

Renk bilgisi

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

RGB renk modeli

#4F497B color RGB value is (79,73,123).

  • kırmız ton 79;
  • yeşil ton 73;
  • mavi ton 123.
RGB:
(79,73,123)
(31%,29%,48%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 73 of 255 = 29%
B 123 of 255 = 48%

79
73
123

R + G + B ~ 36%. #4F497B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 73 + 123 = 275 (100%)
R 79 of 275 ~ 28.73%
G 73 of 275 ~ 26.55%
B 123 of 275 ~ 44.73%

%28.73
%26.55
%44.73

CMYK RENK MODELİ

#4F497B rengi CMYK tonu (36,41,0,52).

  • camgöbeği tonu 35.77%
  • eflatun tonu 40.65%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(36,41,0,52)
C36M41Y0K52 
(36%,41%,0%,52%)
(0.36/0.41/0.00/0.52)	

CMYK yüzdeleri

%35.77
%40.65
%0
%51.76

Codes

Color #4F497B in popluar color models

4F497B
RGB7973123
HSL247°25.51%38.43%
HSB/HSV247°40.65%48.24%
CMYK35.77%40.65%0.00%
51.76%

Color #4F497B in popluar number systems.

HEX4F497B
Decimal7973123
Binary100111110010011111011
Octal117111173

Shades and tints

Shades of #4F497B

#4F497B
(79,73,123)
#484370
(72,67,112)
#413D65
(65,61,101)
#3A375A
(58,55,90)
#33314F
(51,49,79)
#2C2B44
(44,43,68)
#252539
(37,37,57)
#1E1F2E
(30,31,46)
#171923
(23,25,35)
#101318
(16,19,24)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #4F497B

#4F497B
(79,73,123)
#5F5987
(95,89,135)
#6F6993
(111,105,147)
#7F799F
(127,121,159)
#8F89AB
(143,137,171)
#9F99B7
(159,153,183)
#AFA9C3
(175,169,195)
#BFB9CF
(191,185,207)
#CFC9DB
(207,201,219)
#DFD9E7
(223,217,231)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F497B color. Also use rgb(79,73,123) instead hex code.

Text Font Color

.myTextColor { color: #4F497B; }

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

This text font color is #4F497B.


Background Color

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

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

This div background color is #4F497B.


Border color

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

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

This div border color is #4F497B.


Opacity

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

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

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

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

This text has shadow with #4F497B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F497B on black background.


Color preview on white background

This text has color #4F497B on white background.



Black color preview on #4F497B background

This text has black color on #4F497B background.


White color preview on #4F497B background

This text has white color on #4F497B background.