COLOR #4F99D0

HEX: #4F99D0
RGB: (79,153,208)

Renk bilgisi

#4F99D0 contains mainly green and blue colors. #4F99D0 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#4F99D0 color RGB value is (79,153,208).

  • kırmız ton 79;
  • yeşil ton 153;
  • mavi ton 208.
RGB:
(79,153,208)
(31%,60%,82%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 153 of 255 = 60%
B 208 of 255 = 82%

79
153
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 153 + 208 = 440 (100%)
R 79 of 440 ~ 17.95%
G 153 of 440 ~ 34.77%
B 208 of 440 ~ 47.27%

%17.95
%34.77
%47.27

CMYK RENK MODELİ

#4F99D0 rengi CMYK tonu (62,26,0,18).

  • camgöbeği tonu 62.02%
  • eflatun tonu 26.44%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(62,26,0,18)
C62M26Y0K18 
(62%,26%,0%,18%)
(0.62/0.26/0.00/0.18)	

CMYK yüzdeleri

%62.02
%26.44
%0
%18.43

Codes

Color #4F99D0 in popluar color models

4F99D0
RGB79153208
HSL206°57.85%56.27%
HSB/HSV206°62.02%81.57%
CMYK62.02%26.44%0.00%
18.43%

Color #4F99D0 in popluar number systems.

HEX4F99D0
Decimal79153208
Binary10011111001100111010000
Octal117231320

Shades and tints

Shades of #4F99D0

#4F99D0
(79,153,208)
#488CBE
(72,140,190)
#417FAC
(65,127,172)
#3A729A
(58,114,154)
#336588
(51,101,136)
#2C5876
(44,88,118)
#254B64
(37,75,100)
#1E3E52
(30,62,82)
#173140
(23,49,64)
#10242E
(16,36,46)
#09171C
(9,23,28)
#000000
(0,0,0)

Tints of #4F99D0

#4F99D0
(79,153,208)
#5FA2D4
(95,162,212)
#6FABD8
(111,171,216)
#7FB4DC
(127,180,220)
#8FBDE0
(143,189,224)
#9FC6E4
(159,198,228)
#AFCFE8
(175,207,232)
#BFD8EC
(191,216,236)
#CFE1F0
(207,225,240)
#DFEAF4
(223,234,244)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F99D0 color. Also use rgb(79,153,208) instead hex code.

Text Font Color

.myTextColor { color: #4F99D0; }

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

This text font color is #4F99D0.


Background Color

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

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

This div background color is #4F99D0.


Border color

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

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

This div border color is #4F99D0.


Opacity

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

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

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

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

This text has shadow with #4F99D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F99D0 on black background.


Color preview on white background

This text has color #4F99D0 on white background.



Black color preview on #4F99D0 background

This text has black color on #4F99D0 background.


White color preview on #4F99D0 background

This text has white color on #4F99D0 background.