Shades of Bondi Blue #0495B7
Tints of Bondi Blue #0495B7
RGB
CMYK
RGB Variations
Color information
#0495B7 (or 0x0495B7) is known color: Bondi Blue. HEX triplet: 04, 95 and B7. RGB value is (4,149,183). Sum of RGB (Red+Green+Blue) = 4+149+183=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #0495B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495B7 is #FB6A48. Grayscale: #6D6D6D. Windows color (decimal): -16476745 or 12031236. OLE color: 12031236.
HSL color Cylindrical-coordinate representation of color #0495B7: hue angle of 191.4º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495B7 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 149 | 183 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.28 |
| HSL | 191.4º | 0.96% | 0.37% | - |
| HSV(B) | 191.4º | 0.98% | 0.72% | - |
| XYZ | 19.34 | 24.94 | 48.59 | - |
| YUV | 109.52 | 169.46 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 183 | 0.98 | 0.19 | 0 | 0.28 | 191.4 | 0.96 | 0.37 |
| Hex | 4 | 95 | B7 | 62 | 13 | 0 | 1C | BF | 60 | 25 |
| Octal | 4 | 225 | 267 | 142 | 23 | 0 | 34 | 277 | 140 | 45 |
| Binary | 100 | 10010101 | 10110111 | 1100010 | 10011 | 0 | 11100 | 10111111 | 1100000 | 100101 |
Color Harmonies of #0495B7
Complementary color
Monochromatic Colors of #0495B7
Black with #0495B7
Text Example
Text Example
White with #0495B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495B7; }
p { color: rgb(4,149,183); }
H1.HeaderClassName
{
color: #0495B7;
}
.AnyTagClassName
{
color: #0495B7;
}
</style>
background-color css
<style>
a { background-color: #0495B7; }
a { background-color: rgb(4,149,183); }
div.DivClassName
{
background-color: #0495B7;
}
.BgClassName
{
background-color: #0495B7;
}
</style>
border-color css
<style>
span { border-color: #0495B7; }
span { border-color: rgb(4,149,183); }
td.TdClassName
{
border-color: #0495B7;
}
.TagClassName
{
border-color: #0495B7;
}
</style>