Html Css Color HEX #49AFAF Fountain Blue

📋 copy color: '#49AFAF'

red 73 ◦ green 175 ◦ blue 175

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

Shades of Fountain Blue #49AFAF

Tints of Fountain Blue #49AFAF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

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

R = 17.26%
G = 41.37%
B = 41.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#49AFAF (or 0x49AFAF) is known color: Fountain Blue. HEX triplet: 49, AF and AF. RGB value is (73,175,175). Sum of RGB (Red+Green+Blue) = 73+175+175=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #49AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AFAF is #B65050. Grayscale: #909090. Windows color (decimal): -11948113 or 11513673. OLE color: 11513673.

HSL color Cylindrical-coordinate representation of color #49AFAF: hue angle of 180º 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 #49AFAF is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 175 175 -
CMYK 0.58 0 0 0.31
HSL 180º 0.41% 0.49% -
HSV(B) 180º 0.58% 0.69% -
XYZ 25.82 35.17 45.99 -
YUV 144.5 145.21 77 -
System Red Green Blue C M Y K H S L
Decimal 73 175 175 0.58 0 0 0.31 180 0.41 0.49
Hex 49 AF AF 3A 0 0 1F B4 29 31
Octal 111 257 257 72 0 0 37 264 51 61
Binary 1001001 10101111 10101111 111010 0 0 11111 10110100 101001 110001

Color Harmonies of #49AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFAF

Black with #49AFAF

Text Example


Text Example

White with #49AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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