#049BB0

Color #049BB0 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #049BB0

Tints of Bondi Blue #049BB0

Color information

#049BB0 (or 0x049BB0) is unknown color: approx Bondi Blue. HEX triplet: 04, 9B and B0. RGB value is (4,155,176). Sum of RGB (Red+Green+Blue) = 4+155+176=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #049BB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049BB0 is #FB644F. Grayscale: #707070. Windows color (decimal): -16475216 or 11574020. OLE color: 11574020.

HSL color Cylindrical-coordinate representation of color #049BB0: hue angle of 187.33º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BB0 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4155176-
CMYK0.980.1200.31
HSL187.33º95.56%35.29%-
HSV(B)187.33º97.73%69.02%-
XYZ19.6126.645.18-
YUV112.24163.9750.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 176 (69.14% from 255) = 52.54%
R=1.19%
G=46.27%
B=52.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41551760.980.1200.31187.3395.5635.29
Hex49BB062C01Fbb6023
Octal42332601421403727314043
Binary100100110111011000011000101100011111101110111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049BB0; }

 p { color: rgb(4,155,176); }

 H1.HeaderClassName
 {
   color: #049BB0;
 }
 .AnyTagClassName
 {
   color: #049BB0;
 }
</style>
background-color css

<style>
 a { background-color: #049BB0; }

 a { background-color: rgb(4,155,176); }

 div.DivClassName
 {
   background-color: #049BB0;
 }
 .BgClassName
 {
   background-color: #049BB0;
 }
</style>
border-color css

<style>
 span { border-color: #049BB0; }

 span { border-color: rgb(4,155,176); }

 td.TdClassName
 {
   border-color: #049BB0;
 }
 .TagClassName
 {
   border-color: #049BB0;
 }
</style>