COLOR #460749

HEX: #460749
RGB: (70,7,73)

Renk bilgisi

#460749 contains mainly red and blue colors. #460749 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#460749 color RGB value is (70,7,73).

  • kırmız ton 70;
  • yeşil ton 7;
  • mavi ton 73.
RGB:
(70,7,73)
(27%,3%,29%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 7 of 255 = 3%
B 73 of 255 = 29%

70
7
73

R + G + B ~ 20%. #460749 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 7 + 73 = 150 (100%)
R 70 of 150 ~ 46.67%
G 7 of 150 ~ 4.67%
B 73 of 150 ~ 48.67%

%46.67
%48.67

CMYK RENK MODELİ

#460749 rengi CMYK tonu (4,90,0,71).

  • camgöbeği tonu 4.11%
  • eflatun tonu 90.41%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(4,90,0,71)
C4M90Y0K71 
(4%,90%,0%,71%)
(0.04/0.90/0.00/0.71)	

CMYK yüzdeleri

%4.11
%90.41
%0
%71.37

Codes

Color #460749 in popluar color models

460749
RGB70773
HSL297°82.50%15.69%
HSB/HSV297°90.41%28.63%
CMYK4.11%90.41%0.00%
71.37%

Color #460749 in popluar number systems.

HEX460749
Decimal70773
Binary10001101111001001
Octal1067111

Shades and tints

Shades of #460749

#460749
(70,7,73)
#400743
(64,7,67)
#3A073D
(58,7,61)
#340737
(52,7,55)
#2E0731
(46,7,49)
#28072B
(40,7,43)
#220725
(34,7,37)
#1C071F
(28,7,31)
#160719
(22,7,25)
#100713
(16,7,19)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #460749

#460749
(70,7,73)
#561D59
(86,29,89)
#663369
(102,51,105)
#764979
(118,73,121)
#865F89
(134,95,137)
#967599
(150,117,153)
#A68BA9
(166,139,169)
#B6A1B9
(182,161,185)
#C6B7C9
(198,183,201)
#D6CDD9
(214,205,217)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460749 color. Also use rgb(70,7,73) instead hex code.

Text Font Color

.myTextColor { color: #460749; }

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

This text font color is #460749.


Background Color

.myBgColor { background-color: #460749; }

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

This div background color is #460749.


Border color

.myBorderColor { border: 1px solid #460749; }

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

This div border color is #460749.


Opacity

.myOpacity80 { color: #460749; opacity: 0.8; }

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

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

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

This text has shadow with #460749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460749 on black background.


Color preview on white background

This text has color #460749 on white background.



Black color preview on #460749 background

This text has black color on #460749 background.


White color preview on #460749 background

This text has white color on #460749 background.