COLOR #246489

HEX: #246489
RGB: (36,100,137)

Renk bilgisi

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

RGB renk modeli

#246489 color RGB value is (36,100,137).

  • kırmız ton 36;
  • yeşil ton 100;
  • mavi ton 137.
RGB:
(36,100,137)
(14%,39%,54%)

RGB bağlantıları ve doygunluk

R 36 of 255 = 14%
G 100 of 255 = 39%
B 137 of 255 = 54%

36
100
137

R + G + B ~ 36%. #246489 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
36 + 100 + 137 = 273 (100%)
R 36 of 273 ~ 13.19%
G 100 of 273 ~ 36.63%
B 137 of 273 ~ 50.18%

%13.19
%36.63
%50.18

CMYK RENK MODELİ

#246489 rengi CMYK tonu (74,27,0,46).

  • camgöbeği tonu 73.72%
  • eflatun tonu 27.01%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(74,27,0,46)
C74M27Y0K46 
(74%,27%,0%,46%)
(0.74/0.27/0.00/0.46)	

CMYK yüzdeleri

%73.72
%27.01
%0
%46.27

Codes

Color #246489 in popluar color models

246489
RGB36100137
HSL202°58.38%33.92%
HSB/HSV202°73.72%53.73%
CMYK73.72%27.01%0.00%
46.27%

Color #246489 in popluar number systems.

HEX246489
Decimal36100137
Binary100100110010010001001
Octal44144211

Shades and tints

Shades of #246489

#246489
(36,100,137)
#215B7D
(33,91,125)
#1E5271
(30,82,113)
#1B4965
(27,73,101)
#184059
(24,64,89)
#15374D
(21,55,77)
#122E41
(18,46,65)
#0F2535
(15,37,53)
#0C1C29
(12,28,41)
#09131D
(9,19,29)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #246489

#246489
(36,100,137)
#377293
(55,114,147)
#4A809D
(74,128,157)
#5D8EA7
(93,142,167)
#709CB1
(112,156,177)
#83AABB
(131,170,187)
#96B8C5
(150,184,197)
#A9C6CF
(169,198,207)
#BCD4D9
(188,212,217)
#CFE2E3
(207,226,227)
#E2F0ED
(226,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246489 color. Also use rgb(36,100,137) instead hex code.

Text Font Color

.myTextColor { color: #246489; }

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

This text font color is #246489.


Background Color

.myBgColor { background-color: #246489; }

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

This div background color is #246489.


Border color

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

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

This div border color is #246489.


Opacity

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

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

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

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

This text has shadow with #246489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246489 on black background.


Color preview on white background

This text has color #246489 on white background.



Black color preview on #246489 background

This text has black color on #246489 background.


White color preview on #246489 background

This text has white color on #246489 background.