COLOR #49509A

HEX: #49509A
RGB: (73,80,154)

Renk bilgisi

#49509A contains mainly blue color. #49509A ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#49509A color RGB value is (73,80,154).

  • kırmız ton 73;
  • yeşil ton 80;
  • mavi ton 154.
RGB:
(73,80,154)
(29%,31%,60%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 80 of 255 = 31%
B 154 of 255 = 60%

73
80
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 80 + 154 = 307 (100%)
R 73 of 307 ~ 23.78%
G 80 of 307 ~ 26.06%
B 154 of 307 ~ 50.16%

%23.78
%26.06
%50.16

CMYK RENK MODELİ

#49509A rengi CMYK tonu (53,48,0,40).

  • camgöbeği tonu 52.60%
  • eflatun tonu 48.05%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(53,48,0,40)
C53M48Y0K40 
(53%,48%,0%,40%)
(0.53/0.48/0.00/0.40)	

CMYK yüzdeleri

%52.6
%48.05
%0
%39.61

Codes

Color #49509A in popluar color models

49509A
RGB7380154
HSL235°35.68%44.51%
HSB/HSV235°52.60%60.39%
CMYK52.60%48.05%0.00%
39.61%

Color #49509A in popluar number systems.

HEX49509A
Decimal7380154
Binary1001001101000010011010
Octal111120232

Shades and tints

Shades of #49509A

#49509A
(73,80,154)
#43498C
(67,73,140)
#3D427E
(61,66,126)
#373B70
(55,59,112)
#313462
(49,52,98)
#2B2D54
(43,45,84)
#252646
(37,38,70)
#1F1F38
(31,31,56)
#19182A
(25,24,42)
#13111C
(19,17,28)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #49509A

#49509A
(73,80,154)
#595FA3
(89,95,163)
#696EAC
(105,110,172)
#797DB5
(121,125,181)
#898CBE
(137,140,190)
#999BC7
(153,155,199)
#A9AAD0
(169,170,208)
#B9B9D9
(185,185,217)
#C9C8E2
(201,200,226)
#D9D7EB
(217,215,235)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49509A color. Also use rgb(73,80,154) instead hex code.

Text Font Color

.myTextColor { color: #49509A; }

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

This text font color is #49509A.


Background Color

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

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

This div background color is #49509A.


Border color

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

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

This div border color is #49509A.


Opacity

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

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

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

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

This text has shadow with #49509A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49509A on black background.


Color preview on white background

This text has color #49509A on white background.



Black color preview on #49509A background

This text has black color on #49509A background.


White color preview on #49509A background

This text has white color on #49509A background.