Html Css Color HEX #049FA7 Bondi Blue

📋 copy color: '#049FA7'

red 4 ◦ green 159 ◦ blue 167

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

Shades of Bondi Blue #049FA7

Tints of Bondi Blue #049FA7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.18%

 BLUE value IS 167 (65.63% from 255) = 50.61%

R = 1.21%
G = 48.18%
B = 50.61%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#049FA7 (or 0x049FA7) is known color: Bondi Blue. HEX triplet: 04, 9F and A7. RGB value is (4,159,167). Sum of RGB (Red+Green+Blue) = 4+159+167=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 167 (65.62% from 255 or 50.61% from 330); Max value from RGB is 167 - color contains mainly: blue. Hex color #049FA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049FA7 is #FB6058. Grayscale: #717171. Windows color (decimal): -16474201 or 10985220. OLE color: 10985220.

HSL color Cylindrical-coordinate representation of color #049FA7: hue angle of 182.94º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FA7 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 159 167 -
CMYK 0.98 0.05 0 0.35
HSL 182.94º 0.95% 0.34% -
HSV(B) 182.94º 0.98% 0.65% -
XYZ 19.42 27.61 40.87 -
YUV 113.57 158.15 49.85 -
System Red Green Blue C M Y K H S L
Decimal 4 159 167 0.98 0.05 0 0.35 182.94 0.95 0.34
Hex 4 9F A7 62 5 0 23 B7 5F 22
Octal 4 237 247 142 5 0 43 267 137 42
Binary 100 10011111 10100111 1100010 101 0 100011 10110111 1011111 100010

Color Harmonies of #049FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FA7

Black with #049FA7

Text Example


Text Example

White with #049FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049FA7; }

 p { color: rgb(4,159,167); }

 H1.HeaderClassName
 {
   color: #049FA7;
 }
 .AnyTagClassName
 {
   color: #049FA7;
 }
</style>

background-color css

<style>
 a { background-color: #049FA7; }

 a { background-color: rgb(4,159,167); }

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

border-color css

<style>
 span { border-color: #049FA7; }

 span { border-color: rgb(4,159,167); }

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