#0490AD

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

Shades of Bondi Blue #0490AD

Tints of Bondi Blue #0490AD

Color information

#0490AD (or 0x0490AD) is unknown color: approx Bondi Blue. HEX triplet: 04, 90 and AD. RGB value is (4,144,173). Sum of RGB (Red+Green+Blue) = 4+144+173=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #0490AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0490AD is #FB6F52. Grayscale: #696969. Windows color (decimal): -16478035 or 11374596. OLE color: 11374596.

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

Color convert

RGB4144173-
CMYK0.980.1700.32
HSL190.3º95.48%34.71%-
HSV(B)190.3º97.69%67.84%-
XYZ17.5722.9943.05-
YUV105.45166.1255.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.25%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 173 (67.97% from 255) = 53.89%
R=1.25%
G=44.86%
B=53.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41441730.980.1700.32190.395.4834.71
Hex490AD6211020be5f23
Octal42202551422104027613743
Binary10010010000101011011100010100010100000101111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0490AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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