Html Css Color HEX #0496B4 Bondi Blue

📋 copy color: '#0496B4'

red 4 ◦ green 150 ◦ blue 180

#0496B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0496B4

Tints of Bondi Blue #0496B4

RGB

 RED value IS 4 (1.95% from 255) = 1.2%

 GREEN value IS 150 (58.98% from 255) = 44.91%

 BLUE value IS 180 (70.7% from 255) = 53.89%

R = 1.2%
G = 44.91%
B = 53.89%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0496B4 (or 0x0496B4) is known color: Bondi Blue. HEX triplet: 04, 96 and B4. RGB value is (4,150,180). Sum of RGB (Red+Green+Blue) = 4+150+180=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #0496B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0496B4 is #FB694B. Grayscale: #6D6D6D. Windows color (decimal): -16476492 or 11834884. OLE color: 11834884.

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

Color convert

RGB 4 150 180 -
CMYK 0.98 0.17 0 0.29
HSL 190.23º 0.96% 0.36% -
HSV(B) 190.23º 0.98% 0.71% -
XYZ 19.19 25.13 47.02 -
YUV 109.77 167.63 52.56 -
System Red Green Blue C M Y K H S L
Decimal 4 150 180 0.98 0.17 0 0.29 190.23 0.96 0.36
Hex 4 96 B4 62 11 0 1D BE 60 24
Octal 4 226 264 142 21 0 35 276 140 44
Binary 100 10010110 10110100 1100010 10001 0 11101 10111110 1100000 100100

Color Harmonies of #0496B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0496B4

Black with #0496B4

Text Example


Text Example

White with #0496B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0496B4;
 }
 .AnyTagClassName
 {
   color: #0496B4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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