#4DACAF

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

Shades of Fountain Blue #4DACAF

Tints of Fountain Blue #4DACAF

Color information

#4DACAF (or 0x4DACAF) is unknown color: approx Fountain Blue. HEX triplet: 4D, AC and AF. RGB value is (77,172,175). Sum of RGB (Red+Green+Blue) = 77+172+175=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #4DACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACAF is #B25350. Grayscale: #8F8F8F. Windows color (decimal): -11686737 or 11512909. OLE color: 11512909.

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

Color convert

RGB77172175-
CMYK0.560.0200.31
HSL181.84º38.89%49.41%-
HSV(B)181.84º56%68.63%-
XYZ25.5534.1845.81-
YUV143.94145.5380.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.16%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=18.16%
G=40.57%
B=41.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771721750.560.0200.31181.8438.8949.41
Hex4DACAF38201Fb62731
Octal1152542577020372664761
Binary100110110101100101011111110001001111110110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,172,175); }

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

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

 a { background-color: rgb(77,172,175); }

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

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

 span { border-color: rgb(77,172,175); }

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