COLOR #4F9CBD

HEX: #4F9CBD
RGB: (79,156,189)

Renk bilgisi

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

RGB renk modeli

#4F9CBD color RGB value is (79,156,189).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 156 of 255 = 61%
B 189 of 255 = 74%

79
156
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 156 + 189 = 424 (100%)
R 79 of 424 ~ 18.63%
G 156 of 424 ~ 36.79%
B 189 of 424 ~ 44.58%

%18.63
%36.79
%44.58

CMYK RENK MODELİ

#4F9CBD rengi CMYK tonu (58,17,0,26).

  • camgöbeği tonu 58.20%
  • eflatun tonu 17.46%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(58,17,0,26)
C58M17Y0K26 
(58%,17%,0%,26%)
(0.58/0.17/0.00/0.26)	

CMYK yüzdeleri

%58.2
%17.46
%0
%25.88

Codes

Color #4F9CBD in popluar color models

4F9CBD
RGB79156189
HSL198°45.45%52.55%
HSB/HSV198°58.20%74.12%
CMYK58.20%17.46%0.00%
25.88%

Color #4F9CBD in popluar number systems.

HEX4F9CBD
Decimal79156189
Binary10011111001110010111101
Octal117234275

Shades and tints

Shades of #4F9CBD

#4F9CBD
(79,156,189)
#488EAC
(72,142,172)
#41809B
(65,128,155)
#3A728A
(58,114,138)
#336479
(51,100,121)
#2C5668
(44,86,104)
#254857
(37,72,87)
#1E3A46
(30,58,70)
#172C35
(23,44,53)
#101E24
(16,30,36)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #4F9CBD

#4F9CBD
(79,156,189)
#5FA5C3
(95,165,195)
#6FAEC9
(111,174,201)
#7FB7CF
(127,183,207)
#8FC0D5
(143,192,213)
#9FC9DB
(159,201,219)
#AFD2E1
(175,210,225)
#BFDBE7
(191,219,231)
#CFE4ED
(207,228,237)
#DFEDF3
(223,237,243)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9CBD color. Also use rgb(79,156,189) instead hex code.

Text Font Color

.myTextColor { color: #4F9CBD; }

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

This text font color is #4F9CBD.


Background Color

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

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

This div background color is #4F9CBD.


Border color

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

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

This div border color is #4F9CBD.


Opacity

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

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

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

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

This text has shadow with #4F9CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9CBD on black background.


Color preview on white background

This text has color #4F9CBD on white background.



Black color preview on #4F9CBD background

This text has black color on #4F9CBD background.


White color preview on #4F9CBD background

This text has white color on #4F9CBD background.