COLOR #499070

HEX: #499070
RGB: (73,144,112)

Renk bilgisi

#499070 contains mainly green and blue colors. #499070 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#499070 color RGB value is (73,144,112).

  • kırmız ton 73;
  • yeşil ton 144;
  • mavi ton 112.
RGB:
(73,144,112)
(29%,56%,44%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 144 of 255 = 56%
B 112 of 255 = 44%

73
144
112

R + G + B ~ 43%. #499070 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 144 + 112 = 329 (100%)
R 73 of 329 ~ 22.19%
G 144 of 329 ~ 43.77%
B 112 of 329 ~ 34.04%

%22.19
%43.77
%34.04

CMYK RENK MODELİ

#499070 rengi CMYK tonu (49,0,22,44).

  • camgöbeği tonu 49.31%
  • eflatun tonu 0.00%
  • sarı tonu 22.22%
  • ana renk tonu 43.53%
CMYK:
(49,0,22,44)
C49M0Y22K44 
(49%,0%,22%,44%)
(0.49/0.00/0.22/0.44)	

CMYK yüzdeleri

%49.31
%0
%22.22
%43.53

Codes

Color #499070 in popluar color models

499070
RGB73144112
HSL153°32.72%42.55%
HSB/HSV153°49.31%56.47%
CMYK49.31%0.00%22.22%
43.53%

Color #499070 in popluar number systems.

HEX499070
Decimal73144112
Binary1001001100100001110000
Octal111220160

Shades and tints

Shades of #499070

#499070
(73,144,112)
#438366
(67,131,102)
#3D765C
(61,118,92)
#376952
(55,105,82)
#315C48
(49,92,72)
#2B4F3E
(43,79,62)
#254234
(37,66,52)
#1F352A
(31,53,42)
#192820
(25,40,32)
#131B16
(19,27,22)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #499070

#499070
(73,144,112)
#599A7D
(89,154,125)
#69A48A
(105,164,138)
#79AE97
(121,174,151)
#89B8A4
(137,184,164)
#99C2B1
(153,194,177)
#A9CCBE
(169,204,190)
#B9D6CB
(185,214,203)
#C9E0D8
(201,224,216)
#D9EAE5
(217,234,229)
#E9F4F2
(233,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499070 color. Also use rgb(73,144,112) instead hex code.

Text Font Color

.myTextColor { color: #499070; }

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

This text font color is #499070.


Background Color

.myBgColor { background-color: #499070; }

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

This div background color is #499070.


Border color

.myBorderColor { border: 1px solid #499070; }

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

This div border color is #499070.


Opacity

.myOpacity80 { color: #499070; opacity: 0.8; }

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

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

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

This text has shadow with #499070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499070 on black background.


Color preview on white background

This text has color #499070 on white background.



Black color preview on #499070 background

This text has black color on #499070 background.


White color preview on #499070 background

This text has white color on #499070 background.