Html Css Color HEX #049BBA Bondi Blue

📋 copy color: '#049BBA'

red 4 ◦ green 155 ◦ blue 186

#049BBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #049BBA

Tints of Bondi Blue #049BBA

RGB

 RED value IS 4 (1.95% from 255) = 1.16%

 GREEN value IS 155 (60.94% from 255) = 44.93%

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 1.16%
G = 44.93%
B = 53.91%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#049BBA (or 0x049BBA) is known color: Bondi Blue. HEX triplet: 04, 9B and BA. RGB value is (4,155,186). Sum of RGB (Red+Green+Blue) = 4+155+186=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #049BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BBA is #FB6445. Grayscale: #717171. Windows color (decimal): -16475206 or 12229380. OLE color: 12229380.

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

Color convert

RGB 4 155 186 -
CMYK 0.98 0.17 0 0.27
HSL 190.22º 0.96% 0.37% -
HSV(B) 190.22º 0.98% 0.73% -
XYZ 20.63 27.01 50.58 -
YUV 113.39 168.97 49.98 -
System Red Green Blue C M Y K H S L
Decimal 4 155 186 0.98 0.17 0 0.27 190.22 0.96 0.37
Hex 4 9B BA 62 11 0 1B BE 60 25
Octal 4 233 272 142 21 0 33 276 140 45
Binary 100 10011011 10111010 1100010 10001 0 11011 10111110 1100000 100101

Color Harmonies of #049BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BBA

Black with #049BBA

Text Example


Text Example

White with #049BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #049BBA;
 }
 .AnyTagClassName
 {
   color: #049BBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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