COLOR #492F71

HEX: #492F71
RGB: (73,47,113)

Renk bilgisi

#492F71 contains mainly red and blue colors. #492F71 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#492F71 color RGB value is (73,47,113).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 47 of 255 = 18%
B 113 of 255 = 44%

73
47
113

R + G + B ~ 30%. #492F71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 47 + 113 = 233 (100%)
R 73 of 233 ~ 31.33%
G 47 of 233 ~ 20.17%
B 113 of 233 ~ 48.5%

%31.33
%20.17
%48.5

CMYK RENK MODELİ

#492F71 rengi CMYK tonu (35,58,0,56).

  • camgöbeği tonu 35.40%
  • eflatun tonu 58.41%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(35,58,0,56)
C35M58Y0K56 
(35%,58%,0%,56%)
(0.35/0.58/0.00/0.56)	

CMYK yüzdeleri

%35.4
%58.41
%0
%55.69

Codes

Color #492F71 in popluar color models

492F71
RGB7347113
HSL264°41.25%31.37%
HSB/HSV264°58.41%44.31%
CMYK35.40%58.41%0.00%
55.69%

Color #492F71 in popluar number systems.

HEX492F71
Decimal7347113
Binary10010011011111110001
Octal11157161

Shades and tints

Shades of #492F71

#492F71
(73,47,113)
#432B67
(67,43,103)
#3D275D
(61,39,93)
#372353
(55,35,83)
#311F49
(49,31,73)
#2B1B3F
(43,27,63)
#251735
(37,23,53)
#1F132B
(31,19,43)
#190F21
(25,15,33)
#130B17
(19,11,23)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #492F71

#492F71
(73,47,113)
#59417D
(89,65,125)
#695389
(105,83,137)
#796595
(121,101,149)
#8977A1
(137,119,161)
#9989AD
(153,137,173)
#A99BB9
(169,155,185)
#B9ADC5
(185,173,197)
#C9BFD1
(201,191,209)
#D9D1DD
(217,209,221)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492F71; }

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

This text font color is #492F71.


Background Color

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

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

This div background color is #492F71.


Border color

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

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

This div border color is #492F71.


Opacity

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

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

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

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

This text has shadow with #492F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F71 on black background.


Color preview on white background

This text has color #492F71 on white background.



Black color preview on #492F71 background

This text has black color on #492F71 background.


White color preview on #492F71 background

This text has white color on #492F71 background.