#4DAFAF

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

Shades of Fountain Blue #4DAFAF

Tints of Fountain Blue #4DAFAF

Color information

#4DAFAF (or 0x4DAFAF) is unknown color: approx Fountain Blue. HEX triplet: 4D, AF and AF. RGB value is (77,175,175). Sum of RGB (Red+Green+Blue) = 77+175+175=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #4DAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAFAF is #B25050. Grayscale: #919191. Windows color (decimal): -11685969 or 11513677. OLE color: 11513677.

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

Color convert

RGB77175175-
CMYK0.56000.31
HSL180º38.89%49.41%-
HSV(B)180º56%68.63%-
XYZ26.1335.3346-
YUV145.7144.5379-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.03%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=18.03%
G=40.98%
B=40.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771751750.56000.3118038.8949.41
Hex4DAFAF38001Fb42731
Octal1152572577000372644761
Binary10011011010111110101111111000001111110110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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