COLOR #466261

HEX: #466261
RGB: (70,98,97)

Renk bilgisi

#466261 contains red, green and blue colors in about the same proportion. #466261 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#466261 color RGB value is (70,98,97).

  • kırmız ton 70;
  • yeşil ton 98;
  • mavi ton 97.
RGB:
(70,98,97)
(27%,38%,38%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 98 of 255 = 38%
B 97 of 255 = 38%

70
98
97

R + G + B ~ 34%. #466261 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 98 + 97 = 265 (100%)
R 70 of 265 ~ 26.42%
G 98 of 265 ~ 36.98%
B 97 of 265 ~ 36.6%

%26.42
%36.98
%36.6

CMYK RENK MODELİ

#466261 rengi CMYK tonu (29,0,1,62).

  • camgöbeği tonu 28.57%
  • eflatun tonu 0.00%
  • sarı tonu 1.02%
  • ana renk tonu 61.57%
CMYK:
(29,0,1,62)
C29M0Y1K62 
(29%,0%,1%,62%)
(0.29/0.00/0.01/0.62)	

CMYK yüzdeleri

%28.57
%0
%1.02
%61.57

Codes

Color #466261 in popluar color models

466261
RGB709897
HSL178°16.67%32.94%
HSB/HSV178°28.57%38.43%
CMYK28.57%0.00%1.02%
61.57%

Color #466261 in popluar number systems.

HEX466261
Decimal709897
Binary100011011000101100001
Octal106142141

Shades and tints

Shades of #466261

#466261
(70,98,97)
#405A59
(64,90,89)
#3A5251
(58,82,81)
#344A49
(52,74,73)
#2E4241
(46,66,65)
#283A39
(40,58,57)
#223231
(34,50,49)
#1C2A29
(28,42,41)
#162221
(22,34,33)
#101A19
(16,26,25)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #466261

#466261
(70,98,97)
#56706F
(86,112,111)
#667E7D
(102,126,125)
#768C8B
(118,140,139)
#869A99
(134,154,153)
#96A8A7
(150,168,167)
#A6B6B5
(166,182,181)
#B6C4C3
(182,196,195)
#C6D2D1
(198,210,209)
#D6E0DF
(214,224,223)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466261 color. Also use rgb(70,98,97) instead hex code.

Text Font Color

.myTextColor { color: #466261; }

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

This text font color is #466261.


Background Color

.myBgColor { background-color: #466261; }

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

This div background color is #466261.


Border color

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

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

This div border color is #466261.


Opacity

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

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

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

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

This text has shadow with #466261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466261 on black background.


Color preview on white background

This text has color #466261 on white background.



Black color preview on #466261 background

This text has black color on #466261 background.


White color preview on #466261 background

This text has white color on #466261 background.