Shades of Bondi Blue #049DB4
Tints of Bondi Blue #049DB4
RGB
CMYK
RGB Variations
Color information
#049DB4 (or 0x049DB4) is known color: Bondi Blue. HEX triplet: 04, 9D and B4. RGB value is (4,157,180). Sum of RGB (Red+Green+Blue) = 4+157+180=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #049DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DB4 is #FB624B. Grayscale: #717171. Windows color (decimal): -16474700 or 11836676. OLE color: 11836676.
HSL color Cylindrical-coordinate representation of color #049DB4: hue angle of 187.84º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DB4 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 157 | 180 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.29 |
| HSL | 187.84º | 0.96% | 0.36% | - |
| HSV(B) | 187.84º | 0.98% | 0.71% | - |
| XYZ | 20.35 | 27.44 | 47.4 | - |
| YUV | 113.88 | 165.31 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 180 | 0.98 | 0.13 | 0 | 0.29 | 187.84 | 0.96 | 0.36 |
| Hex | 4 | 9D | B4 | 62 | D | 0 | 1D | BC | 60 | 24 |
| Octal | 4 | 235 | 264 | 142 | 15 | 0 | 35 | 274 | 140 | 44 |
| Binary | 100 | 10011101 | 10110100 | 1100010 | 1101 | 0 | 11101 | 10111100 | 1100000 | 100100 |
Color Harmonies of #049DB4
Complementary color
Monochromatic Colors of #049DB4
Black with #049DB4
Text Example
Text Example
White with #049DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DB4; }
p { color: rgb(4,157,180); }
H1.HeaderClassName
{
color: #049DB4;
}
.AnyTagClassName
{
color: #049DB4;
}
</style>
background-color css
<style>
a { background-color: #049DB4; }
a { background-color: rgb(4,157,180); }
div.DivClassName
{
background-color: #049DB4;
}
.BgClassName
{
background-color: #049DB4;
}
</style>
border-color css
<style>
span { border-color: #049DB4; }
span { border-color: rgb(4,157,180); }
td.TdClassName
{
border-color: #049DB4;
}
.TagClassName
{
border-color: #049DB4;
}
</style>