COLOR #246CA4

HEX: #246CA4
RGB: (36,108,164)

Color info

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

RGB color model

#246CA4 color RGB value is (36,108,164).

  • red value is 36;
  • green value is 108;
  • blue value is 164.
RGB:
(36,108,164)
(14%,42%,64%)

RGB channels and saturation

R 36 of 255 = 14%
G 108 of 255 = 42%
B 164 of 255 = 64%

36
108
164

R + G + B ~ 40%. #246CA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 108 + 164 = 308 (100%)
R 36 of 308 ~ 11.69%
G 108 of 308 ~ 35.06%
B 164 of 308 ~ 53.25%

%11.69
%35.06
%53.25

CMYK color model

#246CA4 color CMYK value is (78,34,0,36).

  • cyan value is 78.05%
  • magenta value is 34.15%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(78,34,0,36)
C78M34Y0K36 
(78%,34%,0%,36%)
(0.78/0.34/0.00/0.36)	

CMYK percentages

%78.05
%34.15
%0
%35.69

Codes

Color #246CA4 in popluar color models

246CA4
RGB36108164
HSL206°64.00%39.22%
HSB/HSV206°78.05%64.31%
CMYK78.05%34.15%0.00%
35.69%

Color #246CA4 in popluar number systems.

HEX246CA4
Decimal36108164
Binary100100110110010100100
Octal44154244

Shades and tints

Shades of #246CA4

#246CA4
(36,108,164)
#216396
(33,99,150)
#1E5A88
(30,90,136)
#1B517A
(27,81,122)
#18486C
(24,72,108)
#153F5E
(21,63,94)
#123650
(18,54,80)
#0F2D42
(15,45,66)
#0C2434
(12,36,52)
#091B26
(9,27,38)
#061218
(6,18,24)
#000000
(0,0,0)

Tints of #246CA4

#246CA4
(36,108,164)
#3779AC
(55,121,172)
#4A86B4
(74,134,180)
#5D93BC
(93,147,188)
#70A0C4
(112,160,196)
#83ADCC
(131,173,204)
#96BAD4
(150,186,212)
#A9C7DC
(169,199,220)
#BCD4E4
(188,212,228)
#CFE1EC
(207,225,236)
#E2EEF4
(226,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246CA4 color. Also use rgb(36,108,164) instead hex code.

Text Font Color

.myTextColor { color: #246CA4; }

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

This text font color is #246CA4.


Background Color

.myBgColor { background-color: #246CA4; }

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

This div background color is #246CA4.


Border color

.myBorderColor { border: 1px solid #246CA4; }

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

This div border color is #246CA4.


Opacity

.myOpacity80 { color: #246CA4; opacity: 0.8; }

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

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

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

This text has shadow with #246CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246CA4 on black background.


Color preview on white background

This text has color #246CA4 on white background.



Black color preview on #246CA4 background

This text has black color on #246CA4 background.


White color preview on #246CA4 background

This text has white color on #246CA4 background.