Html Css Color HEX #049BA5 Bondi Blue

📋 copy color: '#049BA5'

red 4 ◦ green 155 ◦ blue 165

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

Shades of Bondi Blue #049BA5

Tints of Bondi Blue #049BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.93%

R = 1.23%
G = 47.84%
B = 50.93%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#049BA5 (or 0x049BA5) is known color: Bondi Blue. HEX triplet: 04, 9B and A5. RGB value is (4,155,165). Sum of RGB (Red+Green+Blue) = 4+155+165=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #049BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049BA5 is #FB645A. Grayscale: #6E6E6E. Windows color (decimal): -16475227 or 10853124. OLE color: 10853124.

HSL color Cylindrical-coordinate representation of color #049BA5: hue angle of 183.73º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BA5 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 155 165 -
CMYK 0.98 0.06 0 0.35
HSL 183.73º 0.95% 0.33% -
HSV(B) 183.73º 0.98% 0.65% -
XYZ 18.56 26.19 39.67 -
YUV 110.99 158.47 51.69 -
System Red Green Blue C M Y K H S L
Decimal 4 155 165 0.98 0.06 0 0.35 183.73 0.95 0.33
Hex 4 9B A5 62 6 0 23 B8 5F 21
Octal 4 233 245 142 6 0 43 270 137 41
Binary 100 10011011 10100101 1100010 110 0 100011 10111000 1011111 100001

Color Harmonies of #049BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BA5

Black with #049BA5

Text Example


Text Example

White with #049BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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