Shades of Bondi Blue #049DB7
Tints of Bondi Blue #049DB7
RGB
CMYK
RGB Variations
Color information
#049DB7 (or 0x049DB7) is known color: Bondi Blue. HEX triplet: 04, 9D and B7. RGB value is (4,157,183). Sum of RGB (Red+Green+Blue) = 4+157+183=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #049DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DB7 is #FB6248. Grayscale: #717171. Windows color (decimal): -16474697 or 12033284. OLE color: 12033284.
HSL color Cylindrical-coordinate representation of color #049DB7: hue angle of 188.72º 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 #049DB7 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 157 | 183 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.28 |
| HSL | 188.72º | 0.96% | 0.37% | - |
| HSV(B) | 188.72º | 0.98% | 0.72% | - |
| XYZ | 20.65 | 27.56 | 49.03 | - |
| YUV | 114.22 | 166.81 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 183 | 0.98 | 0.14 | 0 | 0.28 | 188.72 | 0.96 | 0.37 |
| Hex | 4 | 9D | B7 | 62 | E | 0 | 1C | BD | 60 | 25 |
| Octal | 4 | 235 | 267 | 142 | 16 | 0 | 34 | 275 | 140 | 45 |
| Binary | 100 | 10011101 | 10110111 | 1100010 | 1110 | 0 | 11100 | 10111101 | 1100000 | 100101 |
Color Harmonies of #049DB7
Complementary color
Monochromatic Colors of #049DB7
Black with #049DB7
Text Example
Text Example
White with #049DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DB7; }
p { color: rgb(4,157,183); }
H1.HeaderClassName
{
color: #049DB7;
}
.AnyTagClassName
{
color: #049DB7;
}
</style>
background-color css
<style>
a { background-color: #049DB7; }
a { background-color: rgb(4,157,183); }
div.DivClassName
{
background-color: #049DB7;
}
.BgClassName
{
background-color: #049DB7;
}
</style>
border-color css
<style>
span { border-color: #049DB7; }
span { border-color: rgb(4,157,183); }
td.TdClassName
{
border-color: #049DB7;
}
.TagClassName
{
border-color: #049DB7;
}
</style>