#49ACAD

Color #49ACAD Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #49ACAD

Tints of Fountain Blue #49ACAD

Color information

#49ACAD (or 0x49ACAD) is unknown color: approx Fountain Blue. HEX triplet: 49, AC and AD. RGB value is (73,172,173). Sum of RGB (Red+Green+Blue) = 73+172+173=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #49ACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ACAD is #B65352. Grayscale: #8E8E8E. Windows color (decimal): -11948883 or 11381833. OLE color: 11381833.

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

Color convert

RGB73172173-
CMYK0.580.0100.32
HSL180.6º40.65%48.24%-
HSV(B)180.6º57.8%67.84%-
XYZ25.0433.9444.77-
YUV142.51145.278.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.46%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=17.46%
G=41.15%
B=41.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731721730.580.0100.32180.640.6548.24
Hex49ACAD3A1020b52930
Octal1112542557210402655160
Binary100100110101100101011011110101010000010110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,172,173); }

 H1.HeaderClassName
 {
   color: #49ACAD;
 }
 .AnyTagClassName
 {
   color: #49ACAD;
 }
</style>
background-color css

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

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

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

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

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

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