Shades of Bondi Blue #049DAC
Tints of Bondi Blue #049DAC
RGB
CMYK
RGB Variations
Color information
#049DAC (or 0x049DAC) is known color: Bondi Blue. HEX triplet: 04, 9D and AC. RGB value is (4,157,172). Sum of RGB (Red+Green+Blue) = 4+157+172=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #049DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049DAC is #FB6253. Grayscale: #707070. Windows color (decimal): -16474708 or 11312388. OLE color: 11312388.
HSL color Cylindrical-coordinate representation of color #049DAC: hue angle of 185.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DAC is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 157 | 172 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.33 |
| HSL | 185.36º | 0.95% | 0.35% | - |
| HSV(B) | 185.36º | 0.98% | 0.67% | - |
| XYZ | 19.55 | 27.12 | 43.23 | - |
| YUV | 112.96 | 161.31 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 172 | 0.98 | 0.09 | 0 | 0.33 | 185.36 | 0.95 | 0.35 |
| Hex | 4 | 9D | AC | 62 | 9 | 0 | 21 | B9 | 5F | 23 |
| Octal | 4 | 235 | 254 | 142 | 11 | 0 | 41 | 271 | 137 | 43 |
| Binary | 100 | 10011101 | 10101100 | 1100010 | 1001 | 0 | 100001 | 10111001 | 1011111 | 100011 |
Color Harmonies of #049DAC
Complementary color
Monochromatic Colors of #049DAC
Black with #049DAC
Text Example
Text Example
White with #049DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DAC; }
p { color: rgb(4,157,172); }
H1.HeaderClassName
{
color: #049DAC;
}
.AnyTagClassName
{
color: #049DAC;
}
</style>
background-color css
<style>
a { background-color: #049DAC; }
a { background-color: rgb(4,157,172); }
div.DivClassName
{
background-color: #049DAC;
}
.BgClassName
{
background-color: #049DAC;
}
</style>
border-color css
<style>
span { border-color: #049DAC; }
span { border-color: rgb(4,157,172); }
td.TdClassName
{
border-color: #049DAC;
}
.TagClassName
{
border-color: #049DAC;
}
</style>