#4dafb3

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

Shades of Fountain Blue #4DAFB3

Tints of Fountain Blue #4DAFB3

Color information

#4DAFB3 (or 0x4DAFB3) is unknown color: approx Fountain Blue. HEX triplet: 4D, AF and B3. RGB value is (77,175,179). Sum of RGB (Red+Green+Blue) = 77+175+179=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #4DAFB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFB3 is #B2504C. Grayscale: #929292. Windows color (decimal): -11685965 or 11775821. OLE color: 11775821.

HSL color Cylindrical-coordinate representation of color #4DAFB3: hue angle of 182.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DAFB3 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB77175179-
CMYK0.570.0200.30
HSL182.35º40.16%50.2%-
HSV(B)182.35º56.98%70.2%-
XYZ26.5335.4948.1-
YUV146.15146.5378.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.87%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 179 (70.31% from 255) = 41.53%
R=17.87%
G=40.60%
B=41.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal771751790.570.0200.30182.3540.1650.2
Hex4DAFB339201Eb62832
Octal1152572637120362665062
Binary100110110101111101100111110011001111010110110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4dafb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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