COLOR #49688A

HEX: #49688A
RGB: (73,104,138)

Renk bilgisi

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

RGB renk modeli

#49688A color RGB value is (73,104,138).

  • kırmız ton 73;
  • yeşil ton 104;
  • mavi ton 138.
RGB:
(73,104,138)
(29%,41%,54%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 104 of 255 = 41%
B 138 of 255 = 54%

73
104
138

R + G + B ~ 41%. #49688A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 104 + 138 = 315 (100%)
R 73 of 315 ~ 23.17%
G 104 of 315 ~ 33.02%
B 138 of 315 ~ 43.81%

%23.17
%33.02
%43.81

CMYK RENK MODELİ

#49688A rengi CMYK tonu (47,25,0,46).

  • camgöbeği tonu 47.10%
  • eflatun tonu 24.64%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(47,25,0,46)
C47M25Y0K46 
(47%,25%,0%,46%)
(0.47/0.25/0.00/0.46)	

CMYK yüzdeleri

%47.1
%24.64
%0
%45.88

Codes

Color #49688A in popluar color models

49688A
RGB73104138
HSL211°30.81%41.37%
HSB/HSV211°47.10%54.12%
CMYK47.10%24.64%0.00%
45.88%

Color #49688A in popluar number systems.

HEX49688A
Decimal73104138
Binary1001001110100010001010
Octal111150212

Shades and tints

Shades of #49688A

#49688A
(73,104,138)
#435F7E
(67,95,126)
#3D5672
(61,86,114)
#374D66
(55,77,102)
#31445A
(49,68,90)
#2B3B4E
(43,59,78)
#253242
(37,50,66)
#1F2936
(31,41,54)
#19202A
(25,32,42)
#13171E
(19,23,30)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #49688A

#49688A
(73,104,138)
#597594
(89,117,148)
#69829E
(105,130,158)
#798FA8
(121,143,168)
#899CB2
(137,156,178)
#99A9BC
(153,169,188)
#A9B6C6
(169,182,198)
#B9C3D0
(185,195,208)
#C9D0DA
(201,208,218)
#D9DDE4
(217,221,228)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49688A color. Also use rgb(73,104,138) instead hex code.

Text Font Color

.myTextColor { color: #49688A; }

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

This text font color is #49688A.


Background Color

.myBgColor { background-color: #49688A; }

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

This div background color is #49688A.


Border color

.myBorderColor { border: 1px solid #49688A; }

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

This div border color is #49688A.


Opacity

.myOpacity80 { color: #49688A; opacity: 0.8; }

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

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

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

This text has shadow with #49688A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49688A on black background.


Color preview on white background

This text has color #49688A on white background.



Black color preview on #49688A background

This text has black color on #49688A background.


White color preview on #49688A background

This text has white color on #49688A background.