Html Css Color HEX #049FB3 Bondi Blue

📋 copy color: '#049FB3'

red 4 ◦ green 159 ◦ blue 179

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

Shades of Bondi Blue #049FB3

Tints of Bondi Blue #049FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 1.17%
G = 46.49%
B = 52.34%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#049FB3 (or 0x049FB3) is known color: Bondi Blue. HEX triplet: 04, 9F and B3. RGB value is (4,159,179). Sum of RGB (Red+Green+Blue) = 4+159+179=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #049FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FB3 is #FB604C. Grayscale: #727272. Windows color (decimal): -16474189 or 11771652. OLE color: 11771652.

HSL color Cylindrical-coordinate representation of color #049FB3: hue angle of 186.86º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FB3 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 4 159 179 -
CMYK 0.98 0.11 0 0.30
HSL 186.86º 0.96% 0.36% -
HSV(B) 186.86º 0.98% 0.7% -
XYZ 20.58 28.08 46.98 -
YUV 114.94 164.15 48.87 -
System Red Green Blue C M Y K H S L
Decimal 4 159 179 0.98 0.11 0 0.30 186.86 0.96 0.36
Hex 4 9F B3 62 B 0 1E BB 60 24
Octal 4 237 263 142 13 0 36 273 140 44
Binary 100 10011111 10110011 1100010 1011 0 11110 10111011 1100000 100100

Color Harmonies of #049FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FB3

Black with #049FB3

Text Example


Text Example

White with #049FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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