#049BB9

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

Shades of Bondi Blue #049BB9

Tints of Bondi Blue #049BB9

Color information

#049BB9 (or 0x049BB9) is unknown color: approx Bondi Blue. HEX triplet: 04, 9B and B9. RGB value is (4,155,185). Sum of RGB (Red+Green+Blue) = 4+155+185=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #049BB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BB9 is #FB6446. Grayscale: #717171. Windows color (decimal): -16475207 or 12163844. OLE color: 12163844.

HSL color Cylindrical-coordinate representation of color #049BB9: hue angle of 189.94º 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 #049BB9 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4155185-
CMYK0.980.1600.27
HSL189.94º95.77%37.06%-
HSV(B)189.94º97.84%72.55%-
XYZ20.5326.9750.02-
YUV113.27168.4750.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.16%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 185 (72.66% from 255) = 53.78%
R=1.16%
G=45.06%
B=53.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41551850.980.1600.27189.9495.7737.06
Hex49BB9621001Bbe6025
Octal42332711422003327614045
Binary1001001101110111001110001010000011011101111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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