#0496BE

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

Shades of Bondi Blue #0496BE

Tints of Bondi Blue #0496BE

Color information

#0496BE (or 0x0496BE) is unknown color: approx Bondi Blue. HEX triplet: 04, 96 and BE. RGB value is (4,150,190). Sum of RGB (Red+Green+Blue) = 4+150+190=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #0496BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0496BE is #FB6941. Grayscale: #6E6E6E. Windows color (decimal): -16476482 or 12490244. OLE color: 12490244.

HSL color Cylindrical-coordinate representation of color #0496BE: hue angle of 192.9º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0496BE is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4150190-
CMYK0.980.2100.25
HSL192.9º95.88%38.04%-
HSV(B)192.9º97.89%74.51%-
XYZ20.2525.5652.58-
YUV110.91172.6351.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.16%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=1.16%
G=43.60%
B=55.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41501900.980.2100.25192.995.8838.04
Hex496BE6215019c16026
Octal42262761422503130114046
Binary1001001011010111110110001010101011001110000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0496BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0496BE; }

 p { color: rgb(4,150,190); }

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

<style>
 a { background-color: #0496BE; }

 a { background-color: rgb(4,150,190); }

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

<style>
 span { border-color: #0496BE; }

 span { border-color: rgb(4,150,190); }

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