#0497B2

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

Shades of Bondi Blue #0497B2

Tints of Bondi Blue #0497B2

Color information

#0497B2 (or 0x0497B2) is unknown color: approx Bondi Blue. HEX triplet: 04, 97 and B2. RGB value is (4,151,178). Sum of RGB (Red+Green+Blue) = 4+151+178=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #0497B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0497B2 is #FB684D. Grayscale: #6D6D6D. Windows color (decimal): -16476238 or 11704068. OLE color: 11704068.

HSL color Cylindrical-coordinate representation of color #0497B2: hue angle of 189.31º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0497B2 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4151178-
CMYK0.980.1500.30
HSL189.31º95.6%35.69%-
HSV(B)189.31º97.75%69.8%-
XYZ19.1525.3746.01-
YUV110.12166.352.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.20%
GREEN value IS 151 (59.38% from 255) = 45.35%
BLUE value IS 178 (69.92% from 255) = 53.45%
R=1.20%
G=45.35%
B=53.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41511780.980.1500.30189.3195.635.69
Hex497B262F01Ebd6024
Octal42272621421703627514044
Binary100100101111011001011000101111011110101111011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0497B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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