Shades of Bondi Blue #049BA4
Tints of Bondi Blue #049BA4
RGB
CMYK
RGB Variations
Color information
#049BA4 (or 0x049BA4) is known color: Bondi Blue. HEX triplet: 04, 9B and A4. RGB value is (4,155,164). Sum of RGB (Red+Green+Blue) = 4+155+164=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #049BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049BA4 is #FB645B. Grayscale: #6E6E6E. Windows color (decimal): -16475228 or 10787588. OLE color: 10787588.
HSL color Cylindrical-coordinate representation of color #049BA4: hue angle of 183.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BA4 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 155 | 164 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.36 |
| HSL | 183.38º | 0.95% | 0.33% | - |
| HSV(B) | 183.38º | 0.98% | 0.64% | - |
| XYZ | 18.47 | 26.15 | 39.2 | - |
| YUV | 110.88 | 157.97 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 164 | 0.98 | 0.05 | 0 | 0.36 | 183.38 | 0.95 | 0.33 |
| Hex | 4 | 9B | A4 | 62 | 5 | 0 | 24 | B7 | 5F | 21 |
| Octal | 4 | 233 | 244 | 142 | 5 | 0 | 44 | 267 | 137 | 41 |
| Binary | 100 | 10011011 | 10100100 | 1100010 | 101 | 0 | 100100 | 10110111 | 1011111 | 100001 |
Color Harmonies of #049BA4
Complementary color
Monochromatic Colors of #049BA4
Black with #049BA4
Text Example
Text Example
White with #049BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BA4; }
p { color: rgb(4,155,164); }
H1.HeaderClassName
{
color: #049BA4;
}
.AnyTagClassName
{
color: #049BA4;
}
</style>
background-color css
<style>
a { background-color: #049BA4; }
a { background-color: rgb(4,155,164); }
div.DivClassName
{
background-color: #049BA4;
}
.BgClassName
{
background-color: #049BA4;
}
</style>
border-color css
<style>
span { border-color: #049BA4; }
span { border-color: rgb(4,155,164); }
td.TdClassName
{
border-color: #049BA4;
}
.TagClassName
{
border-color: #049BA4;
}
</style>