#0497C6

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

Shades of Pacific Blue #0497C6

Tints of Pacific Blue #0497C6

Color information

#0497C6 (or 0x0497C6) is unknown color: approx Pacific Blue. HEX triplet: 04, 97 and C6. RGB value is (4,151,198). Sum of RGB (Red+Green+Blue) = 4+151+198=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #0497C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0497C6 is #FB6839. Grayscale: #707070. Windows color (decimal): -16476218 or 13014788. OLE color: 13014788.

HSL color Cylindrical-coordinate representation of color #0497C6: hue angle of 194.54º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0497C6 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4151198-
CMYK0.980.2400.22
HSL194.54º96.04%39.61%-
HSV(B)194.54º97.98%77.65%-
XYZ21.3126.2457.37-
YUV112.4176.350.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.13%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 198 (77.73% from 255) = 56.09%
R=1.13%
G=42.78%
B=56.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41511980.980.2400.22194.5496.0439.61
Hex497C66218016c36028
Octal42273061423002630314050
Binary1001001011111000110110001011000010110110000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0497C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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