#4EAEAD

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

Shades of Fountain Blue #4EAEAD

Tints of Fountain Blue #4EAEAD

Color information

#4EAEAD (or 0x4EAEAD) is unknown color: approx Fountain Blue. HEX triplet: 4E, AE and AD. RGB value is (78,174,173). Sum of RGB (Red+Green+Blue) = 78+174+173=425 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.35% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAEAD is #B15152. Grayscale: #919191. Windows color (decimal): -11620691 or 11382350. OLE color: 11382350.

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

Color convert

RGB78174173-
CMYK0.5500.010.32
HSL179.38º38.1%49.41%-
HSV(B)179.38º55.17%68.24%-
XYZ25.8234.9144.91-
YUV145.18143.780.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.35%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=18.35%
G=40.94%
B=40.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781741730.5500.010.32179.3838.149.41
Hex4EAEAD370120b32631
Octal1162562556701402634661
Binary100111010101110101011011101110110000010110011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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