Html Css Color HEX #0494AA Bondi Blue

📋 copy color: '#0494AA'

red 4 ◦ green 148 ◦ blue 170

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

Shades of Bondi Blue #0494AA

Tints of Bondi Blue #0494AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 1.24%
G = 45.96%
B = 52.8%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0494AA (or 0x0494AA) is known color: Bondi Blue. HEX triplet: 04, 94 and AA. RGB value is (4,148,170). Sum of RGB (Red+Green+Blue) = 4+148+170=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #0494AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0494AA is #FB6B55. Grayscale: #6B6B6B. Windows color (decimal): -16477014 or 11179012. OLE color: 11179012.

HSL color Cylindrical-coordinate representation of color #0494AA: hue angle of 187.95º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0494AA is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 148 170 -
CMYK 0.98 0.13 0 0.33
HSL 187.95º 0.95% 0.34% -
HSV(B) 187.95º 0.98% 0.67% -
XYZ 17.9 24.11 41.74 -
YUV 107.45 163.29 54.21 -
System Red Green Blue C M Y K H S L
Decimal 4 148 170 0.98 0.13 0 0.33 187.95 0.95 0.34
Hex 4 94 AA 62 D 0 21 BC 5F 22
Octal 4 224 252 142 15 0 41 274 137 42
Binary 100 10010100 10101010 1100010 1101 0 100001 10111100 1011111 100010

Color Harmonies of #0494AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0494AA

Black with #0494AA

Text Example


Text Example

White with #0494AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0494AA; }

 p { color: rgb(4,148,170); }

 H1.HeaderClassName
 {
   color: #0494AA;
 }
 .AnyTagClassName
 {
   color: #0494AA;
 }
</style>

background-color css

<style>
 a { background-color: #0494AA; }

 a { background-color: rgb(4,148,170); }

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

border-color css

<style>
 span { border-color: #0494AA; }

 span { border-color: rgb(4,148,170); }

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