COLOR #420246

HEX: #420246
RGB: (66,2,70)

Renk bilgisi

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

RGB renk modeli

#420246 color RGB value is (66,2,70).

  • kırmız ton 66;
  • yeşil ton 2;
  • mavi ton 70.
RGB:
(66,2,70)
(26%,1%,27%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 2 of 255 = 1%
B 70 of 255 = 27%

66
2
70

R + G + B ~ 18%. #420246 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 2 + 70 = 138 (100%)
R 66 of 138 ~ 47.83%
G 2 of 138 ~ 1.45%
B 70 of 138 ~ 50.72%

%47.83
%50.72

CMYK RENK MODELİ

#420246 rengi CMYK tonu (6,97,0,73).

  • camgöbeği tonu 5.71%
  • eflatun tonu 97.14%
  • sarı tonu 0.00%
  • ana renk tonu 72.55%
CMYK:
(6,97,0,73)
C6M97Y0K73 
(6%,97%,0%,73%)
(0.06/0.97/0.00/0.73)	

CMYK yüzdeleri

%5.71
%97.14
%0
%72.55

Codes

Color #420246 in popluar color models

420246
RGB66270
HSL296°94.44%14.12%
HSB/HSV296°97.14%27.45%
CMYK5.71%97.14%0.00%
72.55%

Color #420246 in popluar number systems.

HEX420246
Decimal66270
Binary1000010101000110
Octal1022106

Shades and tints

Shades of #420246

#420246
(66,2,70)
#3C0240
(60,2,64)
#36023A
(54,2,58)
#300234
(48,2,52)
#2A022E
(42,2,46)
#240228
(36,2,40)
#1E0222
(30,2,34)
#18021C
(24,2,28)
#120216
(18,2,22)
#0C0210
(12,2,16)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #420246

#420246
(66,2,70)
#531956
(83,25,86)
#643066
(100,48,102)
#754776
(117,71,118)
#865E86
(134,94,134)
#977596
(151,117,150)
#A88CA6
(168,140,166)
#B9A3B6
(185,163,182)
#CABAC6
(202,186,198)
#DBD1D6
(219,209,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420246 color. Also use rgb(66,2,70) instead hex code.

Text Font Color

.myTextColor { color: #420246; }

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

This text font color is #420246.


Background Color

.myBgColor { background-color: #420246; }

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

This div background color is #420246.


Border color

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

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

This div border color is #420246.


Opacity

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

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

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

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

This text has shadow with #420246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420246 on black background.


Color preview on white background

This text has color #420246 on white background.



Black color preview on #420246 background

This text has black color on #420246 background.


White color preview on #420246 background

This text has white color on #420246 background.