Html Css Color HEX #049CA4 Bondi Blue

📋 copy color: '#049CA4'

red 4 ◦ green 156 ◦ blue 164

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

Shades of Bondi Blue #049CA4

Tints of Bondi Blue #049CA4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.15%

 BLUE value IS 164 (64.45% from 255) = 50.62%

R = 1.23%
G = 48.15%
B = 50.62%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#049CA4 (or 0x049CA4) is known color: Bondi Blue. HEX triplet: 04, 9C and A4. RGB value is (4,156,164). Sum of RGB (Red+Green+Blue) = 4+156+164=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #049CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049CA4 is #FB635B. Grayscale: #6F6F6F. Windows color (decimal): -16474972 or 10787844. OLE color: 10787844.

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

Color convert

RGB 4 156 164 -
CMYK 0.98 0.05 0 0.36
HSL 183º 0.95% 0.33% -
HSV(B) 183º 0.98% 0.64% -
XYZ 18.64 26.48 39.25 -
YUV 111.46 157.64 51.35 -
System Red Green Blue C M Y K H S L
Decimal 4 156 164 0.98 0.05 0 0.36 183 0.95 0.33
Hex 4 9C A4 62 5 0 24 B7 5F 21
Octal 4 234 244 142 5 0 44 267 137 41
Binary 100 10011100 10100100 1100010 101 0 100100 10110111 1011111 100001

Color Harmonies of #049CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CA4

Black with #049CA4

Text Example


Text Example

White with #049CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,156,164); }

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

background-color css

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

 a { background-color: rgb(4,156,164); }

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

border-color css

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

 span { border-color: rgb(4,156,164); }

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