#049AA7

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

Shades of Bondi Blue #049AA7

Tints of Bondi Blue #049AA7

Color information

#049AA7 (or 0x049AA7) is unknown color: approx Bondi Blue. HEX triplet: 04, 9A and A7. RGB value is (4,154,167). Sum of RGB (Red+Green+Blue) = 4+154+167=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #049AA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049AA7 is #FB6558. Grayscale: #6E6E6E. Windows color (decimal): -16475481 or 10983940. OLE color: 10983940.

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

Color convert

RGB4154167-
CMYK0.980.0800.35
HSL184.79º95.32%33.53%-
HSV(B)184.79º97.6%65.49%-
XYZ18.5825.9340.58-
YUV110.63159.851.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 167 (65.62% from 255) = 51.38%
R=1.23%
G=47.38%
B=51.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41541670.980.0800.35184.7995.3233.53
Hex49AA7628023b95f22
Octal42322471421004327113742
Binary1001001101010100111110001010000100011101110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,154,167); }

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

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

 a { background-color: rgb(4,154,167); }

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

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

 span { border-color: rgb(4,154,167); }

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