COLOR #247493

HEX: #247493
RGB: (36,116,147)

Color info

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

RGB color model

#247493 color RGB value is (36,116,147).

  • red value is 36;
  • green value is 116;
  • blue value is 147.
RGB:
(36,116,147)
(14%,45%,58%)

RGB channels and saturation

R 36 of 255 = 14%
G 116 of 255 = 45%
B 147 of 255 = 58%

36
116
147

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

Portions of RGB colors in percentages

R + G + B =
36 + 116 + 147 = 299 (100%)
R 36 of 299 ~ 12.04%
G 116 of 299 ~ 38.8%
B 147 of 299 ~ 49.16%

%12.04
%38.8
%49.16

CMYK color model

#247493 color CMYK value is (76,21,0,42).

  • cyan value is 75.51%
  • magenta value is 21.09%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(76,21,0,42)
C76M21Y0K42 
(76%,21%,0%,42%)
(0.76/0.21/0.00/0.42)	

CMYK percentages

%75.51
%21.09
%0
%42.35

Codes

Color #247493 in popluar color models

247493
RGB36116147
HSL197°60.66%35.88%
HSB/HSV197°75.51%57.65%
CMYK75.51%21.09%0.00%
42.35%

Color #247493 in popluar number systems.

HEX247493
Decimal36116147
Binary100100111010010010011
Octal44164223

Shades and tints

Shades of #247493

#247493
(36,116,147)
#216A86
(33,106,134)
#1E6079
(30,96,121)
#1B566C
(27,86,108)
#184C5F
(24,76,95)
#154252
(21,66,82)
#123845
(18,56,69)
#0F2E38
(15,46,56)
#0C242B
(12,36,43)
#091A1E
(9,26,30)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #247493

#247493
(36,116,147)
#37809C
(55,128,156)
#4A8CA5
(74,140,165)
#5D98AE
(93,152,174)
#70A4B7
(112,164,183)
#83B0C0
(131,176,192)
#96BCC9
(150,188,201)
#A9C8D2
(169,200,210)
#BCD4DB
(188,212,219)
#CFE0E4
(207,224,228)
#E2ECED
(226,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247493 color. Also use rgb(36,116,147) instead hex code.

Text Font Color

.myTextColor { color: #247493; }

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

This text font color is #247493.


Background Color

.myBgColor { background-color: #247493; }

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

This div background color is #247493.


Border color

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

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

This div border color is #247493.


Opacity

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

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

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

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

This text has shadow with #247493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247493 on black background.


Color preview on white background

This text has color #247493 on white background.



Black color preview on #247493 background

This text has black color on #247493 background.


White color preview on #247493 background

This text has white color on #247493 background.