COLOR #466482

HEX: #466482
RGB: (70,100,130)

Renk bilgisi

#466482 contains mainly green and blue colors. #466482 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#466482 color RGB value is (70,100,130).

  • kırmız ton 70;
  • yeşil ton 100;
  • mavi ton 130.
RGB:
(70,100,130)
(27%,39%,51%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 100 of 255 = 39%
B 130 of 255 = 51%

70
100
130

R + G + B ~ 39%. #466482 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 100 + 130 = 300 (100%)
R 70 of 300 ~ 23.33%
G 100 of 300 ~ 33.33%
B 130 of 300 ~ 43.33%

%23.33
%33.33
%43.33

CMYK RENK MODELİ

#466482 rengi CMYK tonu (46,23,0,49).

  • camgöbeği tonu 46.15%
  • eflatun tonu 23.08%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(46,23,0,49)
C46M23Y0K49 
(46%,23%,0%,49%)
(0.46/0.23/0.00/0.49)	

CMYK yüzdeleri

%46.15
%23.08
%0
%49.02

Codes

Color #466482 in popluar color models

466482
RGB70100130
HSL210°30.00%39.22%
HSB/HSV210°46.15%50.98%
CMYK46.15%23.08%0.00%
49.02%

Color #466482 in popluar number systems.

HEX466482
Decimal70100130
Binary1000110110010010000010
Octal106144202

Shades and tints

Shades of #466482

#466482
(70,100,130)
#405B77
(64,91,119)
#3A526C
(58,82,108)
#344961
(52,73,97)
#2E4056
(46,64,86)
#28374B
(40,55,75)
#222E40
(34,46,64)
#1C2535
(28,37,53)
#161C2A
(22,28,42)
#10131F
(16,19,31)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #466482

#466482
(70,100,130)
#56728D
(86,114,141)
#668098
(102,128,152)
#768EA3
(118,142,163)
#869CAE
(134,156,174)
#96AAB9
(150,170,185)
#A6B8C4
(166,184,196)
#B6C6CF
(182,198,207)
#C6D4DA
(198,212,218)
#D6E2E5
(214,226,229)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466482 color. Also use rgb(70,100,130) instead hex code.

Text Font Color

.myTextColor { color: #466482; }

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

This text font color is #466482.


Background Color

.myBgColor { background-color: #466482; }

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

This div background color is #466482.


Border color

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

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

This div border color is #466482.


Opacity

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

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

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

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

This text has shadow with #466482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466482 on black background.


Color preview on white background

This text has color #466482 on white background.



Black color preview on #466482 background

This text has black color on #466482 background.


White color preview on #466482 background

This text has white color on #466482 background.