COLOR #49476C

HEX: #49476C
RGB: (73,71,108)

Renk bilgisi

#49476C contains red, green and blue colors in about the same proportion. #49476C ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#49476C color RGB value is (73,71,108).

  • kırmız ton 73;
  • yeşil ton 71;
  • mavi ton 108.
RGB:
(73,71,108)
(29%,28%,42%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 71 of 255 = 28%
B 108 of 255 = 42%

73
71
108

R + G + B ~ 33%. #49476C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 108 = 252 (100%)
R 73 of 252 ~ 28.97%
G 71 of 252 ~ 28.17%
B 108 of 252 ~ 42.86%

%28.97
%28.17
%42.86

CMYK RENK MODELİ

#49476C rengi CMYK tonu (32,34,0,58).

  • camgöbeği tonu 32.41%
  • eflatun tonu 34.26%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(32,34,0,58)
C32M34Y0K58 
(32%,34%,0%,58%)
(0.32/0.34/0.00/0.58)	

CMYK yüzdeleri

%32.41
%34.26
%0
%57.65

Codes

Color #49476C in popluar color models

49476C
RGB7371108
HSL243°20.67%35.10%
HSB/HSV243°34.26%42.35%
CMYK32.41%34.26%0.00%
57.65%

Color #49476C in popluar number systems.

HEX49476C
Decimal7371108
Binary100100110001111101100
Octal111107154

Shades and tints

Shades of #49476C

#49476C
(73,71,108)
#434163
(67,65,99)
#3D3B5A
(61,59,90)
#373551
(55,53,81)
#312F48
(49,47,72)
#2B293F
(43,41,63)
#252336
(37,35,54)
#1F1D2D
(31,29,45)
#191724
(25,23,36)
#13111B
(19,17,27)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #49476C

#49476C
(73,71,108)
#595779
(89,87,121)
#696786
(105,103,134)
#797793
(121,119,147)
#8987A0
(137,135,160)
#9997AD
(153,151,173)
#A9A7BA
(169,167,186)
#B9B7C7
(185,183,199)
#C9C7D4
(201,199,212)
#D9D7E1
(217,215,225)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49476C color. Also use rgb(73,71,108) instead hex code.

Text Font Color

.myTextColor { color: #49476C; }

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

This text font color is #49476C.


Background Color

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

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

This div background color is #49476C.


Border color

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

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

This div border color is #49476C.


Opacity

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

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

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

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

This text has shadow with #49476C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49476C on black background.


Color preview on white background

This text has color #49476C on white background.



Black color preview on #49476C background

This text has black color on #49476C background.


White color preview on #49476C background

This text has white color on #49476C background.