#4BADAE

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

Shades of Fountain Blue #4BADAE

Tints of Fountain Blue #4BADAE

Color information

#4BADAE (or 0x4BADAE) is unknown color: approx Fountain Blue. HEX triplet: 4B, AD and AE. RGB value is (75,173,174). Sum of RGB (Red+Green+Blue) = 75+173+174=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 173 (67.97% from 255 or 41.00% 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 #4BADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BADAE is #B45251. Grayscale: #8F8F8F. Windows color (decimal): -11817554 or 11447627. OLE color: 11447627.

HSL color Cylindrical-coordinate representation of color #4BADAE: hue angle of 180.61º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BADAE is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB75173174-
CMYK0.570.0100.32
HSL180.61º39.76%48.82%-
HSV(B)180.61º56.9%68.24%-
XYZ25.4934.4445.35-
YUV143.81145.0378.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.77%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=17.77%
G=41.00%
B=41.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731740.570.0100.32180.6139.7648.82
Hex4BADAE391020b52831
Octal1132552567110402655061
Binary100101110101101101011101110011010000010110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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