COLOR #492F85

HEX: #492F85
RGB: (73,47,133)

Renk bilgisi

#492F85 contains mainly blue color. #492F85 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#492F85 color RGB value is (73,47,133).

  • kırmız ton 73;
  • yeşil ton 47;
  • mavi ton 133.
RGB:
(73,47,133)
(29%,18%,52%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 47 of 255 = 18%
B 133 of 255 = 52%

73
47
133

R + G + B ~ 33%. #492F85 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 47 + 133 = 253 (100%)
R 73 of 253 ~ 28.85%
G 47 of 253 ~ 18.58%
B 133 of 253 ~ 52.57%

%28.85
%18.58
%52.57

CMYK RENK MODELİ

#492F85 rengi CMYK tonu (45,65,0,48).

  • camgöbeği tonu 45.11%
  • eflatun tonu 64.66%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(45,65,0,48)
C45M65Y0K48 
(45%,65%,0%,48%)
(0.45/0.65/0.00/0.48)	

CMYK yüzdeleri

%45.11
%64.66
%0
%47.84

Codes

Color #492F85 in popluar color models

492F85
RGB7347133
HSL258°47.78%35.29%
HSB/HSV258°64.66%52.16%
CMYK45.11%64.66%0.00%
47.84%

Color #492F85 in popluar number systems.

HEX492F85
Decimal7347133
Binary100100110111110000101
Octal11157205

Shades and tints

Shades of #492F85

#492F85
(73,47,133)
#432B79
(67,43,121)
#3D276D
(61,39,109)
#372361
(55,35,97)
#311F55
(49,31,85)
#2B1B49
(43,27,73)
#25173D
(37,23,61)
#1F1331
(31,19,49)
#190F25
(25,15,37)
#130B19
(19,11,25)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #492F85

#492F85
(73,47,133)
#594190
(89,65,144)
#69539B
(105,83,155)
#7965A6
(121,101,166)
#8977B1
(137,119,177)
#9989BC
(153,137,188)
#A99BC7
(169,155,199)
#B9ADD2
(185,173,210)
#C9BFDD
(201,191,221)
#D9D1E8
(217,209,232)
#E9E3F3
(233,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492F85 color. Also use rgb(73,47,133) instead hex code.

Text Font Color

.myTextColor { color: #492F85; }

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

This text font color is #492F85.


Background Color

.myBgColor { background-color: #492F85; }

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

This div background color is #492F85.


Border color

.myBorderColor { border: 1px solid #492F85; }

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

This div border color is #492F85.


Opacity

.myOpacity80 { color: #492F85; opacity: 0.8; }

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

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

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

This text has shadow with #492F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F85 on black background.


Color preview on white background

This text has color #492F85 on white background.



Black color preview on #492F85 background

This text has black color on #492F85 background.


White color preview on #492F85 background

This text has white color on #492F85 background.