Shades of Bondi Blue #0490AA
Tints of Bondi Blue #0490AA
RGB
CMYK
RGB Variations
Color information
#0490AA (or 0x0490AA) is known color: Bondi Blue. HEX triplet: 04, 90 and AA. RGB value is (4,144,170). Sum of RGB (Red+Green+Blue) = 4+144+170=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #0490AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0490AA is #FB6F55. Grayscale: #686868. Windows color (decimal): -16478038 or 11177988. OLE color: 11177988.
HSL color Cylindrical-coordinate representation of color #0490AA: hue angle of 189.4º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490AA is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 144 | 170 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.33 |
| HSL | 189.4º | 0.95% | 0.34% | - |
| HSV(B) | 189.4º | 0.98% | 0.67% | - |
| XYZ | 17.28 | 22.87 | 41.53 | - |
| YUV | 105.1 | 164.62 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 170 | 0.98 | 0.15 | 0 | 0.33 | 189.4 | 0.95 | 0.34 |
| Hex | 4 | 90 | AA | 62 | F | 0 | 21 | BD | 5F | 22 |
| Octal | 4 | 220 | 252 | 142 | 17 | 0 | 41 | 275 | 137 | 42 |
| Binary | 100 | 10010000 | 10101010 | 1100010 | 1111 | 0 | 100001 | 10111101 | 1011111 | 100010 |
Color Harmonies of #0490AA
Complementary color
Monochromatic Colors of #0490AA
Black with #0490AA
Text Example
Text Example
White with #0490AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490AA; }
p { color: rgb(4,144,170); }
H1.HeaderClassName
{
color: #0490AA;
}
.AnyTagClassName
{
color: #0490AA;
}
</style>
background-color css
<style>
a { background-color: #0490AA; }
a { background-color: rgb(4,144,170); }
div.DivClassName
{
background-color: #0490AA;
}
.BgClassName
{
background-color: #0490AA;
}
</style>
border-color css
<style>
span { border-color: #0490AA; }
span { border-color: rgb(4,144,170); }
td.TdClassName
{
border-color: #0490AA;
}
.TagClassName
{
border-color: #0490AA;
}
</style>