Html Css Color HEX #0492AE Bondi Blue

📋 copy color: '#0492AE'

red 4 ◦ green 146 ◦ blue 174

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

Shades of Bondi Blue #0492AE

Tints of Bondi Blue #0492AE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 1.23%
G = 45.06%
B = 53.7%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0492AE (or 0x0492AE) is known color: Bondi Blue. HEX triplet: 04, 92 and AE. RGB value is (4,146,174). Sum of RGB (Red+Green+Blue) = 4+146+174=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #0492AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0492AE is #FB6D51. Grayscale: #6A6A6A. Windows color (decimal): -16477522 or 11440644. OLE color: 11440644.

HSL color Cylindrical-coordinate representation of color #0492AE: hue angle of 189.88º degrees, saturation: 0.96, 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 #0492AE is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 146 174 -
CMYK 0.98 0.16 0 0.32
HSL 189.88º 0.96% 0.35% -
HSV(B) 189.88º 0.98% 0.68% -
XYZ 17.97 23.64 43.66 -
YUV 106.73 165.96 54.72 -
System Red Green Blue C M Y K H S L
Decimal 4 146 174 0.98 0.16 0 0.32 189.88 0.96 0.35
Hex 4 92 AE 62 10 0 20 BE 60 23
Octal 4 222 256 142 20 0 40 276 140 43
Binary 100 10010010 10101110 1100010 10000 0 100000 10111110 1100000 100011

Color Harmonies of #0492AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0492AE

Black with #0492AE

Text Example


Text Example

White with #0492AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0492AE;
 }
 .AnyTagClassName
 {
   color: #0492AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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