Html Css Color HEX #049EA7 Bondi Blue

📋 copy color: '#049EA7'

red 4 ◦ green 158 ◦ blue 167

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

Shades of Bondi Blue #049EA7

Tints of Bondi Blue #049EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 50.76%

R = 1.22%
G = 48.02%
B = 50.76%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#049EA7 (or 0x049EA7) is known color: Bondi Blue. HEX triplet: 04, 9E and A7. RGB value is (4,158,167). Sum of RGB (Red+Green+Blue) = 4+158+167=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 167 (65.62% from 255 or 50.76% from 329); Max value from RGB is 167 - color contains mainly: blue. Hex color #049EA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049EA7 is #FB6158. Grayscale: #707070. Windows color (decimal): -16474457 or 10984964. OLE color: 10984964.

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

Color convert

RGB 4 158 167 -
CMYK 0.98 0.05 0 0.35
HSL 183.31º 0.95% 0.34% -
HSV(B) 183.31º 0.98% 0.65% -
XYZ 19.25 27.27 40.81 -
YUV 112.98 158.48 50.27 -
System Red Green Blue C M Y K H S L
Decimal 4 158 167 0.98 0.05 0 0.35 183.31 0.95 0.34
Hex 4 9E A7 62 5 0 23 B7 5F 22
Octal 4 236 247 142 5 0 43 267 137 42
Binary 100 10011110 10100111 1100010 101 0 100011 10110111 1011111 100010

Color Harmonies of #049EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EA7

Black with #049EA7

Text Example


Text Example

White with #049EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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