#4EAAAF

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

Shades of Fountain Blue #4EAAAF

Tints of Fountain Blue #4EAAAF

Color information

#4EAAAF (or 0x4EAAAF) is unknown color: approx Fountain Blue. HEX triplet: 4E, AA and AF. RGB value is (78,170,175). Sum of RGB (Red+Green+Blue) = 78+170+175=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #4EAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAAF is #B15550. Grayscale: #8E8E8E. Windows color (decimal): -11621713 or 11512398. OLE color: 11512398.

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

Color convert

RGB78170175-
CMYK0.550.0300.31
HSL183.09º38.34%49.61%-
HSV(B)183.09º55.43%68.63%-
XYZ25.2533.4645.69-
YUV143.06146.0281.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.44%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=18.44%
G=40.19%
B=41.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781701750.550.0300.31183.0938.3449.61
Hex4EAAAF37301Fb72632
Octal1162522576730372674662
Binary100111010101010101011111101111101111110110111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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