#4EABB1

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

Shades of Fountain Blue #4EABB1

Tints of Fountain Blue #4EABB1

Color information

#4EABB1 (or 0x4EABB1) is unknown color: approx Fountain Blue. HEX triplet: 4E, AB and B1. RGB value is (78,171,177). Sum of RGB (Red+Green+Blue) = 78+171+177=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 177 - color contains mainly: blue. Hex color #4EABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EABB1 is #B1544E. Grayscale: #8F8F8F. Windows color (decimal): -11621455 or 11643726. OLE color: 11643726.

HSL color Cylindrical-coordinate representation of color #4EABB1: hue angle of 183.64º 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 #4EABB1 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB78171177-
CMYK0.560.0300.31
HSL183.64º38.82%50%-
HSV(B)183.64º55.93%69.41%-
XYZ25.6433.9246.79-
YUV143.88146.6981.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.31%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 177 (69.53% from 255) = 41.55%
R=18.31%
G=40.14%
B=41.55%

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
Decimal781711770.560.0300.31183.6438.8250
Hex4EABB138301Fb82732
Octal1162532617030372704762
Binary100111010101011101100011110001101111110111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,171,177); }

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

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

 a { background-color: rgb(78,171,177); }

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

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

 span { border-color: rgb(78,171,177); }

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