#0497E3

Color #0497E3 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0497E3

Tints of Pacific Blue #0497E3

Color information

#0497E3 (or 0x0497E3) is unknown color: approx Pacific Blue. HEX triplet: 04, 97 and E3. RGB value is (4,151,227). Sum of RGB (Red+Green+Blue) = 4+151+227=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 227 (89.06% from 255 or 59.42% from 382); Max value from RGB is 227 - color contains mainly: blue. Hex color #0497E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0497E3 is #FB681C. Grayscale: #737373. Windows color (decimal): -16476189 or 14915332. OLE color: 14915332.

HSL color Cylindrical-coordinate representation of color #0497E3: hue angle of 200.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0497E3 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4151227-
CMYK0.980.3300.11
HSL200.45º96.54%45.29%-
HSV(B)200.45º98.24%89.02%-
XYZ24.9827.7176.7-
YUV115.71190.848.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.05%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 227 (89.06% from 255) = 59.42%
R=1.05%
G=39.53%
B=59.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal41512270.980.3300.11200.4596.5445.29
Hex497E362210Bc8612d
Octal42273431424101331014155
Binary1001001011111100011110001010000101011110010001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0497E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0497E3; }

 p { color: rgb(4,151,227); }

 H1.HeaderClassName
 {
   color: #0497E3;
 }
 .AnyTagClassName
 {
   color: #0497E3;
 }
</style>
background-color css

<style>
 a { background-color: #0497E3; }

 a { background-color: rgb(4,151,227); }

 div.DivClassName
 {
   background-color: #0497E3;
 }
 .BgClassName
 {
   background-color: #0497E3;
 }
</style>
border-color css

<style>
 span { border-color: #0497E3; }

 span { border-color: rgb(4,151,227); }

 td.TdClassName
 {
   border-color: #0497E3;
 }
 .TagClassName
 {
   border-color: #0497E3;
 }
</style>