Html Css Color HEX #049BAC Bondi Blue

📋 copy color: '#049BAC'

red 4 ◦ green 155 ◦ blue 172

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

Shades of Bondi Blue #049BAC

Tints of Bondi Blue #049BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 1.21%
G = 46.83%
B = 51.96%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#049BAC (or 0x049BAC) is known color: Bondi Blue. HEX triplet: 04, 9B and AC. RGB value is (4,155,172). Sum of RGB (Red+Green+Blue) = 4+155+172=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #049BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049BAC is #FB6453. Grayscale: #6F6F6F. Windows color (decimal): -16475220 or 11311876. OLE color: 11311876.

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

Color convert

RGB 4 155 172 -
CMYK 0.98 0.10 0 0.33
HSL 186.07º 0.95% 0.35% -
HSV(B) 186.07º 0.98% 0.67% -
XYZ 19.22 26.45 43.12 -
YUV 111.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 4 155 172 0.98 0.10 0 0.33 186.07 0.95 0.35
Hex 4 9B AC 62 A 0 21 BA 5F 23
Octal 4 233 254 142 12 0 41 272 137 43
Binary 100 10011011 10101100 1100010 1010 0 100001 10111010 1011111 100011

Color Harmonies of #049BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BAC

Black with #049BAC

Text Example


Text Example

White with #049BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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