#4EAAAE

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

Shades of Fountain Blue #4EAAAE

Tints of Fountain Blue #4EAAAE

Color information

#4EAAAE (or 0x4EAAAE) is unknown color: approx Fountain Blue. HEX triplet: 4E, AA and AE. RGB value is (78,170,174). Sum of RGB (Red+Green+Blue) = 78+170+174=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #4EAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAAE is #B15551. Grayscale: #8E8E8E. Windows color (decimal): -11621714 or 11446862. OLE color: 11446862.

HSL color Cylindrical-coordinate representation of color #4EAAAE: hue angle of 182.5º 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 #4EAAAE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB78170174-
CMYK0.550.0200.32
HSL182.5º38.1%49.41%-
HSV(B)182.5º55.17%68.24%-
XYZ25.1633.4345.17-
YUV142.95145.5281.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.48%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=18.48%
G=40.28%
B=41.23%

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
Decimal781701740.550.0200.32182.538.149.41
Hex4EAAAE372020b62631
Octal1162522566720402664661
Binary1001110101010101010111011011110010000010110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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