COLOR #499FAE

HEX: #499FAE
RGB: (73,159,174)

Renk bilgisi

#499FAE contains mainly green and blue colors. #499FAE ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#499FAE color RGB value is (73,159,174).

  • kırmız ton 73;
  • yeşil ton 159;
  • mavi ton 174.
RGB:
(73,159,174)
(29%,62%,68%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 159 of 255 = 62%
B 174 of 255 = 68%

73
159
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 159 + 174 = 406 (100%)
R 73 of 406 ~ 17.98%
G 159 of 406 ~ 39.16%
B 174 of 406 ~ 42.86%

%17.98
%39.16
%42.86

CMYK RENK MODELİ

#499FAE rengi CMYK tonu (58,9,0,32).

  • camgöbeği tonu 58.05%
  • eflatun tonu 8.62%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(58,9,0,32)
C58M9Y0K32 
(58%,9%,0%,32%)
(0.58/0.09/0.00/0.32)	

CMYK yüzdeleri

%58.05
%8.62
%0
%31.76

Codes

Color #499FAE in popluar color models

499FAE
RGB73159174
HSL189°40.89%48.43%
HSB/HSV189°58.05%68.24%
CMYK58.05%8.62%0.00%
31.76%

Color #499FAE in popluar number systems.

HEX499FAE
Decimal73159174
Binary10010011001111110101110
Octal111237256

Shades and tints

Shades of #499FAE

#499FAE
(73,159,174)
#43919F
(67,145,159)
#3D8390
(61,131,144)
#377581
(55,117,129)
#316772
(49,103,114)
#2B5963
(43,89,99)
#254B54
(37,75,84)
#1F3D45
(31,61,69)
#192F36
(25,47,54)
#132127
(19,33,39)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #499FAE

#499FAE
(73,159,174)
#59A7B5
(89,167,181)
#69AFBC
(105,175,188)
#79B7C3
(121,183,195)
#89BFCA
(137,191,202)
#99C7D1
(153,199,209)
#A9CFD8
(169,207,216)
#B9D7DF
(185,215,223)
#C9DFE6
(201,223,230)
#D9E7ED
(217,231,237)
#E9EFF4
(233,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499FAE color. Also use rgb(73,159,174) instead hex code.

Text Font Color

.myTextColor { color: #499FAE; }

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

This text font color is #499FAE.


Background Color

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

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

This div background color is #499FAE.


Border color

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

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

This div border color is #499FAE.


Opacity

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

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

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

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

This text has shadow with #499FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499FAE on black background.


Color preview on white background

This text has color #499FAE on white background.



Black color preview on #499FAE background

This text has black color on #499FAE background.


White color preview on #499FAE background

This text has white color on #499FAE background.