COLOR #246883

HEX: #246883
RGB: (36,104,131)

Color info

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

RGB color model

#246883 color RGB value is (36,104,131).

  • red value is 36;
  • green value is 104;
  • blue value is 131.
RGB:
(36,104,131)
(14%,41%,51%)

RGB channels and saturation

R 36 of 255 = 14%
G 104 of 255 = 41%
B 131 of 255 = 51%

36
104
131

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

Portions of RGB colors in percentages

R + G + B =
36 + 104 + 131 = 271 (100%)
R 36 of 271 ~ 13.28%
G 104 of 271 ~ 38.38%
B 131 of 271 ~ 48.34%

%13.28
%38.38
%48.34

CMYK color model

#246883 color CMYK value is (73,21,0,49).

  • cyan value is 72.52%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(73,21,0,49)
C73M21Y0K49 
(73%,21%,0%,49%)
(0.73/0.21/0.00/0.49)	

CMYK percentages

%72.52
%20.61
%0
%48.63

Codes

Color #246883 in popluar color models

246883
RGB36104131
HSL197°56.89%32.75%
HSB/HSV197°72.52%51.37%
CMYK72.52%20.61%0.00%
48.63%

Color #246883 in popluar number systems.

HEX246883
Decimal36104131
Binary100100110100010000011
Octal44150203

Shades and tints

Shades of #246883

#246883
(36,104,131)
#215F78
(33,95,120)
#1E566D
(30,86,109)
#1B4D62
(27,77,98)
#184457
(24,68,87)
#153B4C
(21,59,76)
#123241
(18,50,65)
#0F2936
(15,41,54)
#0C202B
(12,32,43)
#091720
(9,23,32)
#060E15
(6,14,21)
#000000
(0,0,0)

Tints of #246883

#246883
(36,104,131)
#37758E
(55,117,142)
#4A8299
(74,130,153)
#5D8FA4
(93,143,164)
#709CAF
(112,156,175)
#83A9BA
(131,169,186)
#96B6C5
(150,182,197)
#A9C3D0
(169,195,208)
#BCD0DB
(188,208,219)
#CFDDE6
(207,221,230)
#E2EAF1
(226,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246883 color. Also use rgb(36,104,131) instead hex code.

Text Font Color

.myTextColor { color: #246883; }

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

This text font color is #246883.


Background Color

.myBgColor { background-color: #246883; }

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

This div background color is #246883.


Border color

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

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

This div border color is #246883.


Opacity

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

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

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

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

This text has shadow with #246883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246883 on black background.


Color preview on white background

This text has color #246883 on white background.



Black color preview on #246883 background

This text has black color on #246883 background.


White color preview on #246883 background

This text has white color on #246883 background.