#4EAAAD

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

Shades of Fountain Blue #4EAAAD

Tints of Fountain Blue #4EAAAD

Color information

#4EAAAD (or 0x4EAAAD) is unknown color: approx Fountain Blue. HEX triplet: 4E, AA and AD. RGB value is (78,170,173). Sum of RGB (Red+Green+Blue) = 78+170+173=421 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.53% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #4EAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAAD is #B15552. Grayscale: #8E8E8E. Windows color (decimal): -11621715 or 11381326. OLE color: 11381326.

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

Color convert

RGB78170173-
CMYK0.550.0200.32
HSL181.89º37.85%49.22%-
HSV(B)181.89º54.91%67.84%-
XYZ25.0633.3944.66-
YUV142.83145.0281.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.53%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=18.53%
G=40.38%
B=41.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781701730.550.0200.32181.8937.8549.22
Hex4EAAAD372020b62631
Octal1162522556720402664661
Binary1001110101010101010110111011110010000010110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,170,173); }

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

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

 a { background-color: rgb(78,170,173); }

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

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

 span { border-color: rgb(78,170,173); }

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