Html Css Color HEX #049DB1 Bondi Blue

📋 copy color: '#049DB1'

red 4 ◦ green 157 ◦ blue 177

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

Shades of Bondi Blue #049DB1

Tints of Bondi Blue #049DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.37%

R = 1.18%
G = 46.45%
B = 52.37%

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

#049DB1 (or 0x049DB1) is known color: Bondi Blue. HEX triplet: 04, 9D and B1. RGB value is (4,157,177). Sum of RGB (Red+Green+Blue) = 4+157+177=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #049DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049DB1 is #FB624E. Grayscale: #717171. Windows color (decimal): -16474703 or 11640068. OLE color: 11640068.

HSL color Cylindrical-coordinate representation of color #049DB1: hue angle of 186.94º 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 #049DB1 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 157 177 -
CMYK 0.98 0.11 0 0.31
HSL 186.94º 0.96% 0.35% -
HSV(B) 186.94º 0.98% 0.69% -
XYZ 20.04 27.31 45.81 -
YUV 113.53 163.81 49.87 -
System Red Green Blue C M Y K H S L
Decimal 4 157 177 0.98 0.11 0 0.31 186.94 0.96 0.35
Hex 4 9D B1 62 B 0 1F BB 60 23
Octal 4 235 261 142 13 0 37 273 140 43
Binary 100 10011101 10110001 1100010 1011 0 11111 10111011 1100000 100011

Color Harmonies of #049DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DB1

Black with #049DB1

Text Example


Text Example

White with #049DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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