COLOR #499DCE

HEX: #499DCE
RGB: (73,157,206)

Renk bilgisi

#499DCE contains mainly green and blue colors. #499DCE ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#499DCE color RGB value is (73,157,206).

  • kırmız ton 73;
  • yeşil ton 157;
  • mavi ton 206.
RGB:
(73,157,206)
(29%,62%,81%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 157 of 255 = 62%
B 206 of 255 = 81%

73
157
206

R + G + B ~ 57%. #499DCE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 157 + 206 = 436 (100%)
R 73 of 436 ~ 16.74%
G 157 of 436 ~ 36.01%
B 206 of 436 ~ 47.25%

%16.74
%36.01
%47.25

CMYK RENK MODELİ

#499DCE rengi CMYK tonu (65,24,0,19).

  • camgöbeği tonu 64.56%
  • eflatun tonu 23.79%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(65,24,0,19)
C65M24Y0K19 
(65%,24%,0%,19%)
(0.65/0.24/0.00/0.19)	

CMYK yüzdeleri

%64.56
%23.79
%0
%19.22

Codes

Color #499DCE in popluar color models

499DCE
RGB73157206
HSL202°57.58%54.71%
HSB/HSV202°64.56%80.78%
CMYK64.56%23.79%0.00%
19.22%

Color #499DCE in popluar number systems.

HEX499DCE
Decimal73157206
Binary10010011001110111001110
Octal111235316

Shades and tints

Shades of #499DCE

#499DCE
(73,157,206)
#438FBC
(67,143,188)
#3D81AA
(61,129,170)
#377398
(55,115,152)
#316586
(49,101,134)
#2B5774
(43,87,116)
#254962
(37,73,98)
#1F3B50
(31,59,80)
#192D3E
(25,45,62)
#131F2C
(19,31,44)
#0D111A
(13,17,26)
#000000
(0,0,0)

Tints of #499DCE

#499DCE
(73,157,206)
#59A5D2
(89,165,210)
#69ADD6
(105,173,214)
#79B5DA
(121,181,218)
#89BDDE
(137,189,222)
#99C5E2
(153,197,226)
#A9CDE6
(169,205,230)
#B9D5EA
(185,213,234)
#C9DDEE
(201,221,238)
#D9E5F2
(217,229,242)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499DCE color. Also use rgb(73,157,206) instead hex code.

Text Font Color

.myTextColor { color: #499DCE; }

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

This text font color is #499DCE.


Background Color

.myBgColor { background-color: #499DCE; }

<div style="background-color:#499DCE">Inner text</div>

This div background color is #499DCE.


Border color

.myBorderColor { border: 1px solid #499DCE; }

<div style="border:3px solid #499DCE">Div</div>

This div border color is #499DCE.


Opacity

.myOpacity80 { color: #499DCE; opacity: 0.8; }

<p style="color:#499DCE;opacity:0.8;">80%</p>

Text with #499DCE 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 #499DCE;}

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

This text has shadow with #499DCE color.

.textShadow {text-shadow: 3px 3px 1px #499DCE, 3px 3px 1px red;}

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

This text has shadow with #499DCE primary color and red secondary color.


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

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

This text has shadow with #499DCE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499DCE on black background.


Color preview on white background

This text has color #499DCE on white background.



Black color preview on #499DCE background

This text has black color on #499DCE background.


White color preview on #499DCE background

This text has white color on #499DCE background.