Shades of Bondi Blue #049CBA
Tints of Bondi Blue #049CBA
RGB
CMYK
RGB Variations
Color information
#049CBA (or 0x049CBA) is known color: Bondi Blue. HEX triplet: 04, 9C and BA. RGB value is (4,156,186). Sum of RGB (Red+Green+Blue) = 4+156+186=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #049CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049CBA is #FB6345. Grayscale: #717171. Windows color (decimal): -16474950 or 12229636. OLE color: 12229636.
HSL color Cylindrical-coordinate representation of color #049CBA: hue angle of 189.89º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CBA is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 156 | 186 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.27 |
| HSL | 189.89º | 0.96% | 0.37% | - |
| HSV(B) | 189.89º | 0.98% | 0.73% | - |
| XYZ | 20.8 | 27.35 | 50.64 | - |
| YUV | 113.97 | 168.64 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 186 | 0.98 | 0.16 | 0 | 0.27 | 189.89 | 0.96 | 0.37 |
| Hex | 4 | 9C | BA | 62 | 10 | 0 | 1B | BE | 60 | 25 |
| Octal | 4 | 234 | 272 | 142 | 20 | 0 | 33 | 276 | 140 | 45 |
| Binary | 100 | 10011100 | 10111010 | 1100010 | 10000 | 0 | 11011 | 10111110 | 1100000 | 100101 |
Color Harmonies of #049CBA
Complementary color
Monochromatic Colors of #049CBA
Black with #049CBA
Text Example
Text Example
White with #049CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049CBA; }
p { color: rgb(4,156,186); }
H1.HeaderClassName
{
color: #049CBA;
}
.AnyTagClassName
{
color: #049CBA;
}
</style>
background-color css
<style>
a { background-color: #049CBA; }
a { background-color: rgb(4,156,186); }
div.DivClassName
{
background-color: #049CBA;
}
.BgClassName
{
background-color: #049CBA;
}
</style>
border-color css
<style>
span { border-color: #049CBA; }
span { border-color: rgb(4,156,186); }
td.TdClassName
{
border-color: #049CBA;
}
.TagClassName
{
border-color: #049CBA;
}
</style>