Html Css Color HEX #49ABAF Fountain Blue

📋 copy color: '#49ABAF'

red 73 ◦ green 171 ◦ blue 175

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

Shades of Fountain Blue #49ABAF

Tints of Fountain Blue #49ABAF

RGB

 RED value IS 73 (28.91% from 255) = 17.42%

 GREEN value IS 171 (67.19% from 255) = 40.81%

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 17.42%
G = 40.81%
B = 41.77%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#49ABAF (or 0x49ABAF) is known color: Fountain Blue. HEX triplet: 49, AB and AF. RGB value is (73,171,175). Sum of RGB (Red+Green+Blue) = 73+171+175=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #49ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ABAF is #B65450. Grayscale: #8E8E8E. Windows color (decimal): -11949137 or 11512649. OLE color: 11512649.

HSL color Cylindrical-coordinate representation of color #49ABAF: hue angle of 182.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49ABAF is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 171 175 -
CMYK 0.58 0.02 0 0.31
HSL 182.35º 0.41% 0.49% -
HSV(B) 182.35º 0.58% 0.69% -
XYZ 25.05 33.64 45.73 -
YUV 142.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 73 171 175 0.58 0.02 0 0.31 182.35 0.41 0.49
Hex 49 AB AF 3A 2 0 1F B6 29 31
Octal 111 253 257 72 2 0 37 266 51 61
Binary 1001001 10101011 10101111 111010 10 0 11111 10110110 101001 110001

Color Harmonies of #49ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABAF

Black with #49ABAF

Text Example


Text Example

White with #49ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49ABAF; }

 p { color: rgb(73,171,175); }

 H1.HeaderClassName
 {
   color: #49ABAF;
 }
 .AnyTagClassName
 {
   color: #49ABAF;
 }
</style>

background-color css

<style>
 a { background-color: #49ABAF; }

 a { background-color: rgb(73,171,175); }

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

border-color css

<style>
 span { border-color: #49ABAF; }

 span { border-color: rgb(73,171,175); }

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