COLOR #246487

HEX: #246487
RGB: (36,100,135)

Color info

#246487 contains mainly green and blue colors. Web safe color of #246487 is #336699 (or #369).

RGB color model

#246487 color RGB value is (36,100,135).

  • red value is 36;
  • green value is 100;
  • blue value is 135.
RGB:
(36,100,135)
(14%,39%,53%)

RGB channels and saturation

R 36 of 255 = 14%
G 100 of 255 = 39%
B 135 of 255 = 53%

36
100
135

R + G + B ~ 35%. #246487 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 100 + 135 = 271 (100%)
R 36 of 271 ~ 13.28%
G 100 of 271 ~ 36.9%
B 135 of 271 ~ 49.82%

%13.28
%36.9
%49.82

CMYK color model

#246487 color CMYK value is (73,26,0,47).

  • cyan value is 73.33%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(73,26,0,47)
C73M26Y0K47 
(73%,26%,0%,47%)
(0.73/0.26/0.00/0.47)	

CMYK percentages

%73.33
%25.93
%0
%47.06

Codes

Color #246487 in popluar color models

246487
RGB36100135
HSL201°57.89%33.53%
HSB/HSV201°73.33%52.94%
CMYK73.33%25.93%0.00%
47.06%

Color #246487 in popluar number systems.

HEX246487
Decimal36100135
Binary100100110010010000111
Octal44144207

Shades and tints

Shades of #246487

#246487
(36,100,135)
#215B7B
(33,91,123)
#1E526F
(30,82,111)
#1B4963
(27,73,99)
#184057
(24,64,87)
#15374B
(21,55,75)
#122E3F
(18,46,63)
#0F2533
(15,37,51)
#0C1C27
(12,28,39)
#09131B
(9,19,27)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #246487

#246487
(36,100,135)
#377291
(55,114,145)
#4A809B
(74,128,155)
#5D8EA5
(93,142,165)
#709CAF
(112,156,175)
#83AAB9
(131,170,185)
#96B8C3
(150,184,195)
#A9C6CD
(169,198,205)
#BCD4D7
(188,212,215)
#CFE2E1
(207,226,225)
#E2F0EB
(226,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246487; }

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

This text font color is #246487.


Background Color

.myBgColor { background-color: #246487; }

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

This div background color is #246487.


Border color

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

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

This div border color is #246487.


Opacity

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

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

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

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

This text has shadow with #246487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246487 on black background.


Color preview on white background

This text has color #246487 on white background.



Black color preview on #246487 background

This text has black color on #246487 background.


White color preview on #246487 background

This text has white color on #246487 background.