COLOR #49699C

HEX: #49699C
RGB: (73,105,156)

Renk bilgisi

#49699C contains mainly green and blue colors. #49699C ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#49699C color RGB value is (73,105,156).

  • kırmız ton 73;
  • yeşil ton 105;
  • mavi ton 156.
RGB:
(73,105,156)
(29%,41%,61%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 105 of 255 = 41%
B 156 of 255 = 61%

73
105
156

R + G + B ~ 44%. #49699C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 156 = 334 (100%)
R 73 of 334 ~ 21.86%
G 105 of 334 ~ 31.44%
B 156 of 334 ~ 46.71%

%21.86
%31.44
%46.71

CMYK RENK MODELİ

#49699C rengi CMYK tonu (53,33,0,39).

  • camgöbeği tonu 53.21%
  • eflatun tonu 32.69%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(53,33,0,39)
C53M33Y0K39 
(53%,33%,0%,39%)
(0.53/0.33/0.00/0.39)	

CMYK yüzdeleri

%53.21
%32.69
%0
%38.82

Codes

Color #49699C in popluar color models

49699C
RGB73105156
HSL217°36.24%44.90%
HSB/HSV217°53.21%61.18%
CMYK53.21%32.69%0.00%
38.82%

Color #49699C in popluar number systems.

HEX49699C
Decimal73105156
Binary1001001110100110011100
Octal111151234

Shades and tints

Shades of #49699C

#49699C
(73,105,156)
#43608E
(67,96,142)
#3D5780
(61,87,128)
#374E72
(55,78,114)
#314564
(49,69,100)
#2B3C56
(43,60,86)
#253348
(37,51,72)
#1F2A3A
(31,42,58)
#19212C
(25,33,44)
#13181E
(19,24,30)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #49699C

#49699C
(73,105,156)
#5976A5
(89,118,165)
#6983AE
(105,131,174)
#7990B7
(121,144,183)
#899DC0
(137,157,192)
#99AAC9
(153,170,201)
#A9B7D2
(169,183,210)
#B9C4DB
(185,196,219)
#C9D1E4
(201,209,228)
#D9DEED
(217,222,237)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49699C color. Also use rgb(73,105,156) instead hex code.

Text Font Color

.myTextColor { color: #49699C; }

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

This text font color is #49699C.


Background Color

.myBgColor { background-color: #49699C; }

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

This div background color is #49699C.


Border color

.myBorderColor { border: 1px solid #49699C; }

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

This div border color is #49699C.


Opacity

.myOpacity80 { color: #49699C; opacity: 0.8; }

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

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

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

This text has shadow with #49699C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49699C on black background.


Color preview on white background

This text has color #49699C on white background.



Black color preview on #49699C background

This text has black color on #49699C background.


White color preview on #49699C background

This text has white color on #49699C background.