Shades of Bondi Blue #0490BB
Tints of Bondi Blue #0490BB
RGB
CMYK
RGB Variations
Color information
#0490BB (or 0x0490BB) is known color: Bondi Blue. HEX triplet: 04, 90 and BB. RGB value is (4,144,187). Sum of RGB (Red+Green+Blue) = 4+144+187=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #0490BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0490BB is #FB6F44. Grayscale: #6A6A6A. Windows color (decimal): -16478021 or 12292100. OLE color: 12292100.
HSL color Cylindrical-coordinate representation of color #0490BB: hue angle of 194.1º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490BB is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 144 | 187 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.27 |
| HSL | 194.1º | 0.96% | 0.37% | - |
| HSV(B) | 194.1º | 0.98% | 0.73% | - |
| XYZ | 18.99 | 23.56 | 50.56 | - |
| YUV | 107.04 | 173.12 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 187 | 0.98 | 0.23 | 0 | 0.27 | 194.1 | 0.96 | 0.37 |
| Hex | 4 | 90 | BB | 62 | 17 | 0 | 1B | C2 | 60 | 25 |
| Octal | 4 | 220 | 273 | 142 | 27 | 0 | 33 | 302 | 140 | 45 |
| Binary | 100 | 10010000 | 10111011 | 1100010 | 10111 | 0 | 11011 | 11000010 | 1100000 | 100101 |
Color Harmonies of #0490BB
Complementary color
Monochromatic Colors of #0490BB
Black with #0490BB
Text Example
Text Example
White with #0490BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490BB; }
p { color: rgb(4,144,187); }
H1.HeaderClassName
{
color: #0490BB;
}
.AnyTagClassName
{
color: #0490BB;
}
</style>
background-color css
<style>
a { background-color: #0490BB; }
a { background-color: rgb(4,144,187); }
div.DivClassName
{
background-color: #0490BB;
}
.BgClassName
{
background-color: #0490BB;
}
</style>
border-color css
<style>
span { border-color: #0490BB; }
span { border-color: rgb(4,144,187); }
td.TdClassName
{
border-color: #0490BB;
}
.TagClassName
{
border-color: #0490BB;
}
</style>