Html Css Color HEX #049DB0 Bondi Blue

📋 copy color: '#049DB0'

red 4 ◦ green 157 ◦ blue 176

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

Shades of Bondi Blue #049DB0

Tints of Bondi Blue #049DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.59%

 BLUE value IS 176 (69.14% from 255) = 52.23%

R = 1.19%
G = 46.59%
B = 52.23%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#049DB0 (or 0x049DB0) is known color: Bondi Blue. HEX triplet: 04, 9D and B0. RGB value is (4,157,176). Sum of RGB (Red+Green+Blue) = 4+157+176=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 176 (69.14% from 255 or 52.23% from 337); Max value from RGB is 176 - color contains mainly: blue. Hex color #049DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049DB0 is #FB624F. Grayscale: #717171. Windows color (decimal): -16474704 or 11574532. OLE color: 11574532.

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

Color convert

RGB 4 157 176 -
CMYK 0.98 0.11 0 0.31
HSL 186.63º 0.96% 0.35% -
HSV(B) 186.63º 0.98% 0.69% -
XYZ 19.94 27.27 45.29 -
YUV 113.42 163.31 49.96 -
System Red Green Blue C M Y K H S L
Decimal 4 157 176 0.98 0.11 0 0.31 186.63 0.96 0.35
Hex 4 9D B0 62 B 0 1F BB 60 23
Octal 4 235 260 142 13 0 37 273 140 43
Binary 100 10011101 10110000 1100010 1011 0 11111 10111011 1100000 100011

Color Harmonies of #049DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DB0

Black with #049DB0

Text Example


Text Example

White with #049DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,157,176); }

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

background-color css

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

 a { background-color: rgb(4,157,176); }

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

border-color css

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

 span { border-color: rgb(4,157,176); }

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