COLOR #0497BF

HEX: #0497BF
RGB: (4,151,191)

Color info

#0497BF contains mainly green and blue colors. Web safe color of #0497BF is #0099CC (or #09C).

RGB color model

#0497BF color RGB value is (4,151,191).

  • red value is 4;
  • green value is 151;
  • blue value is 191.
RGB:
(4,151,191)
(2%,59%,75%)

RGB channels and saturation

R 4 of 255 = 2%
G 151 of 255 = 59%
B 191 of 255 = 75%

4
151
191

R + G + B ~ 45%. #0497BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 151 + 191 = 346 (100%)
R 4 of 346 ~ 1.16%
G 151 of 346 ~ 43.64%
B 191 of 346 ~ 55.2%

%43.64
%55.2

CMYK color model

#0497BF color CMYK value is (98,21,0,25).

  • cyan value is 97.91%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(98,21,0,25)
C98M21Y0K25 
(98%,21%,0%,25%)
(0.98/0.21/0.00/0.25)	

CMYK percentages

%97.91
%20.94
%0
%25.1

Codes

Color #0497BF in popluar color models

0497BF
RGB4151191
HSL193°95.90%38.24%
HSB/HSV193°97.91%74.90%
CMYK97.91%20.94%0.00%
25.10%

Color #0497BF in popluar number systems.

HEX0497BF
Decimal4151191
Binary1001001011110111111
Octal4227277

Shades and tints

Shades of #0497BF

#0497BF
(4,151,191)
#048AAE
(4,138,174)
#047D9D
(4,125,157)
#04708C
(4,112,140)
#04637B
(4,99,123)
#04566A
(4,86,106)
#044959
(4,73,89)
#043C48
(4,60,72)
#042F37
(4,47,55)
#042226
(4,34,38)
#041515
(4,21,21)
#000000
(0,0,0)

Tints of #0497BF

#0497BF
(4,151,191)
#1AA0C4
(26,160,196)
#30A9C9
(48,169,201)
#46B2CE
(70,178,206)
#5CBBD3
(92,187,211)
#72C4D8
(114,196,216)
#88CDDD
(136,205,221)
#9ED6E2
(158,214,226)
#B4DFE7
(180,223,231)
#CAE8EC
(202,232,236)
#E0F1F1
(224,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0497BF color. Also use rgb(4,151,191) instead hex code.

Text Font Color

.myTextColor { color: #0497BF; }

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

This text font color is #0497BF.


Background Color

.myBgColor { background-color: #0497BF; }

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

This div background color is #0497BF.


Border color

.myBorderColor { border: 1px solid #0497BF; }

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

This div border color is #0497BF.


Opacity

.myOpacity80 { color: #0497BF; opacity: 0.8; }

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

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

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

This text has shadow with #0497BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0497BF on black background.


Color preview on white background

This text has color #0497BF on white background.



Black color preview on #0497BF background

This text has black color on #0497BF background.


White color preview on #0497BF background

This text has white color on #0497BF background.