#0492AD

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

Shades of Bondi Blue #0492AD

Tints of Bondi Blue #0492AD

Color information

#0492AD (or 0x0492AD) is unknown color: approx Bondi Blue. HEX triplet: 04, 92 and AD. RGB value is (4,146,173). Sum of RGB (Red+Green+Blue) = 4+146+173=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #0492AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0492AD is #FB6D52. Grayscale: #6A6A6A. Windows color (decimal): -16477523 or 11375108. OLE color: 11375108.

HSL color Cylindrical-coordinate representation of color #0492AD: hue angle of 189.59º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0492AD is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4146173-
CMYK0.980.1600.32
HSL189.59º95.48%34.71%-
HSV(B)189.59º97.69%67.84%-
XYZ17.8723.643.15-
YUV106.62165.4654.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.24%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=1.24%
G=45.20%
B=53.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41461730.980.1600.32189.5995.4834.71
Hex492AD6210020be5f23
Octal42222551422004027613743
Binary10010010010101011011100010100000100000101111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0492AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0492AD; }

 p { color: rgb(4,146,173); }

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

<style>
 a { background-color: #0492AD; }

 a { background-color: rgb(4,146,173); }

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

<style>
 span { border-color: #0492AD; }

 span { border-color: rgb(4,146,173); }

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