Html Css Color HEX #049CAC Bondi Blue

📋 copy color: '#049CAC'

red 4 ◦ green 156 ◦ blue 172

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

Shades of Bondi Blue #049CAC

Tints of Bondi Blue #049CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.99%

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

R = 1.2%
G = 46.99%
B = 51.81%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#049CAC (or 0x049CAC) is known color: Bondi Blue. HEX triplet: 04, 9C and AC. RGB value is (4,156,172). Sum of RGB (Red+Green+Blue) = 4+156+172=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #049CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049CAC is #FB6353. Grayscale: #707070. Windows color (decimal): -16474964 or 11312132. OLE color: 11312132.

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

Color convert

RGB 4 156 172 -
CMYK 0.98 0.09 0 0.33
HSL 185.71º 0.95% 0.35% -
HSV(B) 185.71º 0.98% 0.67% -
XYZ 19.38 26.78 43.18 -
YUV 112.38 161.64 50.7 -
System Red Green Blue C M Y K H S L
Decimal 4 156 172 0.98 0.09 0 0.33 185.71 0.95 0.35
Hex 4 9C AC 62 9 0 21 BA 5F 23
Octal 4 234 254 142 11 0 41 272 137 43
Binary 100 10011100 10101100 1100010 1001 0 100001 10111010 1011111 100011

Color Harmonies of #049CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CAC

Black with #049CAC

Text Example


Text Example

White with #049CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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