Html Css Color HEX #049EBA Bondi Blue

📋 copy color: '#049EBA'

red 4 ◦ green 158 ◦ blue 186

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

Shades of Bondi Blue #049EBA

Tints of Bondi Blue #049EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.4%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 1.15%
G = 45.4%
B = 53.45%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#049EBA (or 0x049EBA) is known color: Bondi Blue. HEX triplet: 04, 9E and BA. RGB value is (4,158,186). Sum of RGB (Red+Green+Blue) = 4+158+186=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #049EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049EBA is #FB6145. Grayscale: #727272. Windows color (decimal): -16474438 or 12230148. OLE color: 12230148.

HSL color Cylindrical-coordinate representation of color #049EBA: hue angle of 189.23º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EBA is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 158 186 -
CMYK 0.98 0.15 0 0.27
HSL 189.23º 0.96% 0.37% -
HSV(B) 189.23º 0.98% 0.73% -
XYZ 21.14 28.02 50.75 -
YUV 115.15 167.98 48.72 -
System Red Green Blue C M Y K H S L
Decimal 4 158 186 0.98 0.15 0 0.27 189.23 0.96 0.37
Hex 4 9E BA 62 F 0 1B BD 60 25
Octal 4 236 272 142 17 0 33 275 140 45
Binary 100 10011110 10111010 1100010 1111 0 11011 10111101 1100000 100101

Color Harmonies of #049EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EBA

Black with #049EBA

Text Example


Text Example

White with #049EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,158,186); }

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

background-color css

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

 a { background-color: rgb(4,158,186); }

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

border-color css

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

 span { border-color: rgb(4,158,186); }

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