Shades of Bondi Blue #0490B3
Tints of Bondi Blue #0490B3
RGB
CMYK
RGB Variations
Color information
#0490B3 (or 0x0490B3) is known color: Bondi Blue. HEX triplet: 04, 90 and B3. RGB value is (4,144,179). Sum of RGB (Red+Green+Blue) = 4+144+179=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #0490B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0490B3 is #FB6F4C. Grayscale: #696969. Windows color (decimal): -16478029 or 11767812. OLE color: 11767812.
HSL color Cylindrical-coordinate representation of color #0490B3: hue angle of 192º 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 #0490B3 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 144 | 179 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.30 |
| HSL | 192º | 0.96% | 0.36% | - |
| HSV(B) | 192º | 0.98% | 0.7% | - |
| XYZ | 18.16 | 23.23 | 46.17 | - |
| YUV | 106.13 | 169.12 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 179 | 0.98 | 0.20 | 0 | 0.30 | 192 | 0.96 | 0.36 |
| Hex | 4 | 90 | B3 | 62 | 14 | 0 | 1E | C0 | 60 | 24 |
| Octal | 4 | 220 | 263 | 142 | 24 | 0 | 36 | 300 | 140 | 44 |
| Binary | 100 | 10010000 | 10110011 | 1100010 | 10100 | 0 | 11110 | 11000000 | 1100000 | 100100 |
Color Harmonies of #0490B3
Complementary color
Monochromatic Colors of #0490B3
Black with #0490B3
Text Example
Text Example
White with #0490B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490B3; }
p { color: rgb(4,144,179); }
H1.HeaderClassName
{
color: #0490B3;
}
.AnyTagClassName
{
color: #0490B3;
}
</style>
background-color css
<style>
a { background-color: #0490B3; }
a { background-color: rgb(4,144,179); }
div.DivClassName
{
background-color: #0490B3;
}
.BgClassName
{
background-color: #0490B3;
}
</style>
border-color css
<style>
span { border-color: #0490B3; }
span { border-color: rgb(4,144,179); }
td.TdClassName
{
border-color: #0490B3;
}
.TagClassName
{
border-color: #0490B3;
}
</style>