#0496AD

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

Shades of Bondi Blue #0496AD

Tints of Bondi Blue #0496AD

Color information

#0496AD (or 0x0496AD) is unknown color: approx Bondi Blue. HEX triplet: 04, 96 and AD. RGB value is (4,150,173). Sum of RGB (Red+Green+Blue) = 4+150+173=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #0496AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0496AD is #FB6952. Grayscale: #6C6C6C. Windows color (decimal): -16476499 or 11376132. OLE color: 11376132.

HSL color Cylindrical-coordinate representation of color #0496AD: hue angle of 188.17º 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 #0496AD is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4150173-
CMYK0.980.1300.32
HSL188.17º95.48%34.71%-
HSV(B)188.17º97.69%67.84%-
XYZ18.524.8643.36-
YUV108.97164.1353.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.22%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=1.22%
G=45.87%
B=52.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41501730.980.1300.32188.1795.4834.71
Hex496AD62D020bc5f23
Octal42262551421504027413743
Binary1001001011010101101110001011010100000101111001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0496AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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