COLOR #492F75

HEX: #492F75
RGB: (73,47,117)

Renk bilgisi

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

RGB renk modeli

#492F75 color RGB value is (73,47,117).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 47 of 255 = 18%
B 117 of 255 = 46%

73
47
117

R + G + B ~ 31%. #492F75 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 47 + 117 = 237 (100%)
R 73 of 237 ~ 30.8%
G 47 of 237 ~ 19.83%
B 117 of 237 ~ 49.37%

%30.8
%19.83
%49.37

CMYK RENK MODELİ

#492F75 rengi CMYK tonu (38,60,0,54).

  • camgöbeği tonu 37.61%
  • eflatun tonu 59.83%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(38,60,0,54)
C38M60Y0K54 
(38%,60%,0%,54%)
(0.38/0.60/0.00/0.54)	

CMYK yüzdeleri

%37.61
%59.83
%0
%54.12

Codes

Color #492F75 in popluar color models

492F75
RGB7347117
HSL262°42.68%32.16%
HSB/HSV262°59.83%45.88%
CMYK37.61%59.83%0.00%
54.12%

Color #492F75 in popluar number systems.

HEX492F75
Decimal7347117
Binary10010011011111110101
Octal11157165

Shades and tints

Shades of #492F75

#492F75
(73,47,117)
#432B6B
(67,43,107)
#3D2761
(61,39,97)
#372357
(55,35,87)
#311F4D
(49,31,77)
#2B1B43
(43,27,67)
#251739
(37,23,57)
#1F132F
(31,19,47)
#190F25
(25,15,37)
#130B1B
(19,11,27)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #492F75

#492F75
(73,47,117)
#594181
(89,65,129)
#69538D
(105,83,141)
#796599
(121,101,153)
#8977A5
(137,119,165)
#9989B1
(153,137,177)
#A99BBD
(169,155,189)
#B9ADC9
(185,173,201)
#C9BFD5
(201,191,213)
#D9D1E1
(217,209,225)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492F75; }

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

This text font color is #492F75.


Background Color

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

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

This div background color is #492F75.


Border color

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

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

This div border color is #492F75.


Opacity

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

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

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

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

This text has shadow with #492F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F75 on black background.


Color preview on white background

This text has color #492F75 on white background.



Black color preview on #492F75 background

This text has black color on #492F75 background.


White color preview on #492F75 background

This text has white color on #492F75 background.