#4DA7AF

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

Shades of Fountain Blue #4DA7AF

Tints of Fountain Blue #4DA7AF

Color information

#4DA7AF (or 0x4DA7AF) is unknown color: approx Fountain Blue. HEX triplet: 4D, A7 and AF. RGB value is (77,167,175). Sum of RGB (Red+Green+Blue) = 77+167+175=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #4DA7AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA7AF is #B25850. Grayscale: #8C8C8C. Windows color (decimal): -11688017 or 11511629. OLE color: 11511629.

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

Color convert

RGB77167175-
CMYK0.560.0500.31
HSL184.9º38.89%49.41%-
HSV(B)184.9º56%68.63%-
XYZ24.6232.3145.5-
YUV141147.1882.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.38%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=18.38%
G=39.86%
B=41.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771671750.560.0500.31184.938.8949.41
Hex4DA7AF38501Fb92731
Octal1152472577050372714761
Binary1001101101001111010111111100010101111110111001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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