COLOR #4D7F97

HEX: #4D7F97
RGB: (77,127,151)

Renk bilgisi

#4D7F97 contains mainly green and blue colors. #4D7F97 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D7F97 color RGB value is (77,127,151).

  • kırmız ton 77;
  • yeşil ton 127;
  • mavi ton 151.
RGB:
(77,127,151)
(30%,50%,59%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 127 of 255 = 50%
B 151 of 255 = 59%

77
127
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 127 + 151 = 355 (100%)
R 77 of 355 ~ 21.69%
G 127 of 355 ~ 35.77%
B 151 of 355 ~ 42.54%

%21.69
%35.77
%42.54

CMYK RENK MODELİ

#4D7F97 rengi CMYK tonu (49,16,0,41).

  • camgöbeği tonu 49.01%
  • eflatun tonu 15.89%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(49,16,0,41)
C49M16Y0K41 
(49%,16%,0%,41%)
(0.49/0.16/0.00/0.41)	

CMYK yüzdeleri

%49.01
%15.89
%0
%40.78

Codes

Color #4D7F97 in popluar color models

4D7F97
RGB77127151
HSL199°32.46%44.71%
HSB/HSV199°49.01%59.22%
CMYK49.01%15.89%0.00%
40.78%

Color #4D7F97 in popluar number systems.

HEX4D7F97
Decimal77127151
Binary1001101111111110010111
Octal115177227

Shades and tints

Shades of #4D7F97

#4D7F97
(77,127,151)
#46748A
(70,116,138)
#3F697D
(63,105,125)
#385E70
(56,94,112)
#315363
(49,83,99)
#2A4856
(42,72,86)
#233D49
(35,61,73)
#1C323C
(28,50,60)
#15272F
(21,39,47)
#0E1C22
(14,28,34)
#071115
(7,17,21)
#000000
(0,0,0)

Tints of #4D7F97

#4D7F97
(77,127,151)
#5D8AA0
(93,138,160)
#6D95A9
(109,149,169)
#7DA0B2
(125,160,178)
#8DABBB
(141,171,187)
#9DB6C4
(157,182,196)
#ADC1CD
(173,193,205)
#BDCCD6
(189,204,214)
#CDD7DF
(205,215,223)
#DDE2E8
(221,226,232)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7F97 color. Also use rgb(77,127,151) instead hex code.

Text Font Color

.myTextColor { color: #4D7F97; }

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

This text font color is #4D7F97.


Background Color

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

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

This div background color is #4D7F97.


Border color

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

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

This div border color is #4D7F97.


Opacity

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

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

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

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

This text has shadow with #4D7F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7F97 on black background.


Color preview on white background

This text has color #4D7F97 on white background.



Black color preview on #4D7F97 background

This text has black color on #4D7F97 background.


White color preview on #4D7F97 background

This text has white color on #4D7F97 background.