#4DAAAE

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

Shades of Fountain Blue #4DAAAE

Tints of Fountain Blue #4DAAAE

Color information

#4DAAAE (or 0x4DAAAE) is unknown color: approx Fountain Blue. HEX triplet: 4D, AA and AE. RGB value is (77,170,174). Sum of RGB (Red+Green+Blue) = 77+170+174=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #4DAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAAE is #B25551. Grayscale: #8E8E8E. Windows color (decimal): -11687250 or 11446861. OLE color: 11446861.

HSL color Cylindrical-coordinate representation of color #4DAAAE: hue angle of 182.47º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAAAE is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB77170174-
CMYK0.560.0200.32
HSL182.47º38.65%49.22%-
HSV(B)182.47º55.75%68.24%-
XYZ25.0833.3845.17-
YUV142.65145.6981.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.29%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=18.29%
G=40.38%
B=41.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771701740.560.0200.32182.4738.6549.22
Hex4DAAAE382020b62731
Octal1152522567020402664761
Binary1001101101010101010111011100010010000010110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DAAAE; }

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

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

<style>
 a { background-color: #4DAAAE; }

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

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

<style>
 span { border-color: #4DAAAE; }

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

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