Html Css Color HEX #049FAC Bondi Blue

📋 copy color: '#049FAC'

red 4 ◦ green 159 ◦ blue 172

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

Shades of Bondi Blue #049FAC

Tints of Bondi Blue #049FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 1.19%
G = 47.46%
B = 51.34%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#049FAC (or 0x049FAC) is known color: Bondi Blue. HEX triplet: 04, 9F and AC. RGB value is (4,159,172). Sum of RGB (Red+Green+Blue) = 4+159+172=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #049FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049FAC is #FB6053. Grayscale: #717171. Windows color (decimal): -16474196 or 11312900. OLE color: 11312900.

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

Color convert

RGB 4 159 172 -
CMYK 0.98 0.08 0 0.33
HSL 184.64º 0.95% 0.35% -
HSV(B) 184.64º 0.98% 0.67% -
XYZ 19.89 27.8 43.35 -
YUV 114.14 160.65 49.44 -
System Red Green Blue C M Y K H S L
Decimal 4 159 172 0.98 0.08 0 0.33 184.64 0.95 0.35
Hex 4 9F AC 62 8 0 21 B9 5F 23
Octal 4 237 254 142 10 0 41 271 137 43
Binary 100 10011111 10101100 1100010 1000 0 100001 10111001 1011111 100011

Color Harmonies of #049FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FAC

Black with #049FAC

Text Example


Text Example

White with #049FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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