#4EAAB0

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

Shades of Fountain Blue #4EAAB0

Tints of Fountain Blue #4EAAB0

Color information

#4EAAB0 (or 0x4EAAB0) is unknown color: approx Fountain Blue. HEX triplet: 4E, AA and B0. RGB value is (78,170,176). Sum of RGB (Red+Green+Blue) = 78+170+176=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #4EAAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAB0 is #B1554F. Grayscale: #8F8F8F. Windows color (decimal): -11621712 or 11577934. OLE color: 11577934.

HSL color Cylindrical-coordinate representation of color #4EAAB0: hue angle of 183.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EAAB0 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB78170176-
CMYK0.560.0300.31
HSL183.67º38.58%49.8%-
HSV(B)183.67º55.68%69.02%-
XYZ25.3533.546.2-
YUV143.18146.5281.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.40%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=18.40%
G=40.09%
B=41.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781701760.560.0300.31183.6738.5849.8
Hex4EAAB038301Fb82732
Octal1162522607030372704762
Binary100111010101010101100001110001101111110111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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