Html Css Color HEX #048DAC Bondi Blue

📋 copy color: '#048DAC'

red 4 ◦ green 141 ◦ blue 172

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

Shades of Bondi Blue #048DAC

Tints of Bondi Blue #048DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.48%

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

R = 1.26%
G = 44.48%
B = 54.26%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#048DAC (or 0x048DAC) is known color: Bondi Blue. HEX triplet: 04, 8D and AC. RGB value is (4,141,172). Sum of RGB (Red+Green+Blue) = 4+141+172=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #048DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DAC is #FB7253. Grayscale: #676767. Windows color (decimal): -16478804 or 11308292. OLE color: 11308292.

HSL color Cylindrical-coordinate representation of color #048DAC: hue angle of 191.07º 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 #048DAC is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 141 172 -
CMYK 0.98 0.18 0 0.33
HSL 191.07º 0.95% 0.35% -
HSV(B) 191.07º 0.98% 0.67% -
XYZ 17.02 22.05 42.39 -
YUV 103.57 166.61 56.98 -
System Red Green Blue C M Y K H S L
Decimal 4 141 172 0.98 0.18 0 0.33 191.07 0.95 0.35
Hex 4 8D AC 62 12 0 21 BF 5F 23
Octal 4 215 254 142 22 0 41 277 137 43
Binary 100 10001101 10101100 1100010 10010 0 100001 10111111 1011111 100011

Color Harmonies of #048DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DAC

Black with #048DAC

Text Example


Text Example

White with #048DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048DAC; }

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

 H1.HeaderClassName
 {
   color: #048DAC;
 }
 .AnyTagClassName
 {
   color: #048DAC;
 }
</style>

background-color css

<style>
 a { background-color: #048DAC; }

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

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

border-color css

<style>
 span { border-color: #048DAC; }

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

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