#0491B6

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

Shades of Bondi Blue #0491B6

Tints of Bondi Blue #0491B6

Color information

#0491B6 (or 0x0491B6) is unknown color: approx Bondi Blue. HEX triplet: 04, 91 and B6. RGB value is (4,145,182). Sum of RGB (Red+Green+Blue) = 4+145+182=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #0491B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0491B6 is #FB6E49. Grayscale: #6A6A6A. Windows color (decimal): -16477770 or 11964676. OLE color: 11964676.

HSL color Cylindrical-coordinate representation of color #0491B6: hue angle of 192.47º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0491B6 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4145182-
CMYK0.980.2000.29
HSL192.47º95.7%36.47%-
HSV(B)192.47º97.8%71.37%-
XYZ18.6223.6547.84-
YUV107.06170.2954.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 182 (71.48% from 255) = 54.98%
R=1.21%
G=43.81%
B=54.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41451820.980.2000.29192.4795.736.47
Hex491B6621401Dc06024
Octal42212661422403530014044
Binary1001001000110110110110001010100011101110000001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0491B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0491B6; }

 p { color: rgb(4,145,182); }

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

<style>
 a { background-color: #0491B6; }

 a { background-color: rgb(4,145,182); }

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

<style>
 span { border-color: #0491B6; }

 span { border-color: rgb(4,145,182); }

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