Html Css Color HEX #49AAAE Fountain Blue

📋 copy color: '#49AAAE'

red 73 ◦ green 170 ◦ blue 174

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

Shades of Fountain Blue #49AAAE

Tints of Fountain Blue #49AAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 17.51%
G = 40.77%
B = 41.73%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#49AAAE (or 0x49AAAE) is known color: Fountain Blue. HEX triplet: 49, AA and AE. RGB value is (73,170,174). Sum of RGB (Red+Green+Blue) = 73+170+174=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #49AAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AAAE is #B65551. Grayscale: #8D8D8D. Windows color (decimal): -11949394 or 11446857. OLE color: 11446857.

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

Color convert

RGB 73 170 174 -
CMYK 0.58 0.02 0 0.32
HSL 182.38º 0.41% 0.48% -
HSV(B) 182.38º 0.58% 0.68% -
XYZ 24.76 33.22 45.15 -
YUV 141.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 73 170 174 0.58 0.02 0 0.32 182.38 0.41 0.48
Hex 49 AA AE 3A 2 0 20 B6 29 30
Octal 111 252 256 72 2 0 40 266 51 60
Binary 1001001 10101010 10101110 111010 10 0 100000 10110110 101001 110000

Color Harmonies of #49AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAAE

Black with #49AAAE

Text Example


Text Example

White with #49AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,170,174); }

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

background-color css

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

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

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

border-color css

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

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

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